Searched refs:setauthsize (Results 1 – 13 of 13) 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/drivers/crypto/xilinx/ |
| H A D | zynqmp-aes-gcm.c | 782 .setauthsize = xilinx_aes_aead_setauthsize, 812 .setauthsize = xilinx_aes_aead_setauthsize, 845 .setauthsize = xilinx_aes_aead_setauthsize, 875 .setauthsize = xilinx_aes_aead_setauthsize,
|
| /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 | ccm.c | 511 inst->alg.setauthsize = crypto_ccm_setauthsize; in crypto_ccm_create_common() 758 inst->alg.setauthsize = crypto_rfc4309_setauthsize; in crypto_rfc4309_create()
|
| H A D | essiv.c | 591 aead_inst->alg.setauthsize = essiv_aead_setauthsize; in essiv_create()
|
| /linux/drivers/crypto/starfive/ |
| H A D | jh7110-aes.c | 1089 .base.setauthsize = starfive_aes_gcm_setauthsize, 1112 .base.setauthsize = starfive_aes_ccm_setauthsize,
|
| /linux/drivers/crypto/tegra/ |
| H A D | tegra-se-aes.c | 1913 .setauthsize = tegra_gcm_setauthsize, 1935 .setauthsize = tegra_ccm_setauthsize,
|
| /linux/drivers/crypto/ |
| H A D | atmel-aes.c | 1592 .setauthsize = atmel_aes_gcm_setauthsize,
|