Home
last modified time | relevance | path

Searched refs:setauthsize (Results 1 – 18 of 18) sorted by relevance

/linux-4.19.296/include/crypto/
Dmorus640_glue.h88 .setauthsize = crypto_morus640_glue_setauthsize, \
111 .setauthsize = cryptd_morus640_glue_setauthsize, \
Dmorus1280_glue.h88 .setauthsize = crypto_morus1280_glue_setauthsize, \
111 .setauthsize = cryptd_morus1280_glue_setauthsize, \
Daead.h139 int (*setauthsize)(struct crypto_aead *tfm, unsigned int authsize); member
Dif_alg.h56 int (*setauthsize)(void *private, unsigned int authsize); member
/linux-4.19.296/crypto/
Daead.c81 if (crypto_aead_alg(tfm)->setauthsize) { in crypto_aead_setauthsize()
82 err = crypto_aead_alg(tfm)->setauthsize(tfm, authsize); in crypto_aead_setauthsize()
266 inst->alg.setauthsize = aead_geniv_setauthsize; in aead_geniv_alloc()
Dgcm.c685 inst->alg.setauthsize = crypto_gcm_setauthsize; in crypto_gcm_create_common()
960 inst->alg.setauthsize = crypto_rfc4106_setauthsize; in crypto_rfc4106_create()
1202 inst->alg.setauthsize = crypto_rfc4543_setauthsize; in crypto_rfc4543_create()
Daegis128.c421 .setauthsize = crypto_aegis128_setauthsize,
Dpcrypt.c329 inst->alg.setauthsize = pcrypt_aead_setauthsize; in pcrypt_create_aead()
Daegis256.c436 .setauthsize = crypto_aegis256_setauthsize,
Daf_alg.c263 if (!type->setauthsize) in alg_setsockopt()
265 err = type->setauthsize(ask->private, optlen); in alg_setsockopt()
Dccm.c543 inst->alg.setauthsize = crypto_ccm_setauthsize; in crypto_ccm_create_common()
826 inst->alg.setauthsize = crypto_rfc4309_setauthsize; in crypto_rfc4309_create()
Dmorus640.c496 .setauthsize = crypto_morus640_setauthsize,
Daegis128l.c485 .setauthsize = crypto_aegis128l_setauthsize,
Dalgif_aead.c595 .setauthsize = aead_setauthsize,
Dauthencesn.c486 inst->alg.setauthsize = crypto_authenc_esn_setauthsize; in crypto_authenc_esn_create()
Dmorus1280.c504 .setauthsize = crypto_morus1280_setauthsize,
Dchacha20poly1305.c683 inst->alg.setauthsize = chachapoly_setauthsize; in chachapoly_create()
Dcryptd.c1096 inst->alg.setauthsize = cryptd_aead_setauthsize; in cryptd_create_aead()