Home
last modified time | relevance | path

Searched refs:crypto_nivaead_type (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/include/crypto/internal/
Daead.h26 extern const struct crypto_type crypto_nivaead_type;
/linux-3.4.99/crypto/
Daead.c243 const struct crypto_type crypto_nivaead_type = { variable
251 EXPORT_SYMBOL_GPL(crypto_nivaead_type);
Dalgboss.c255 alg->cra_type == &crypto_nivaead_type && alg->cra_aead.ivsize)) in cryptomgr_schedule_test()
Dgcm.c1023 inst->alg.cra_type = &crypto_nivaead_type; in crypto_rfc4106_alloc()
1284 inst->alg.cra_type = &crypto_nivaead_type; in crypto_rfc4543_alloc()
Dccm.c812 inst->alg.cra_type = &crypto_nivaead_type; in crypto_rfc4309_alloc()
/linux-3.4.99/arch/x86/crypto/
Daesni-intel_glue.c1061 .cra_type = &crypto_nivaead_type,