Searched refs:md5_req (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/net/ipv6/ |
D | tcp_ipv6.c | 614 ahash_request_set_crypt(hp->md5_req, &sg, NULL, in tcp_v6_md5_hash_headers() 616 return crypto_ahash_update(hp->md5_req); in tcp_v6_md5_hash_headers() 629 req = hp->md5_req; in tcp_v6_md5_hash_hdr() 673 req = hp->md5_req; in tcp_v6_md5_hash_skb()
|
/Linux-v5.4/net/ipv4/ |
D | tcp.c | 3733 if (per_cpu(tcp_md5sig_pool, cpu).md5_req) in __tcp_alloc_md5sig_pool() 3742 per_cpu(tcp_md5sig_pool, cpu).md5_req = req; in __tcp_alloc_md5sig_pool() 3795 struct ahash_request *req = hp->md5_req; in tcp_md5_hash_skb_data() 3834 ahash_request_set_crypt(hp->md5_req, &sg, NULL, key->keylen); in tcp_md5_hash_key() 3835 return crypto_ahash_update(hp->md5_req); in tcp_md5_hash_key()
|
D | tcp_ipv4.c | 1204 ahash_request_set_crypt(hp->md5_req, &sg, NULL, in tcp_v4_md5_hash_headers() 1206 return crypto_ahash_update(hp->md5_req); in tcp_v4_md5_hash_headers() 1218 req = hp->md5_req; in tcp_v4_md5_hash_hdr() 1261 req = hp->md5_req; in tcp_v4_md5_hash_skb()
|
/Linux-v5.4/include/net/ |
D | tcp.h | 1555 struct ahash_request *md5_req; member
|