Lines Matching refs:crypto_alg
29 static inline int crypto_set_driver_name(struct crypto_alg *alg) in crypto_set_driver_name()
53 static int crypto_check_alg(struct crypto_alg *alg) in crypto_check_alg()
90 static void crypto_destroy_instance(struct crypto_alg *alg) in crypto_destroy_instance()
99 static struct list_head *crypto_more_spawns(struct crypto_alg *alg, in crypto_more_spawns()
143 void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list, in crypto_remove_spawns()
144 struct crypto_alg *nalg) in crypto_remove_spawns()
204 static struct crypto_larval *__crypto_register_alg(struct crypto_alg *alg) in __crypto_register_alg()
206 struct crypto_alg *q; in __crypto_register_alg()
269 struct crypto_alg *alg; in crypto_alg_tested()
270 struct crypto_alg *q; in crypto_alg_tested()
347 struct crypto_alg *alg; in crypto_remove_final()
348 struct crypto_alg *n; in crypto_remove_final()
375 int crypto_register_alg(struct crypto_alg *alg) in crypto_register_alg()
397 static int crypto_remove_alg(struct crypto_alg *alg, struct list_head *list) in crypto_remove_alg()
410 int crypto_unregister_alg(struct crypto_alg *alg) in crypto_unregister_alg()
431 int crypto_register_algs(struct crypto_alg *algs, int count) in crypto_register_algs()
451 int crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs()
597 int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg, in crypto_init_spawn()
617 int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg, in crypto_init_spawn2()
637 struct crypto_alg *alg; in crypto_grab_spawn()
661 static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn) in crypto_spawn_alg()
663 struct crypto_alg *alg; in crypto_spawn_alg()
664 struct crypto_alg *alg2; in crypto_spawn_alg()
685 struct crypto_alg *alg; in crypto_spawn_tfm()
710 struct crypto_alg *alg; in crypto_spawn_tfm2()
792 struct crypto_alg *crypto_attr_alg2(struct rtattr *rta, in crypto_attr_alg2()
825 struct crypto_alg *alg) in crypto_inst_setname()
839 void *crypto_alloc_instance2(const char *name, struct crypto_alg *alg, in crypto_alloc_instance2()
866 struct crypto_alg *alg) in crypto_alloc_instance()
1042 unsigned int crypto_alg_extsize(struct crypto_alg *alg) in crypto_alg_extsize()
1053 struct crypto_alg *alg = crypto_find_alg(name, frontend, type, mask); in crypto_type_has_alg()