crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) support
This patch adds the authenc(hmac(sha224),cbc(aes)) AEAD algorithm support to the Inside Secure SafeXcel driver. Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:

committed by
Herbert Xu

parent
f6beaea304
commit
678b2878ac
@@ -793,6 +793,7 @@ static struct safexcel_alg_template *safexcel_algs[] = {
|
||||
&safexcel_alg_hmac_sha1,
|
||||
&safexcel_alg_hmac_sha224,
|
||||
&safexcel_alg_hmac_sha256,
|
||||
&safexcel_alg_authenc_hmac_sha224_cbc_aes,
|
||||
&safexcel_alg_authenc_hmac_sha256_cbc_aes,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user