Searched refs:hmac_sha256 (Results 1 – 7 of 7) sorted by relevance
| /linux/lib/crypto/tests/ |
| H A D | sha256_kunit.c | 21 #define HMAC hmac_sha256
|
| /linux/lib/crypto/ |
| H A D | sha256.c | 447 void hmac_sha256(const struct hmac_sha256_key *key, in hmac_sha256() function 456 EXPORT_SYMBOL_GPL(hmac_sha256);
|
| /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/sctp/ |
| H A D | sm_make_chunk.c | 1714 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()
|