Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv4/
A Desp4.c46 static void *esp_alloc_tmp(struct crypto_aead *aead, int nfrags, int extralen) in esp_alloc_tmp() function
560 tmp = esp_alloc_tmp(aead, esp->nfrags + 2, extralen); in esp_output_tail()
927 tmp = esp_alloc_tmp(aead, nfrags, seqhilen); in esp_input()
/linux-6.3-rc2/net/ipv6/
A Desp6.c63 static void *esp_alloc_tmp(struct crypto_aead *aead, int nfrags, int seqihlen) in esp_alloc_tmp() function
597 tmp = esp_alloc_tmp(aead, esp->nfrags + 2, extralen); in esp6_output_tail()
975 tmp = esp_alloc_tmp(aead, nfrags, seqhilen); in esp6_input()

Completed in 7 milliseconds