Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv6/
Desp6.c65 static void *esp_alloc_tmp(struct crypto_aead *aead, int nfrags, int seqihlen) in esp_alloc_tmp() function
199 tmp = esp_alloc_tmp(aead, nfrags + sglists, seqhilen); in esp6_output()
367 tmp = esp_alloc_tmp(aead, nfrags + sglists, seqhilen); in esp6_input()
/linux-4.1.27/net/ipv4/
Desp4.c38 static void *esp_alloc_tmp(struct crypto_aead *aead, int nfrags, int seqhilen) in esp_alloc_tmp() function
172 tmp = esp_alloc_tmp(aead, nfrags + sglists, seqhilen); in esp_output()
413 tmp = esp_alloc_tmp(aead, nfrags + sglists, seqhilen); in esp_input()