Home
last modified time | relevance | path

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

/linux/net/ipv6/
A Dtcp_ipv6.c689 ahash_request_set_crypt(hp->md5_req, &sg, NULL, in tcp_v6_md5_hash_headers()
691 return crypto_ahash_update(hp->md5_req); in tcp_v6_md5_hash_headers()
704 req = hp->md5_req; in tcp_v6_md5_hash_hdr()
748 req = hp->md5_req; in tcp_v6_md5_hash_skb()
/linux/net/ipv4/
A Dtcp_ipv4.c1321 ahash_request_set_crypt(hp->md5_req, &sg, NULL, in tcp_v4_md5_hash_headers()
1323 return crypto_ahash_update(hp->md5_req); in tcp_v4_md5_hash_headers()
1335 req = hp->md5_req; in tcp_v4_md5_hash_hdr()
1378 req = hp->md5_req; in tcp_v4_md5_hash_skb()
A Dtcp.c4284 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/include/net/
A Dtcp.h1633 struct ahash_request *md5_req; member

Completed in 26 milliseconds