Searched refs:setauthsize (Results 1 – 19 of 19) sorted by relevance
/linux-4.4.14/drivers/crypto/caam/ |
D | caamalg.c | 2996 .setauthsize = rfc4106_setauthsize, 3014 .setauthsize = rfc4543_setauthsize, 3033 .setauthsize = gcm_setauthsize, 3054 .setauthsize = aead_setauthsize, 3076 .setauthsize = aead_setauthsize, 3098 .setauthsize = aead_setauthsize, 3120 .setauthsize = aead_setauthsize, 3142 .setauthsize = aead_setauthsize, 3164 .setauthsize = aead_setauthsize, 3185 .setauthsize = aead_setauthsize, [all …]
|
/linux-4.4.14/crypto/ |
D | aead.c | 71 if (crypto_aead_alg(tfm)->setauthsize) { in crypto_aead_setauthsize() 72 err = crypto_aead_alg(tfm)->setauthsize(tfm, authsize); in crypto_aead_setauthsize() 254 inst->alg.setauthsize = aead_geniv_setauthsize; in aead_geniv_alloc()
|
D | af_alg.c | 258 if (!type->setauthsize) in alg_setsockopt() 260 err = type->setauthsize(ask->private, optlen); in alg_setsockopt()
|
D | gcm.c | 703 inst->alg.setauthsize = crypto_gcm_setauthsize; in crypto_gcm_create_common() 989 inst->alg.setauthsize = crypto_rfc4106_setauthsize; in crypto_rfc4106_create() 1228 inst->alg.setauthsize = crypto_rfc4543_setauthsize; in crypto_rfc4543_create()
|
D | ccm.c | 585 inst->alg.setauthsize = crypto_ccm_setauthsize; in crypto_ccm_create_common() 874 inst->alg.setauthsize = crypto_rfc4309_setauthsize; in crypto_rfc4309_create()
|
D | pcrypt.c | 318 inst->alg.setauthsize = pcrypt_aead_setauthsize; in pcrypt_create_aead()
|
D | algif_aead.c | 593 .setauthsize = aead_setauthsize,
|
D | authencesn.c | 474 inst->alg.setauthsize = crypto_authenc_esn_setauthsize; in crypto_authenc_esn_create()
|
D | chacha20poly1305.c | 660 inst->alg.setauthsize = chachapoly_setauthsize; in chachapoly_create()
|
D | cryptd.c | 817 inst->alg.setauthsize = cryptd_aead_setauthsize; in cryptd_create_aead()
|
/linux-4.4.14/include/crypto/ |
D | if_alg.h | 57 int (*setauthsize)(void *private, unsigned int authsize); member
|
D | aead.h | 137 int (*setauthsize)(struct crypto_aead *tfm, unsigned int authsize); member
|
/linux-4.4.14/drivers/crypto/ |
D | picoxcell_crypto.c | 1395 .setauthsize = spacc_aead_setauthsize, 1425 .setauthsize = spacc_aead_setauthsize, 1455 .setauthsize = spacc_aead_setauthsize, 1485 .setauthsize = spacc_aead_setauthsize, 1516 .setauthsize = spacc_aead_setauthsize, 1546 .setauthsize = spacc_aead_setauthsize,
|
D | ixp4xx_crypto.c | 1456 cra->setauthsize = aead_setauthsize; in ixp_module_init()
|
/linux-4.4.14/drivers/crypto/nx/ |
D | nx-aes-ccm.c | 572 .setauthsize = ccm_aes_nx_setauthsize, 592 .setauthsize = ccm4309_aes_nx_setauthsize,
|
D | nx-aes-gcm.c | 522 .setauthsize = gcm4106_aes_nx_setauthsize,
|
/linux-4.4.14/Documentation/DocBook/ |
D | crypto-API.xml.db | 29 API-crypto-aead-setauthsize
|
/linux-4.4.14/arch/arm64/crypto/ |
D | aes-ce-ccm-glue.c | 292 .setauthsize = ccm_setauthsize,
|
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_glue.c | 1413 .setauthsize = common_rfc4106_set_authsize, 1431 .setauthsize = rfc4106_set_authsize,
|