Home
last modified time | relevance | path

Searched refs:hmac_md5_init (Results 1 – 4 of 4) sorted by relevance

/linux/lib/crypto/tests/
H A Dmd5_kunit.c17 #define HMAC_INIT hmac_md5_init
/linux/lib/crypto/
H A Dmd5.c248 void hmac_md5_init(struct hmac_md5_ctx *ctx, const struct hmac_md5_key *key) in hmac_md5_init() function
254 EXPORT_SYMBOL_GPL(hmac_md5_init);
289 hmac_md5_init(&ctx, key); in hmac_md5()
/linux/include/crypto/
H A Dmd5.h134 void hmac_md5_init(struct hmac_md5_ctx *ctx, const struct hmac_md5_key *key);
/linux/crypto/
H A Dmd5.c127 hmac_md5_init(HMAC_MD5_CTX(desc), HMAC_MD5_KEY(desc->tfm)); in crypto_hmac_md5_init()