mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
crypto: inside-secure - hmac(sha224) support
This patch adds the hmac(sha224) support to the Inside Secure cryptographic engine 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:
parent
73f36ea703
commit
3ad618d8e1
3 changed files with 58 additions and 0 deletions
|
@ -633,6 +633,7 @@ extern struct safexcel_alg_template safexcel_alg_sha1;
|
|||
extern struct safexcel_alg_template safexcel_alg_sha224;
|
||||
extern struct safexcel_alg_template safexcel_alg_sha256;
|
||||
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;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue