Searched refs:hmac_sha1 (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/crypto/tests/ |
| H A D | sha1_kunit.c | 20 #define HMAC hmac_sha1
|
| /linux/crypto/ |
| H A D | sha1.c | 151 hmac_sha1(HMAC_SHA1_KEY(desc->tfm), data, len, out); in crypto_hmac_sha1_digest()
|
| /linux/net/ipv6/ |
| H A D | seg6_hmac.c | 151 hmac_sha1(&hinfo->key.sha1, ring, plen, output); in seg6_hmac_compute()
|
| /linux/net/ipv4/ |
| H A D | tcp_ao.c | 47 struct hmac_sha1_ctx hmac_sha1; member 79 hmac_sha1_init_usingrawkey(&mac_ctx->hmac_sha1, traffic_key, in tcp_ao_mac_init() 101 hmac_sha1_update(&mac_ctx->hmac_sha1, data, data_len); in tcp_ao_mac_update() 118 hmac_sha1_final(&mac_ctx->hmac_sha1, out); in tcp_ao_mac_final()
|