Searched refs:esp_alloc_tmp (Results 1 – 2 of 2) sorted by relevance
/linux/net/ipv6/ |
H A D | esp6.c | 64 static void *esp_alloc_tmp(struct crypto_aead *aead, int nfrags, int seqihlen) in esp_alloc_tmp() function 590 tmp = esp_alloc_tmp(aead, esp->nfrags + 2, extralen); in esp6_output_tail() 970 tmp = esp_alloc_tmp(aead, nfrags, seqhilen); in esp6_input()
|
/linux/net/ipv4/ |
H A D | esp4.c | 47 static void *esp_alloc_tmp(struct crypto_aead *aead, int nfrags, int extralen) in esp_alloc_tmp() function 559 tmp = esp_alloc_tmp(aead, esp->nfrags + 2, extralen); in esp_output_tail() 928 tmp = esp_alloc_tmp(aead, nfrags, seqhilen); in esp_input()
|