Lines Matching refs:authsize
380 unsigned int authsize)
382 if (authsize > AEGIS128_MAX_AUTH_SIZE)
384 if (authsize < AEGIS128_MIN_AUTH_SIZE)
393 unsigned int authsize = crypto_aead_authsize(tfm);
407 authsize, 1);
416 unsigned int authsize = crypto_aead_authsize(tfm);
417 unsigned int cryptlen = req->cryptlen - authsize;
423 authsize, 0);
432 if (unlikely(crypto_memneq(tag.bytes, zeros, authsize))) {
454 unsigned int authsize = crypto_aead_authsize(tfm);
471 authsize, 1);
479 unsigned int authsize = crypto_aead_authsize(tfm);
480 unsigned int cryptlen = req->cryptlen - authsize;
489 authsize, 0);
498 cryptlen, authsize))) {