Searched refs:md5_req (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/net/ipv6/ |
| D | tcp_ipv6.c | 686 ahash_request_set_crypt(hp->md5_req, &sg, NULL, in tcp_v6_md5_hash_headers() 688 return crypto_ahash_update(hp->md5_req); in tcp_v6_md5_hash_headers() 701 req = hp->md5_req; in tcp_v6_md5_hash_hdr() 745 req = hp->md5_req; in tcp_v6_md5_hash_skb()
|
| /Linux-v5.15/net/ipv4/ |
| D | tcp_ipv4.c | 1318 ahash_request_set_crypt(hp->md5_req, &sg, NULL, in tcp_v4_md5_hash_headers() 1320 return crypto_ahash_update(hp->md5_req); in tcp_v4_md5_hash_headers() 1332 req = hp->md5_req; in tcp_v4_md5_hash_hdr() 1375 req = hp->md5_req; in tcp_v4_md5_hash_skb()
|
| D | tcp.c | 4284 if (per_cpu(tcp_md5sig_pool, cpu).md5_req) in __tcp_alloc_md5sig_pool() 4293 per_cpu(tcp_md5sig_pool, cpu).md5_req = req; in __tcp_alloc_md5sig_pool() 4346 struct ahash_request *req = hp->md5_req; in tcp_md5_hash_skb_data() 4386 ahash_request_set_crypt(hp->md5_req, &sg, NULL, keylen); in tcp_md5_hash_key() 4389 return data_race(crypto_ahash_update(hp->md5_req)); in tcp_md5_hash_key()
|
| /Linux-v5.15/include/net/ |
| D | tcp.h | 1617 struct ahash_request *md5_req; member
|