Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Desp6.c67 static void *esp_alloc_tmp(struct crypto_aead *aead, int nfrags, int seqihlen) in esp_alloc_tmp() function
346 tmp = esp_alloc_tmp(aead, esp->nfrags + 2, seqhilen); in esp6_output_tail()
658 tmp = esp_alloc_tmp(aead, nfrags, seqhilen); in esp6_input()
/Linux-v4.19/net/ipv4/
Desp4.c45 static void *esp_alloc_tmp(struct crypto_aead *aead, int nfrags, int extralen) in esp_alloc_tmp() function
381 tmp = esp_alloc_tmp(aead, esp->nfrags + 2, extralen); in esp_output_tail()
736 tmp = esp_alloc_tmp(aead, nfrags, seqhilen); in esp_input()