Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dmd5_kunit.c20 #define HMAC hmac_md5
/linux/include/crypto/
H A Dmd5.h189 void hmac_md5(const struct hmac_md5_key *key,
/linux/lib/crypto/
H A Dmd5.c284 void hmac_md5(const struct hmac_md5_key *key, in hmac_md5() function
293 EXPORT_SYMBOL_GPL(hmac_md5);
/linux/crypto/
H A Dmd5.c147 hmac_md5(HMAC_MD5_KEY(desc->tfm), data, len, out); in crypto_hmac_md5_digest()