Searched refs:md5_req (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | tcp_ipv6.c | 688 ahash_request_set_crypt(hp->md5_req, &sg, NULL, in tcp_v6_md5_hash_headers() 690 return crypto_ahash_update(hp->md5_req); in tcp_v6_md5_hash_headers() 703 req = hp->md5_req; in tcp_v6_md5_hash_hdr() 747 req = hp->md5_req; in tcp_v6_md5_hash_skb()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_ipv4.c | 1314 ahash_request_set_crypt(hp->md5_req, &sg, NULL, in tcp_v4_md5_hash_headers() 1316 return crypto_ahash_update(hp->md5_req); in tcp_v4_md5_hash_headers() 1328 req = hp->md5_req; in tcp_v4_md5_hash_hdr() 1371 req = hp->md5_req; in tcp_v4_md5_hash_skb()
|
H A D | tcp.c | 4131 if (per_cpu(tcp_md5sig_pool, cpu).md5_req) in __tcp_alloc_md5sig_pool() 4140 per_cpu(tcp_md5sig_pool, cpu).md5_req = req; in __tcp_alloc_md5sig_pool() 4199 struct ahash_request *req = hp->md5_req; in tcp_md5_hash_skb_data() 4239 ahash_request_set_crypt(hp->md5_req, &sg, NULL, keylen); in tcp_md5_hash_key() 4242 return data_race(crypto_ahash_update(hp->md5_req)); in tcp_md5_hash_key()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | tcp_ipv6.c | 694 ahash_request_set_crypt(hp->md5_req, &sg, NULL, in tcp_v6_md5_hash_headers() 696 return crypto_ahash_update(hp->md5_req); in tcp_v6_md5_hash_headers() 709 req = hp->md5_req; in tcp_v6_md5_hash_hdr() 753 req = hp->md5_req; in tcp_v6_md5_hash_skb()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_ipv4.c | 1401 ahash_request_set_crypt(hp->md5_req, &sg, NULL, in tcp_v4_md5_hash_headers() 1403 return crypto_ahash_update(hp->md5_req); in tcp_v4_md5_hash_headers() 1415 req = hp->md5_req; in tcp_v4_md5_hash_hdr() 1458 req = hp->md5_req; in tcp_v4_md5_hash_skb()
|
H A D | tcp.c | 4342 if (per_cpu(tcp_md5sig_pool, cpu).md5_req) in __tcp_alloc_md5sig_pool() 4351 per_cpu(tcp_md5sig_pool, cpu).md5_req = req; in __tcp_alloc_md5sig_pool() 4407 struct ahash_request *req = hp->md5_req; in tcp_md5_hash_skb_data() 4447 ahash_request_set_crypt(hp->md5_req, &sg, NULL, keylen); in tcp_md5_hash_key() 4450 return data_race(crypto_ahash_update(hp->md5_req)); in tcp_md5_hash_key()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 1633 struct ahash_request *md5_req; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 1716 struct ahash_request *md5_req; member
|
Completed in 43 milliseconds