Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Dsha256.c447 void hmac_sha256(const struct hmac_sha256_key *key, in hmac_sha256() function
456 EXPORT_SYMBOL_GPL(hmac_sha256);
/linux/net/ipv6/
H A Dseg6_hmac.c157 hmac_sha256(&hinfo->key.sha256, ring, plen, output); in seg6_hmac_compute()
/linux/crypto/
H A Dsha256.c284 hmac_sha256(HMAC_SHA256_KEY(desc->tfm), data, len, out); in crypto_hmac_sha256_digest()
/linux/include/crypto/
H A Dsha2.h508 void hmac_sha256(const struct hmac_sha256_key *key,
/linux/net/ceph/
H A Dcrypto.c450 hmac_sha256(&key->hmac_key, buf, buf_len, hmac); in ceph_hmac_sha256()