HMAC-MD5 (humd5.h)
HMAC-MD5 is used to produce a MAC tag value. The HMAC-MD5 functions are defined in
humd5.h
.
hu_HMACMD5Begin()
Creates an HMAC-MD5 context object with the given key.
hu_HMACMD5Hash()
Updates an HMAC-MD5 context with the given data.
hu_HMACMD5TagGet()
Generates a MAC tag without destroying the HMAC-MD5 context.
hu_HMACMD5CtxReset()
Re-initializes the existing HMAC-MD5 context.
hu_HMACMD5End()
Completes the HMAC operation by generating a MAC tag of the specified length for the given data and destroying the HMAC-MD5 context.
hu_HMACMD5Msg()
Generates a MAC tag of the specified length for the given data using HMAC-MD5.
Parent topic:
MAC functions (humac.h)
Related concepts
Message Authentication Code (MAC) Algorithms (humac.h)
HMAC-SHA1 (husha1.h)
HMAC-SHA2 (husha2.h)