commit | 7f88c4d725b64d0e06993ee078eeecee9160004e | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Apr 11 16:51:14 2019 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Apr 18 22:15:00 2019 +0800 |
tree | b4386ece7b0e75e82fdcae889f755b2c2eeb5bdb | |
parent | e4fffa5f527a7e702b933f602847f9627afb65f8 [diff] |
crypto: omap - Forbid 2-key 3DES in FIPS mode 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>