Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/caam/
Dcaamalg.c2996 .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/
Daead.c71 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()
Daf_alg.c258 if (!type->setauthsize) in alg_setsockopt()
260 err = type->setauthsize(ask->private, optlen); in alg_setsockopt()
Dgcm.c703 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()
Dccm.c585 inst->alg.setauthsize = crypto_ccm_setauthsize; in crypto_ccm_create_common()
874 inst->alg.setauthsize = crypto_rfc4309_setauthsize; in crypto_rfc4309_create()
Dpcrypt.c318 inst->alg.setauthsize = pcrypt_aead_setauthsize; in pcrypt_create_aead()
Dalgif_aead.c593 .setauthsize = aead_setauthsize,
Dauthencesn.c474 inst->alg.setauthsize = crypto_authenc_esn_setauthsize; in crypto_authenc_esn_create()
Dchacha20poly1305.c660 inst->alg.setauthsize = chachapoly_setauthsize; in chachapoly_create()
Dcryptd.c817 inst->alg.setauthsize = cryptd_aead_setauthsize; in cryptd_create_aead()
/linux-4.4.14/include/crypto/
Dif_alg.h57 int (*setauthsize)(void *private, unsigned int authsize); member
Daead.h137 int (*setauthsize)(struct crypto_aead *tfm, unsigned int authsize); member
/linux-4.4.14/drivers/crypto/
Dpicoxcell_crypto.c1395 .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,
Dixp4xx_crypto.c1456 cra->setauthsize = aead_setauthsize; in ixp_module_init()
/linux-4.4.14/drivers/crypto/nx/
Dnx-aes-ccm.c572 .setauthsize = ccm_aes_nx_setauthsize,
592 .setauthsize = ccm4309_aes_nx_setauthsize,
Dnx-aes-gcm.c522 .setauthsize = gcm4106_aes_nx_setauthsize,
/linux-4.4.14/Documentation/DocBook/
Dcrypto-API.xml.db29 API-crypto-aead-setauthsize
/linux-4.4.14/arch/arm64/crypto/
Daes-ce-ccm-glue.c292 .setauthsize = ccm_setauthsize,
/linux-4.4.14/arch/x86/crypto/
Daesni-intel_glue.c1413 .setauthsize = common_rfc4106_set_authsize,
1431 .setauthsize = rfc4106_set_authsize,