]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: hmac - Add ahash support
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 15 May 2025 05:54:51 +0000 (13:54 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 19 May 2025 05:48:20 +0000 (13:48 +0800)
commitc3103416d5217655d707d9417aaf66f184e3d72f
tree656c9a5cc409c7ae79c4682739e7e3361e5fed94
parent8e69871836669177d2d2a5acec5c8dca3319d2f1
crypto: hmac - Add ahash support

Add ahash support to hmac so that drivers that can't do hmac in
hardware do not have to implement duplicate copies of hmac.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/ahash.c
crypto/hmac.c
include/crypto/hash.h
include/crypto/internal/hash.h