Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Dtcp_ipv6.c602 ahash_request_set_crypt(hp->md5_req, &sg, NULL, in tcp_v6_md5_hash_headers()
604 return crypto_ahash_update(hp->md5_req); in tcp_v6_md5_hash_headers()
617 req = hp->md5_req; in tcp_v6_md5_hash_hdr()
661 req = hp->md5_req; in tcp_v6_md5_hash_skb()
/Linux-v4.19/net/ipv4/
Dtcp_ipv4.c1189 ahash_request_set_crypt(hp->md5_req, &sg, NULL, in tcp_v4_md5_hash_headers()
1191 return crypto_ahash_update(hp->md5_req); in tcp_v4_md5_hash_headers()
1203 req = hp->md5_req; in tcp_v4_md5_hash_hdr()
1246 req = hp->md5_req; in tcp_v4_md5_hash_skb()
Dtcp.c3628 if (per_cpu(tcp_md5sig_pool, cpu).md5_req) in __tcp_alloc_md5sig_pool()
3637 per_cpu(tcp_md5sig_pool, cpu).md5_req = req; in __tcp_alloc_md5sig_pool()
3687 struct ahash_request *req = hp->md5_req; in tcp_md5_hash_skb_data()
3726 ahash_request_set_crypt(hp->md5_req, &sg, NULL, key->keylen); in tcp_md5_hash_key()
3727 return crypto_ahash_update(hp->md5_req); in tcp_md5_hash_key()
/Linux-v4.19/include/net/
Dtcp.h1524 struct ahash_request *md5_req; member