commit | aa113da291e430916ed423b71c4bb7ae193af928 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Apr 11 16:51:15 2019 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Apr 18 22:15:00 2019 +0800 |
tree | d8325159acd5abf46b508d2d5dbbe2aad4eac6be | |
parent | 7f88c4d725b64d0e06993ee078eeecee9160004e [diff] |
crypto: picoxcell - Forbid 2-key 3DES in FIPS mode This patch forbids the use of 2-key 3DES (K1 == K3) in FIPS mode. It also removes an unnecessary key length checks that are already performed by the crypto API. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>