Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha256_kunit.c21 #define HMAC hmac_sha256
/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()
/linux/net/sctp/
H A Dsm_make_chunk.c1714 hmac_sha256(&ep->cookie_auth_key, (const u8 *)&cookie->c, in sctp_pack_cookie()
1766 hmac_sha256(&ep->cookie_auth_key, (const u8 *)bear_cookie, in sctp_unpack_cookie()