mirror of
https://github.com/torvalds/linux.git
synced 2026-04-23 17:15:46 -04:00
This patch forbids the use of 2-key 3DES (K1 == K3) in FIPS mode. It also removes a couple of unnecessary key length checks that are already performed by the crypto API. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>