Lines Matching defs:alg

38 static int crypto_check_alg(struct crypto_alg *alg)  in crypto_check_alg()
88 static void crypto_destroy_instance(struct crypto_alg *alg) in crypto_destroy_instance()
107 static struct list_head *crypto_more_spawns(struct crypto_alg *alg, in crypto_more_spawns()
157 void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list, in crypto_remove_spawns()
237 static void crypto_alg_finish_registration(struct crypto_alg *alg, in crypto_alg_finish_registration()
288 static struct crypto_larval *crypto_alloc_test_larval(struct crypto_alg *alg) in crypto_alloc_test_larval()
317 __crypto_register_alg(struct crypto_alg *alg, struct list_head *algs_to_put) in __crypto_register_alg()
376 struct crypto_alg *alg; in crypto_alg_tested() local
443 struct crypto_alg *alg; in crypto_remove_final() local
453 int crypto_register_alg(struct crypto_alg *alg) in crypto_register_alg()
482 static int crypto_remove_alg(struct crypto_alg *alg, struct list_head *list) in crypto_remove_alg()
495 void crypto_unregister_alg(struct crypto_alg *alg) in crypto_unregister_alg()
727 struct crypto_alg *alg; in crypto_grab_spawn() local
777 struct crypto_alg *alg = ERR_PTR(-EAGAIN); in crypto_spawn_alg() local
803 struct crypto_alg *alg; in crypto_spawn_tfm() local
828 struct crypto_alg *alg; in crypto_spawn_tfm2() local
928 struct crypto_alg *alg) in crypto_inst_setname()
1035 unsigned int crypto_alg_extsize(struct crypto_alg *alg) in crypto_alg_extsize()
1046 struct crypto_alg *alg = crypto_find_alg(name, frontend, type, mask); in crypto_type_has_alg() local