Searched refs:esp_alloc_tmp (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | esp6.c | 65 static void *esp_alloc_tmp(struct crypto_aead *aead, int nfrags, int seqihlen) in esp_alloc_tmp() function 203 tmp = esp_alloc_tmp(aead, nfrags, seqhilen); in esp6_output() 397 tmp = esp_alloc_tmp(aead, nfrags, seqhilen); in esp6_input()
|
/linux-4.4.14/net/ipv4/ |
D | esp4.c | 38 static void *esp_alloc_tmp(struct crypto_aead *aead, int nfrags, int seqhilen) in esp_alloc_tmp() function 176 tmp = esp_alloc_tmp(aead, nfrags, seqhilen); in esp_output() 443 tmp = esp_alloc_tmp(aead, nfrags, seqhilen); in esp_input()
|