Lines Matching refs:crypto_alg
32 static int crypto_check_alg(struct crypto_alg *alg) in crypto_check_alg()
82 static void crypto_destroy_instance(struct crypto_alg *alg) in crypto_destroy_instance()
101 static struct list_head *crypto_more_spawns(struct crypto_alg *alg, in crypto_more_spawns()
151 void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list, in crypto_remove_spawns()
152 struct crypto_alg *nalg) in crypto_remove_spawns()
231 static void crypto_alg_finish_registration(struct crypto_alg *alg, in crypto_alg_finish_registration()
234 struct crypto_alg *q; in crypto_alg_finish_registration()
259 static struct crypto_larval *crypto_alloc_test_larval(struct crypto_alg *alg) in crypto_alloc_test_larval()
288 __crypto_register_alg(struct crypto_alg *alg, struct list_head *algs_to_put) in __crypto_register_alg()
290 struct crypto_alg *q; in __crypto_register_alg()
347 struct crypto_alg *alg; in crypto_alg_tested()
348 struct crypto_alg *q; in crypto_alg_tested()
397 struct crypto_alg *alg; in crypto_remove_final()
398 struct crypto_alg *n; in crypto_remove_final()
407 int crypto_register_alg(struct crypto_alg *alg) in crypto_register_alg()
439 static int crypto_remove_alg(struct crypto_alg *alg, struct list_head *list) in crypto_remove_alg()
452 void crypto_unregister_alg(struct crypto_alg *alg) in crypto_unregister_alg()
473 int crypto_register_algs(struct crypto_alg *algs, int count) in crypto_register_algs()
493 void crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs()
686 struct crypto_alg *alg; in crypto_grab_spawn()
734 static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn) in crypto_spawn_alg()
736 struct crypto_alg *alg = ERR_PTR(-EAGAIN); in crypto_spawn_alg()
737 struct crypto_alg *target; in crypto_spawn_alg()
762 struct crypto_alg *alg; in crypto_spawn_tfm()
787 struct crypto_alg *alg; in crypto_spawn_tfm2()
887 struct crypto_alg *alg) in crypto_inst_setname()
994 unsigned int crypto_alg_extsize(struct crypto_alg *alg) in crypto_alg_extsize()
1005 struct crypto_alg *alg = crypto_find_alg(name, frontend, type, mask); in crypto_type_has_alg()
1028 struct crypto_alg *q; in crypto_start_tests()