Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha1_kunit.c20 #define HMAC hmac_sha1
/linux/include/crypto/
H A Dsha1.h198 void hmac_sha1(const struct hmac_sha1_key *key,
/linux/lib/crypto/
H A Dsha1.c311 void hmac_sha1(const struct hmac_sha1_key *key, in hmac_sha1() function
320 EXPORT_SYMBOL_GPL(hmac_sha1);
/linux/crypto/
H A Dsha1.c151 hmac_sha1(HMAC_SHA1_KEY(desc->tfm), data, len, out); in crypto_hmac_sha1_digest()