Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv6/
Desp6.c90 static inline u8 *esp_tmp_iv(struct crypto_aead *aead, void *tmp, int seqhilen) in esp_tmp_iv() function
127 iv = esp_tmp_iv(aead, tmp, extralen); in esp_ssg_unref()
598 iv = esp_tmp_iv(aead, tmp, extralen); in esp6_output_tail()
978 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp6_input()
/Linux-v5.15/net/ipv4/
Desp4.c73 static inline u8 *esp_tmp_iv(struct crypto_aead *aead, void *tmp, int extralen) in esp_tmp_iv() function
109 iv = esp_tmp_iv(aead, tmp, extralen); in esp_ssg_unref()
562 iv = esp_tmp_iv(aead, tmp, extralen); in esp_output_tail()
936 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp_input()