mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
crypto: md5 - Wrap library and add HMAC support
Reimplement crypto/md5.c on top of the new MD5 library functions. Also add support for HMAC-MD5, again just wrapping the library functions. This closely mirrors crypto/sha1.c. Link: https://lore.kernel.org/r/20250805222855.10362-7-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@kernel.org>
This commit is contained in:
@@ -938,8 +938,9 @@ config CRYPTO_MD4
|
||||
config CRYPTO_MD5
|
||||
tristate "MD5"
|
||||
select CRYPTO_HASH
|
||||
select CRYPTO_LIB_MD5
|
||||
help
|
||||
MD5 message digest algorithm (RFC1321)
|
||||
MD5 message digest algorithm (RFC1321), including HMAC support.
|
||||
|
||||
config CRYPTO_MICHAEL_MIC
|
||||
tristate "Michael MIC"
|
||||
|
||||
Reference in New Issue
Block a user