Lines Matching refs:type
643 if ((alg->cra_flags ^ frontend->type) & frontend->maskset) in crypto_init_spawn2()
655 u32 type, u32 mask) in crypto_grab_spawn() argument
660 alg = crypto_find_alg(name, spawn->frontend, type, mask); in crypto_grab_spawn()
702 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm() argument
713 if (unlikely((alg->cra_flags ^ type) & mask)) in crypto_spawn_tfm()
716 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_spawn_tfm()
779 int crypto_check_attr_type(struct rtattr **tb, u32 type) in crypto_check_attr_type() argument
787 if ((algt->type ^ type) & algt->mask) in crypto_check_attr_type()
814 u32 type, u32 mask) in crypto_attr_alg2() argument
822 return crypto_find_alg(name, frontend, type, mask); in crypto_attr_alg2()
1028 u32 type, u32 mask) in crypto_type_has_alg() argument
1031 struct crypto_alg *alg = crypto_find_alg(name, frontend, type, mask); in crypto_type_has_alg()