Lines Matching refs:authsize
432 unsigned int authsize, iv_len; in __test_aead() local
530 authsize = abs(template[i].rlen - template[i].ilen); in __test_aead()
531 ret = crypto_aead_setauthsize(tfm, authsize); in __test_aead()
534 d, authsize, j, algo); in __test_aead()
545 template[i].ilen + (enc ? authsize : 0)); in __test_aead()
631 authsize = abs(template[i].rlen - template[i].ilen); in __test_aead()
657 n += authsize; in __test_aead()
664 ret = crypto_aead_setauthsize(tfm, authsize); in __test_aead()
667 d, authsize, j, algo); in __test_aead()
673 sg[k - 1].length + authsize > in __test_aead()
680 sgout[k - 1].length += authsize; in __test_aead()
682 sg[k - 1].length += authsize; in __test_aead()
748 n += enc ? authsize : -authsize; in __test_aead()
761 temp + n, authsize)) in __test_aead()
762 n = authsize; in __test_aead()