Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Desp4.c38 static void *esp_alloc_tmp(struct crypto_aead *aead, int nfrags, int seqhilen) in esp_alloc_tmp() argument
42 len = seqhilen; in esp_alloc_tmp()
64 static inline u8 *esp_tmp_iv(struct crypto_aead *aead, void *tmp, int seqhilen) in esp_tmp_iv() argument
67 PTR_ALIGN((u8 *)tmp + seqhilen, in esp_tmp_iv()
68 crypto_aead_alignmask(aead) + 1) : tmp + seqhilen; in esp_tmp_iv()
140 int seqhilen; in esp_output() local
169 seqhilen = 0; in esp_output()
172 seqhilen += sizeof(__be32); in esp_output()
173 assoclen += seqhilen; in esp_output()
176 tmp = esp_alloc_tmp(aead, nfrags, seqhilen); in esp_output()
[all …]
/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() argument
95 PTR_ALIGN((u8 *)tmp + seqhilen, in esp_tmp_iv()
96 crypto_aead_alignmask(aead) + 1) : tmp + seqhilen; in esp_tmp_iv()
166 int seqhilen; in esp6_output() local
196 seqhilen = 0; in esp6_output()
199 seqhilen += sizeof(__be32); in esp6_output()
200 assoclen += seqhilen; in esp6_output()
203 tmp = esp_alloc_tmp(aead, nfrags, seqhilen); in esp6_output()
210 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp6_output()
364 int seqhilen; in esp6_input() local
[all …]