crypto: inside-secure - hmac(sha384) support
This patch adds the hmac(sha384) 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
9e46eafdf8
commit
1f5d5d9818
@@ -677,6 +677,7 @@ extern struct safexcel_alg_template safexcel_alg_sha512;
|
||||
extern struct safexcel_alg_template safexcel_alg_hmac_sha1;
|
||||
extern struct safexcel_alg_template safexcel_alg_hmac_sha224;
|
||||
extern struct safexcel_alg_template safexcel_alg_hmac_sha256;
|
||||
extern struct safexcel_alg_template safexcel_alg_hmac_sha384;
|
||||
extern struct safexcel_alg_template safexcel_alg_hmac_sha512;
|
||||
extern struct safexcel_alg_template safexcel_alg_authenc_hmac_sha1_cbc_aes;
|
||||
extern struct safexcel_alg_template safexcel_alg_authenc_hmac_sha224_cbc_aes;
|
||||
|
Reference in New Issue
Block a user