Searched refs:setauthsize (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/crypto/ |
D | aead.c | 68 if (crypto_aead_alg(tfm)->setauthsize) { in crypto_aead_setauthsize() 69 err = crypto_aead_alg(tfm)->setauthsize(crt->base, authsize); in crypto_aead_setauthsize() 292 inst->alg.cra_aead.setauthsize = alg->cra_aead.setauthsize; in aead_geniv_alloc()
|
D | gcm.c | 769 inst->alg.cra_aead.setauthsize = crypto_gcm_setauthsize; in crypto_gcm_alloc_common() 1033 inst->alg.cra_aead.setauthsize = crypto_rfc4106_setauthsize; in crypto_rfc4106_alloc() 1284 inst->alg.cra_aead.setauthsize = crypto_rfc4543_setauthsize; in crypto_rfc4543_alloc()
|
D | ccm.c | 555 inst->alg.cra_aead.setauthsize = crypto_ccm_setauthsize; in crypto_ccm_alloc_common() 822 inst->alg.cra_aead.setauthsize = crypto_rfc4309_setauthsize; in crypto_rfc4309_alloc()
|
D | cryptd.c | 743 inst->alg.cra_aead.setauthsize = alg->cra_aead.setauthsize; in cryptd_create_aead()
|
D | pcrypt.c | 374 inst->alg.cra_aead.setauthsize = pcrypt_aead_setauthsize; in pcrypt_alloc_aead()
|
/linux-2.6.39/drivers/crypto/ |
D | picoxcell_crypto.c | 1475 .setauthsize = spacc_aead_setauthsize, 1503 .setauthsize = spacc_aead_setauthsize, 1530 .setauthsize = spacc_aead_setauthsize, 1557 .setauthsize = spacc_aead_setauthsize, 1585 .setauthsize = spacc_aead_setauthsize, 1612 .setauthsize = spacc_aead_setauthsize,
|
D | talitos.c | 1911 .setauthsize = aead_setauthsize, 1937 .setauthsize = aead_setauthsize, 1964 .setauthsize = aead_setauthsize, 1990 .setauthsize = aead_setauthsize, 2017 .setauthsize = aead_setauthsize, 2043 .setauthsize = aead_setauthsize,
|
D | ixp4xx_crypto.c | 1466 cra->cra_aead.setauthsize = aead_setauthsize; in ixp_module_init()
|
/linux-2.6.39/include/linux/ |
D | crypto.h | 209 int (*setauthsize)(struct crypto_aead *tfm, unsigned int authsize); member
|
/linux-2.6.39/arch/x86/crypto/ |
D | aesni-intel_glue.c | 1063 .setauthsize = rfc4106_set_authsize,
|