Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c685 ahash_request_set_crypt(hp->md5_req, &sg, NULL, in tcp_v6_md5_hash_headers()
687 return crypto_ahash_update(hp->md5_req); in tcp_v6_md5_hash_headers()
700 req = hp->md5_req; in tcp_v6_md5_hash_hdr()
744 req = hp->md5_req; in tcp_v6_md5_hash_skb()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp.c4009 if (per_cpu(tcp_md5sig_pool, cpu).md5_req) in __tcp_alloc_md5sig_pool()
4018 per_cpu(tcp_md5sig_pool, cpu).md5_req = req; in __tcp_alloc_md5sig_pool()
4077 struct ahash_request *req = hp->md5_req; in tcp_md5_hash_skb_data()
4117 ahash_request_set_crypt(hp->md5_req, &sg, NULL, keylen); in tcp_md5_hash_key()
4120 return data_race(crypto_ahash_update(hp->md5_req)); in tcp_md5_hash_key()
H A Dtcp_ipv4.c1299 ahash_request_set_crypt(hp->md5_req, &sg, NULL, in tcp_v4_md5_hash_headers()
1301 return crypto_ahash_update(hp->md5_req); in tcp_v4_md5_hash_headers()
1313 req = hp->md5_req; in tcp_v4_md5_hash_hdr()
1356 req = hp->md5_req; in tcp_v4_md5_hash_skb()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1614 struct ahash_request *md5_req; member