Lines Matching refs:authsize
50 unsigned int authsize)
52 if (authsize > 0 && authsize < 4)
95 unsigned int authsize = crypto_aead_authsize(authenc_esn);
106 scatterwalk_map_and_copy(hash, dst, assoclen + cryptlen, authsize, 1);
128 unsigned int authsize = crypto_aead_authsize(authenc_esn);
134 if (!authsize)
221 unsigned int authsize = crypto_aead_authsize(authenc_esn);
229 unsigned int cryptlen = req->cryptlen - authsize;
235 if (!authsize)
243 if (crypto_memneq(ihash, ohash, authsize))
273 unsigned int authsize = crypto_aead_authsize(authenc_esn);
284 cryptlen -= authsize;
293 authsize, 0);
295 if (!authsize)