crypto: inside-secure - hmac(md5) support
This patch adds support for the hmac(md5) algorithm in the Inside Secure SafeXcel cryptographic engine driver. Signed-off-by: Ofer Heifetz <oferh@marvell.com> Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
@@ -698,6 +698,7 @@ extern struct safexcel_alg_template safexcel_alg_sha224;
|
||||
extern struct safexcel_alg_template safexcel_alg_sha256;
|
||||
extern struct safexcel_alg_template safexcel_alg_sha384;
|
||||
extern struct safexcel_alg_template safexcel_alg_sha512;
|
||||
extern struct safexcel_alg_template safexcel_alg_hmac_md5;
|
||||
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;
|
||||
|
Reference in New Issue
Block a user