Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv6/
Desp6.c91 static inline u8 *esp_tmp_iv(struct crypto_aead *aead, void *tmp, int seqhilen) in esp_tmp_iv() argument
94 PTR_ALIGN((u8 *)tmp + seqhilen, in esp_tmp_iv()
95 crypto_aead_alignmask(aead) + 1) : tmp + seqhilen; in esp_tmp_iv()
923 int seqhilen; in esp6_input() local
941 seqhilen = 0; in esp6_input()
944 seqhilen += sizeof(__be32); in esp6_input()
945 assoclen += seqhilen; in esp6_input()
969 tmp = esp_alloc_tmp(aead, nfrags, seqhilen); in esp6_input()
975 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp6_input()
/linux-6.12.1/net/ipv4/
Desp4.c885 int seqhilen; in esp_input() local
899 seqhilen = 0; in esp_input()
902 seqhilen += sizeof(__be32); in esp_input()
903 assoclen += seqhilen; in esp_input()
927 tmp = esp_alloc_tmp(aead, nfrags, seqhilen); in esp_input()
933 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp_input()