Home
last modified time | relevance | path

Searched refs:seqhilen (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() argument
93 PTR_ALIGN((u8 *)tmp + seqhilen, in esp_tmp_iv()
94 crypto_aead_alignmask(aead) + 1) : tmp + seqhilen; in esp_tmp_iv()
926 int seqhilen; in esp6_input() local
944 seqhilen = 0; in esp6_input()
947 seqhilen += sizeof(__be32); in esp6_input()
948 assoclen += seqhilen; in esp6_input()
972 tmp = esp_alloc_tmp(aead, nfrags, seqhilen); in esp6_input()
978 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp6_input()
/Linux-v5.15/net/ipv4/
Desp4.c888 int seqhilen; in esp_input() local
902 seqhilen = 0; in esp_input()
905 seqhilen += sizeof(__be32); in esp_input()
906 assoclen += seqhilen; in esp_input()
930 tmp = esp_alloc_tmp(aead, nfrags, seqhilen); in esp_input()
936 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp_input()