Searched refs:esp_tmp_iv (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | esp4.c | 73 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() 564 iv = esp_tmp_iv(aead, tmp, extralen); in esp_output_tail() 934 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp_input()
|
/openbmc/linux/net/ipv6/ |
H A D | esp6.c | 90 static inline u8 *esp_tmp_iv(struct crypto_aead *aead, void *tmp, int seqhilen) in esp_tmp_iv() function 126 iv = esp_tmp_iv(aead, tmp, extralen); in esp_ssg_unref() 601 iv = esp_tmp_iv(aead, tmp, extralen); in esp6_output_tail() 982 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp6_input()
|