Home
last modified time | relevance | path

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

/linux-2.6.39/crypto/
Daead.c68 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()
Dgcm.c769 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()
Dccm.c555 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()
Dcryptd.c743 inst->alg.cra_aead.setauthsize = alg->cra_aead.setauthsize; in cryptd_create_aead()
Dpcrypt.c374 inst->alg.cra_aead.setauthsize = pcrypt_aead_setauthsize; in pcrypt_alloc_aead()
/linux-2.6.39/drivers/crypto/
Dpicoxcell_crypto.c1475 .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,
Dtalitos.c1911 .setauthsize = aead_setauthsize,
1937 .setauthsize = aead_setauthsize,
1964 .setauthsize = aead_setauthsize,
1990 .setauthsize = aead_setauthsize,
2017 .setauthsize = aead_setauthsize,
2043 .setauthsize = aead_setauthsize,
Dixp4xx_crypto.c1466 cra->cra_aead.setauthsize = aead_setauthsize; in ixp_module_init()
/linux-2.6.39/include/linux/
Dcrypto.h209 int (*setauthsize)(struct crypto_aead *tfm, unsigned int authsize); member
/linux-2.6.39/arch/x86/crypto/
Daesni-intel_glue.c1063 .setauthsize = rfc4106_set_authsize,