Searched refs:maxauthsize (Results 1 – 13 of 13) sorted by relevance
48 unsigned int maxauthsize; in aead_geniv_alloc() local70 maxauthsize = crypto_aead_alg_maxauthsize(alg); in aead_geniv_alloc()95 inst->alg.maxauthsize = maxauthsize; in aead_geniv_alloc()
134 aead->authsize = alg->maxauthsize; in crypto_aead_init_tfm()157 raead.maxauthsize = aead->maxauthsize; in crypto_aead_report()180 seq_printf(m, "maxauthsize : %u\n", aead->maxauthsize); in crypto_aead_show()224 if (max3(alg->maxauthsize, alg->ivsize, alg->chunksize) > in aead_prepare_alg()
430 alg->maxauthsize = ialg->maxauthsize; in simd_aead_create_compat()
513 .maxauthsize = AEGIS128_MAX_AUTH_SIZE,532 .maxauthsize = AEGIS128_MAX_AUTH_SIZE,
640 inst->alg.maxauthsize = 16; in crypto_gcm_create_common()879 inst->alg.maxauthsize = crypto_aead_alg_maxauthsize(alg); in crypto_rfc4106_create()1094 inst->alg.maxauthsize = crypto_aead_alg_maxauthsize(alg); in crypto_rfc4543_create()
273 inst->alg.maxauthsize = crypto_aead_alg_maxauthsize(alg); in pcrypt_create_aead()
512 inst->alg.maxauthsize = 16; in crypto_ccm_create_common()756 inst->alg.maxauthsize = 16; in crypto_rfc4309_create()
443 inst->alg.maxauthsize = auth->digestsize; in crypto_authenc_esn_create()
429 inst->alg.maxauthsize = auth->digestsize; in crypto_authenc_create()
602 aead_inst->alg.maxauthsize = crypto_aead_alg_maxauthsize(aead_alg); in essiv_create()
619 inst->alg.maxauthsize = POLY1305_DIGEST_SIZE; in chachapoly_create()
858 inst->alg.maxauthsize = crypto_aead_alg_maxauthsize(alg); in cryptd_create_aead()
2267 const unsigned int maxauthsize = crypto_aead_maxauthsize(tfm); in generate_random_aead_testvec() local2282 authsize = maxauthsize; in generate_random_aead_testvec()2284 authsize = prandom_u32() % (maxauthsize + 1); in generate_random_aead_testvec()