commit | 3c2bc636219fc0c2ea82c8f0d3fb0c9936cf5146 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Apr 11 16:51:22 2019 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Apr 18 22:15:01 2019 +0800 |
tree | 4f4c5f4f580076c40bade20f850b2dcc912f23ed | |
parent | ef7c5c854859d25157aae950d8112c04eb9cc96d [diff] |
crypto: ux500 - Forbid 2-key 3DES in FIPS mode This patch forbids the use of 2-key 3DES (K1 == K3) in FIPS mode. It also removes the registration of the non-standard des/des3 ablkcipher algorithms. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>