Lines Matching defs:alg
32 static int crypto_check_alg(struct crypto_alg *alg) in crypto_check_alg()
93 static void crypto_destroy_instance(struct crypto_alg *alg) in crypto_destroy_instance()
113 static struct list_head *crypto_more_spawns(struct crypto_alg *alg, in crypto_more_spawns()
165 void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list, in crypto_remove_spawns()
245 static void crypto_alg_finish_registration(struct crypto_alg *alg, in crypto_alg_finish_registration()
273 static struct crypto_larval *crypto_alloc_test_larval(struct crypto_alg *alg) in crypto_alloc_test_larval()
301 __crypto_register_alg(struct crypto_alg *alg, struct list_head *algs_to_put) in __crypto_register_alg()
360 struct crypto_alg *alg; in crypto_alg_tested() local
410 struct crypto_alg *alg; in crypto_remove_final() local
420 static void crypto_free_alg(struct crypto_alg *alg) in crypto_free_alg()
429 int crypto_register_alg(struct crypto_alg *alg) in crypto_register_alg()
476 static int crypto_remove_alg(struct crypto_alg *alg, struct list_head *list) in crypto_remove_alg()
489 void crypto_unregister_alg(struct crypto_alg *alg) in crypto_unregister_alg()
726 struct crypto_alg *alg; in crypto_grab_spawn() local
776 struct crypto_alg *alg = ERR_PTR(-EAGAIN); in crypto_spawn_alg() local
802 struct crypto_alg *alg; in crypto_spawn_tfm() local
827 struct crypto_alg *alg; in crypto_spawn_tfm2() local
927 const char *driver, struct crypto_alg *alg) in __crypto_inst_setname()
1034 unsigned int crypto_alg_extsize(struct crypto_alg *alg) in crypto_alg_extsize()
1045 struct crypto_alg *alg = crypto_find_alg(name, frontend, type, mask); in crypto_type_has_alg() local