Searched refs:crypto_nivaead_type (Results 1 – 6 of 6) sorted by relevance
26 extern const struct crypto_type crypto_nivaead_type;
243 const struct crypto_type crypto_nivaead_type = { variable251 EXPORT_SYMBOL_GPL(crypto_nivaead_type);
255 alg->cra_type == &crypto_nivaead_type && alg->cra_aead.ivsize)) in cryptomgr_schedule_test()
1023 inst->alg.cra_type = &crypto_nivaead_type; in crypto_rfc4106_alloc()1284 inst->alg.cra_type = &crypto_nivaead_type; in crypto_rfc4543_alloc()
812 inst->alg.cra_type = &crypto_nivaead_type; in crypto_rfc4309_alloc()
1061 .cra_type = &crypto_nivaead_type,