Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_crypto.h11 int (*setauthsize)(void *tfm, unsigned int authsize); member
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c1323 .setauthsize = otx_cpt_aead_set_authsize,
1342 .setauthsize = otx_cpt_aead_set_authsize,
1361 .setauthsize = otx_cpt_aead_set_authsize,
1380 .setauthsize = otx_cpt_aead_set_authsize,
1399 .setauthsize = otx_cpt_aead_set_authsize,
1418 .setauthsize = otx_cpt_aead_set_authsize,
1437 .setauthsize = otx_cpt_aead_set_authsize,
1456 .setauthsize = otx_cpt_aead_set_authsize,
1475 .setauthsize = otx_cpt_aead_set_authsize,
/linux/kernel/bpf/
H A Dcrypto.c169 if (!!params->authsize ^ !!type->setauthsize) { in bpf_crypto_ctx_create()
193 *err = type->setauthsize(ctx->tfm, params->authsize); in bpf_crypto_ctx_create()
/linux/include/crypto/
H A Daead.h142 int (*setauthsize)(struct crypto_aead *tfm, unsigned int authsize); member
/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_aead.c531 .setauthsize = nitrox_aes_gcm_setauthsize,
550 .setauthsize = nitrox_rfc4106_setauthsize,
/linux/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c232 .setauthsize = gcm_setauthsize,
H A Dsm4-ce-ccm-glue.c264 .setauthsize = ccm_setauthsize,
/linux/crypto/
H A Dessiv.c591 aead_inst->alg.setauthsize = essiv_aead_setauthsize; in essiv_create()