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

/linux-master/net/ipv6/
H A Desp6.c90 static inline u8 *esp_tmp_iv(struct crypto_aead *aead, void *tmp, int seqhilen) argument
93 PTR_ALIGN((u8 *)tmp + seqhilen,
94 crypto_aead_alignmask(aead) + 1) : tmp + seqhilen;
931 int seqhilen; local
949 seqhilen = 0;
952 seqhilen += sizeof(__be32);
953 assoclen += seqhilen;
977 tmp = esp_alloc_tmp(aead, nfrags, seqhilen);
983 iv = esp_tmp_iv(aead, tmp, seqhilen);
/linux-master/net/ipv4/
H A Desp4.c887 int seqhilen; local
901 seqhilen = 0;
904 seqhilen += sizeof(__be32);
905 assoclen += seqhilen;
929 tmp = esp_alloc_tmp(aead, nfrags, seqhilen);
935 iv = esp_tmp_iv(aead, tmp, seqhilen);

Completed in 146 milliseconds