Searched refs:md5_req (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/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()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_ipv4.c | 1407 ahash_request_set_crypt(hp->md5_req, &sg, NULL, in tcp_v4_md5_hash_headers() 1409 return crypto_ahash_update(hp->md5_req); in tcp_v4_md5_hash_headers() 1421 req = hp->md5_req; in tcp_v4_md5_hash_hdr() 1464 req = hp->md5_req; in tcp_v4_md5_hash_skb()
|
H A D | tcp.c | 4379 if (per_cpu(tcp_md5sig_pool, cpu).md5_req) in __tcp_alloc_md5sig_pool() 4388 per_cpu(tcp_md5sig_pool, cpu).md5_req = req; in __tcp_alloc_md5sig_pool() 4444 struct ahash_request *req = hp->md5_req; in tcp_md5_hash_skb_data() 4484 ahash_request_set_crypt(hp->md5_req, &sg, NULL, keylen); in tcp_md5_hash_key() 4487 return data_race(crypto_ahash_update(hp->md5_req)); in tcp_md5_hash_key()
|
/openbmc/linux/include/net/ |
H A D | tcp.h | 1735 struct ahash_request *md5_req; member
|