Home
last modified time | relevance | path

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

/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/ipv4/
H A Dtcp_ao.c48 struct hmac_sha256_ctx hmac_sha256; member
83 hmac_sha256_init_usingrawkey(&mac_ctx->hmac_sha256, traffic_key, in tcp_ao_mac_init()
104 hmac_sha256_update(&mac_ctx->hmac_sha256, data, data_len); in tcp_ao_mac_update()
121 hmac_sha256_final(&mac_ctx->hmac_sha256, out); in tcp_ao_mac_final()
/linux/net/sctp/
H A Dsm_make_chunk.c1714 hmac_sha256(&ep->cookie_auth_key, (const u8 *)&cookie->c, in sctp_pack_cookie()
1778 hmac_sha256(&ep->cookie_auth_key, (const u8 *)bear_cookie, in sctp_unpack_cookie()