commit | 52ea3cd2917b3fb79ab4996e6355b9f49742b351 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Apr 11 16:51:00 2019 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Apr 18 22:14:59 2019 +0800 |
tree | af6d4c060240923b68dcdd47fc054617a2acdd35 | |
parent | eee25da50baaa32790dbe82d60754936ceb82042 [diff] |
crypto: atmel - Forbid 2-key 3DES in FIPS mode This patch forbids the use of 2-key 3DES (K1 == K3) in FIPS mode. This patch also removes the bogus CFB 3DES modes that only work with a short 3DES key not otherwise allowed by the crypto API. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>