Home
last modified time | relevance | path

Searched refs:md5_req (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/net/ipv6/
Dtcp_ipv6.c668 ahash_request_set_crypt(hp->md5_req, &sg, NULL, in tcp_v6_md5_hash_headers()
670 return crypto_ahash_update(hp->md5_req); in tcp_v6_md5_hash_headers()
683 req = hp->md5_req; in tcp_v6_md5_hash_hdr()
727 req = hp->md5_req; in tcp_v6_md5_hash_skb()
/Linux-v5.10/net/ipv4/
Dtcp.c3915 if (per_cpu(tcp_md5sig_pool, cpu).md5_req) in __tcp_alloc_md5sig_pool()
3924 per_cpu(tcp_md5sig_pool, cpu).md5_req = req; in __tcp_alloc_md5sig_pool()
3977 struct ahash_request *req = hp->md5_req; in tcp_md5_hash_skb_data()
4017 ahash_request_set_crypt(hp->md5_req, &sg, NULL, keylen); in tcp_md5_hash_key()
4020 return data_race(crypto_ahash_update(hp->md5_req)); in tcp_md5_hash_key()
Dtcp_ipv4.c1284 ahash_request_set_crypt(hp->md5_req, &sg, NULL, in tcp_v4_md5_hash_headers()
1286 return crypto_ahash_update(hp->md5_req); in tcp_v4_md5_hash_headers()
1298 req = hp->md5_req; in tcp_v4_md5_hash_hdr()
1341 req = hp->md5_req; in tcp_v4_md5_hash_skb()
/Linux-v5.10/include/net/
Dtcp.h1595 struct ahash_request *md5_req; member