Home
last modified time | relevance | path

Searched refs:crypto_aead_type (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/crypto/
Daead.c157 const struct crypto_type crypto_aead_type = { variable
165 EXPORT_SYMBOL_GPL(crypto_aead_type);
346 inst->alg.cra_type = &crypto_aead_type; in aead_geniv_alloc()
480 if (alg->cra_type == &crypto_aead_type) in crypto_lookup_aead()
492 if (alg->cra_type == &crypto_aead_type) { in crypto_lookup_aead()
Dpcrypt.c362 inst->alg.cra_type = &crypto_aead_type; in pcrypt_alloc_aead()
Dauthenc.c652 inst->alg.cra_type = &crypto_aead_type; in crypto_authenc_alloc()
Dccm.c549 inst->alg.cra_type = &crypto_aead_type; in crypto_ccm_alloc_common()
Dauthencesn.c774 inst->alg.cra_type = &crypto_aead_type; in crypto_authenc_esn_alloc()
Dgcm.c763 inst->alg.cra_type = &crypto_aead_type; in crypto_gcm_alloc_common()
/linux-3.4.99/drivers/crypto/
Dpicoxcell_crypto.c1490 .cra_type = &crypto_aead_type,
1520 .cra_type = &crypto_aead_type,
1549 .cra_type = &crypto_aead_type,
1578 .cra_type = &crypto_aead_type,
1608 .cra_type = &crypto_aead_type,
1637 .cra_type = &crypto_aead_type,
Dtalitos.c2022 .cra_type = &crypto_aead_type,
2048 .cra_type = &crypto_aead_type,
2075 .cra_type = &crypto_aead_type,
2101 .cra_type = &crypto_aead_type,
2128 .cra_type = &crypto_aead_type,
2154 .cra_type = &crypto_aead_type,
Dixp4xx_crypto.c1464 cra->cra_type = &crypto_aead_type; in ixp_module_init()
/linux-3.4.99/include/crypto/
Dalgapi.h126 extern const struct crypto_type crypto_aead_type;
/linux-3.4.99/arch/x86/crypto/
Daesni-intel_glue.c1245 .cra_type = &crypto_aead_type,
/linux-3.4.99/drivers/crypto/caam/
Dcaamalg.c2331 alg->cra_type = &crypto_aead_type; in caam_alg_alloc()