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);
129 unsigned int authsize = crypto_aead_authsize(authenc_esn);
135 if (!authsize)
223 unsigned int authsize = crypto_aead_authsize(authenc_esn);
231 unsigned int cryptlen = req->cryptlen - authsize;
237 if (!authsize)
245 if (crypto_memneq(ihash, ohash, authsize))
276 unsigned int authsize = crypto_aead_authsize(authenc_esn);
287 cryptlen -= authsize;
296 authsize, 0);
298 if (!authsize)