crypto: ccp - Add SHA-2 384- and 512-bit support
Incorporate 384-bit and 512-bit hashing for a version 5 CCP device Signed-off-by: Gary R Hook <gary.hook@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
@@ -249,6 +249,8 @@ enum ccp_sha_type {
|
||||
CCP_SHA_TYPE_1 = 1,
|
||||
CCP_SHA_TYPE_224,
|
||||
CCP_SHA_TYPE_256,
|
||||
CCP_SHA_TYPE_384,
|
||||
CCP_SHA_TYPE_512,
|
||||
CCP_SHA_TYPE__LAST,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user