Searched refs:setauthsize (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | bpf_crypto.h | 11 int (*setauthsize)(void *tfm, unsigned int authsize); member
|
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_algs.c | 1323 .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 D | crypto.c | 169 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 D | aead.h | 142 int (*setauthsize)(struct crypto_aead *tfm, unsigned int authsize); member
|
| /linux/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_aead.c | 531 .setauthsize = nitrox_aes_gcm_setauthsize, 550 .setauthsize = nitrox_rfc4106_setauthsize,
|
| /linux/arch/arm64/crypto/ |
| H A D | sm4-ce-gcm-glue.c | 232 .setauthsize = gcm_setauthsize,
|
| H A D | sm4-ce-ccm-glue.c | 264 .setauthsize = ccm_setauthsize,
|
| /linux/crypto/ |
| H A D | essiv.c | 591 aead_inst->alg.setauthsize = essiv_aead_setauthsize; in essiv_create()
|