crypto: FIPS 202 SHA-3 register in hash info for IMA
Register FIPS 202 SHA-3 hashes in hash info for IMA and other users. Sizes 256 and up, as 224 is too weak for any practical purposes. Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
committed by
Herbert Xu
parent
2ee7c1bcf3
commit
4b057654eb
@@ -35,6 +35,9 @@ enum hash_algo {
|
||||
HASH_ALGO_SM3_256,
|
||||
HASH_ALGO_STREEBOG_256,
|
||||
HASH_ALGO_STREEBOG_512,
|
||||
HASH_ALGO_SHA3_256,
|
||||
HASH_ALGO_SHA3_384,
|
||||
HASH_ALGO_SHA3_512,
|
||||
HASH_ALGO__LAST
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user