Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/
Desp6.c92 static inline u8 *esp_tmp_iv(struct crypto_aead *aead, void *tmp, int seqhilen) in esp_tmp_iv() function
210 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp6_output()
403 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp6_input()
/linux-4.4.14/net/ipv4/
Desp4.c64 static inline u8 *esp_tmp_iv(struct crypto_aead *aead, void *tmp, int seqhilen) in esp_tmp_iv() function
183 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp_output()
449 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp_input()