Home
last modified time | relevance | path

Searched refs:maxauthsize (Results 1 – 13 of 13) sorted by relevance

/crypto/
Dgeniv.c48 unsigned int maxauthsize; in aead_geniv_alloc() local
70 maxauthsize = crypto_aead_alg_maxauthsize(alg); in aead_geniv_alloc()
95 inst->alg.maxauthsize = maxauthsize; in aead_geniv_alloc()
Daead.c134 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()
Dsimd.c430 alg->maxauthsize = ialg->maxauthsize; in simd_aead_create_compat()
Daegis128-core.c513 .maxauthsize = AEGIS128_MAX_AUTH_SIZE,
532 .maxauthsize = AEGIS128_MAX_AUTH_SIZE,
Dgcm.c640 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()
Dpcrypt.c273 inst->alg.maxauthsize = crypto_aead_alg_maxauthsize(alg); in pcrypt_create_aead()
Dccm.c512 inst->alg.maxauthsize = 16; in crypto_ccm_create_common()
756 inst->alg.maxauthsize = 16; in crypto_rfc4309_create()
Dauthencesn.c443 inst->alg.maxauthsize = auth->digestsize; in crypto_authenc_esn_create()
Dauthenc.c429 inst->alg.maxauthsize = auth->digestsize; in crypto_authenc_create()
Dessiv.c602 aead_inst->alg.maxauthsize = crypto_aead_alg_maxauthsize(aead_alg); in essiv_create()
Dchacha20poly1305.c619 inst->alg.maxauthsize = POLY1305_DIGEST_SIZE; in chachapoly_create()
Dcryptd.c858 inst->alg.maxauthsize = crypto_aead_alg_maxauthsize(alg); in cryptd_create_aead()
Dtestmgr.c2267 const unsigned int maxauthsize = crypto_aead_maxauthsize(tfm); in generate_random_aead_testvec() local
2282 authsize = maxauthsize; in generate_random_aead_testvec()
2284 authsize = prandom_u32() % (maxauthsize + 1); in generate_random_aead_testvec()