Searched refs:esp_tmp_iv (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/ipv6/ |
D | esp6.c | 94 static inline u8 *esp_tmp_iv(struct crypto_aead *aead, void *tmp, int seqhilen) in esp_tmp_iv() function 130 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp_ssg_unref() 351 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp6_output_tail() 664 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp6_input()
|
/Linux-v4.19/net/ipv4/ |
D | esp4.c | 72 static inline u8 *esp_tmp_iv(struct crypto_aead *aead, void *tmp, int extralen) in esp_tmp_iv() function 110 iv = esp_tmp_iv(aead, tmp, extralen); in esp_ssg_unref() 386 iv = esp_tmp_iv(aead, tmp, extralen); in esp_output_tail() 742 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp_input()
|