Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha1_kunit.c20 #define HMAC hmac_sha1
/linux/include/crypto/
H A Dsha1.h188 void hmac_sha1(const struct hmac_sha1_key *key,
/linux/lib/crypto/
H A Dsha1.c282 void hmac_sha1(const struct hmac_sha1_key *key, in hmac_sha1() function
291 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()
/linux/net/ipv6/
H A Dseg6_hmac.c151 hmac_sha1(&hinfo->key.sha1, ring, plen, output); in seg6_hmac_compute()