seqhilen          705 net/ipv4/esp4.c 	int seqhilen;
seqhilen          719 net/ipv4/esp4.c 	seqhilen = 0;
seqhilen          722 net/ipv4/esp4.c 		seqhilen += sizeof(__be32);
seqhilen          723 net/ipv4/esp4.c 		assoclen += seqhilen;
seqhilen          747 net/ipv4/esp4.c 	tmp = esp_alloc_tmp(aead, nfrags, seqhilen);
seqhilen          753 net/ipv4/esp4.c 	iv = esp_tmp_iv(aead, tmp, seqhilen);
seqhilen           80 net/ipv6/esp6.c static inline u8 *esp_tmp_iv(struct crypto_aead *aead, void *tmp, int seqhilen)
seqhilen           83 net/ipv6/esp6.c 	       PTR_ALIGN((u8 *)tmp + seqhilen,
seqhilen           84 net/ipv6/esp6.c 			 crypto_aead_alignmask(aead) + 1) : tmp + seqhilen;
seqhilen          108 net/ipv6/esp6.c 	int seqhilen = 0;
seqhilen          114 net/ipv6/esp6.c 		seqhilen += sizeof(__be32);
seqhilen          116 net/ipv6/esp6.c 	iv = esp_tmp_iv(aead, tmp, seqhilen);
seqhilen          314 net/ipv6/esp6.c 	int seqhilen;
seqhilen          324 net/ipv6/esp6.c 	seqhilen = 0;
seqhilen          327 net/ipv6/esp6.c 		seqhilen += sizeof(__be32);
seqhilen          335 net/ipv6/esp6.c 	tmp = esp_alloc_tmp(aead, esp->nfrags + 2, seqhilen);
seqhilen          340 net/ipv6/esp6.c 	iv = esp_tmp_iv(aead, tmp, seqhilen);
seqhilen          600 net/ipv6/esp6.c 	int seqhilen;
seqhilen          618 net/ipv6/esp6.c 	seqhilen = 0;
seqhilen          621 net/ipv6/esp6.c 		seqhilen += sizeof(__be32);
seqhilen          622 net/ipv6/esp6.c 		assoclen += seqhilen;
seqhilen          646 net/ipv6/esp6.c 	tmp = esp_alloc_tmp(aead, nfrags, seqhilen);
seqhilen          652 net/ipv6/esp6.c 	iv = esp_tmp_iv(aead, tmp, seqhilen);