Searched refs:seqhilen (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | esp6.c | 90 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() 937 int seqhilen; in esp6_input() local 955 seqhilen = 0; in esp6_input() 958 seqhilen += sizeof(__be32); in esp6_input() 959 assoclen += seqhilen; in esp6_input() 983 tmp = esp_alloc_tmp(aead, nfrags, seqhilen); in esp6_input() 989 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp6_input()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | esp6.c | 90 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() 931 int seqhilen; in esp6_input() local 949 seqhilen = 0; in esp6_input() 952 seqhilen += sizeof(__be32); in esp6_input() 953 assoclen += seqhilen; in esp6_input() 977 tmp = esp_alloc_tmp(aead, nfrags, seqhilen); in esp6_input() 983 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp6_input()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | esp4.c | 896 int seqhilen; in esp_input() local 910 seqhilen = 0; in esp_input() 913 seqhilen += sizeof(__be32); in esp_input() 914 assoclen += seqhilen; in esp_input() 938 tmp = esp_alloc_tmp(aead, nfrags, seqhilen); in esp_input() 944 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp_input()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | esp4.c | 887 int seqhilen; in esp_input() local 901 seqhilen = 0; in esp_input() 904 seqhilen += sizeof(__be32); in esp_input() 905 assoclen += seqhilen; in esp_input() 929 tmp = esp_alloc_tmp(aead, nfrags, seqhilen); in esp_input() 935 iv = esp_tmp_iv(aead, tmp, seqhilen); in esp_input()
|
Completed in 11 milliseconds