Home
last modified time | relevance | path

Searched refs:scratch_size (Results 1 – 2 of 2) sorted by relevance

/net/ipv4/
A Dtcp_sigpool.c157 int tcp_sigpool_alloc_ahash(const char *alg, size_t scratch_size) in tcp_sigpool_alloc_ahash() argument
163 ret = sigpool_reserve_scratch(scratch_size); in tcp_sigpool_alloc_ahash()
A Dtcp.c4775 size_t scratch_size; in tcp_md5_alloc_sigpool() local
4778 scratch_size = sizeof(union tcp_md5sum_block) + sizeof(struct tcphdr); in tcp_md5_alloc_sigpool()
4779 ret = tcp_sigpool_alloc_ahash("md5", scratch_size); in tcp_md5_alloc_sigpool()

Completed in 13 milliseconds