Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_sigpool.c157 int tcp_sigpool_alloc_ahash(const char *alg, size_t scratch_size) in tcp_sigpool_alloc_ahash() function
198 EXPORT_SYMBOL_GPL(tcp_sigpool_alloc_ahash);
H A Dtcp_ao.c1569 pool_id = tcp_sigpool_alloc_ahash(algo, 60); in tcp_ao_key_alloc()
H A Dtcp.c4824 ret = tcp_sigpool_alloc_ahash("md5", scratch_size);
/linux/include/net/
H A Dtcp.h1918 int tcp_sigpool_alloc_ahash(const char *alg, size_t scratch_size); in tcp_md5_do_lookup()
1927 * @id: tcp_sigpool that was previously allocated by tcp_sigpool_alloc_ahash() in tcp_md5_do_lookup_any_l3index()