Searched refs:ah_alloc_tmp (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | ah4.c | 23 static void *ah_alloc_tmp(struct crypto_ahash *ahash, int nfrags, in ah_alloc_tmp() function 179 iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + seqhi_len); in ah_output() 361 work_iph = ah_alloc_tmp(ahash, nfrags + sglists, ihl + in ah_input()
|
/linux-4.4.14/net/ipv6/ |
D | ah6.c | 60 static void *ah_alloc_tmp(struct crypto_ahash *ahash, int nfrags, in ah_alloc_tmp() function 371 iph_base = ah_alloc_tmp(ahash, nfrags + sglists, IPV6HDR_BASELEN + in ah6_output() 578 work_iph = ah_alloc_tmp(ahash, nfrags + sglists, hdr_len + in ah6_input()
|