mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
crypto: inside-secure - Added support for HMAC-SM3 ahash
Added support for the hmac(sm3) ahash authentication algorithm changes since v1: - added Acked-by tag below, no changes to the source changes since v2: - nothing Acked-by: Antoine Tenart <antoine.tenart@bootlin.com> Signed-off-by: Pascal van Leeuwen <pvanleeuwen@verimatrix.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
committed by
Herbert Xu
parent
0f2bc13181
commit
aa3a43e6e4
@@ -877,5 +877,6 @@ extern struct safexcel_alg_template safexcel_alg_chacha20;
|
||||
extern struct safexcel_alg_template safexcel_alg_chachapoly;
|
||||
extern struct safexcel_alg_template safexcel_alg_chachapoly_esp;
|
||||
extern struct safexcel_alg_template safexcel_alg_sm3;
|
||||
extern struct safexcel_alg_template safexcel_alg_hmac_sm3;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user