Searched refs:crypto_aead_type (Results 1 – 12 of 12) sorted by relevance
/linux-3.4.99/crypto/ |
D | aead.c | 157 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()
|
D | pcrypt.c | 362 inst->alg.cra_type = &crypto_aead_type; in pcrypt_alloc_aead()
|
D | authenc.c | 652 inst->alg.cra_type = &crypto_aead_type; in crypto_authenc_alloc()
|
D | ccm.c | 549 inst->alg.cra_type = &crypto_aead_type; in crypto_ccm_alloc_common()
|
D | authencesn.c | 774 inst->alg.cra_type = &crypto_aead_type; in crypto_authenc_esn_alloc()
|
D | gcm.c | 763 inst->alg.cra_type = &crypto_aead_type; in crypto_gcm_alloc_common()
|
/linux-3.4.99/drivers/crypto/ |
D | picoxcell_crypto.c | 1490 .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,
|
D | talitos.c | 2022 .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,
|
D | ixp4xx_crypto.c | 1464 cra->cra_type = &crypto_aead_type; in ixp_module_init()
|
/linux-3.4.99/include/crypto/ |
D | algapi.h | 126 extern const struct crypto_type crypto_aead_type;
|
/linux-3.4.99/arch/x86/crypto/ |
D | aesni-intel_glue.c | 1245 .cra_type = &crypto_aead_type,
|
/linux-3.4.99/drivers/crypto/caam/ |
D | caamalg.c | 2331 alg->cra_type = &crypto_aead_type; in caam_alg_alloc()
|