commit | 1ad2267cb6202002f318103e12233fea7a60671a | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Apr 11 16:51:17 2019 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Apr 18 22:15:01 2019 +0800 |
tree | 1e0538996f2931d2711c989cb87e5468888b4d09 | |
parent | 5feaaae1b549f3511475f2583badaa6e015c17bc [diff] |
crypto: rockchip - 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>