Searched refs:hmac_sha256 (Results 1 – 6 of 6) sorted by relevance
| /linux/net/ipv6/ |
| H A D | seg6_hmac.c | 157 hmac_sha256(&hinfo->key.sha256, ring, plen, output); in seg6_hmac_compute()
|
| /linux/crypto/ |
| H A D | sha256.c | 284 hmac_sha256(HMAC_SHA256_KEY(desc->tfm), data, len, out); in crypto_hmac_sha256_digest()
|
| /linux/include/crypto/ |
| H A D | sha2.h | 508 void hmac_sha256(const struct hmac_sha256_key *key,
|
| /linux/net/ceph/ |
| H A D | crypto.c | 450 hmac_sha256(&key->hmac_key, buf, buf_len, hmac); in ceph_hmac_sha256()
|
| /linux/net/ipv4/ |
| H A D | tcp_ao.c | 48 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 D | sm_make_chunk.c | 1714 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()
|