Lines Matching defs:alg
27 static inline int crypto_set_driver_name(struct crypto_alg *alg) in crypto_set_driver_name()
54 static int crypto_check_alg(struct crypto_alg *alg) in crypto_check_alg()
72 static void crypto_destroy_instance(struct crypto_alg *alg) in crypto_destroy_instance()
81 static struct list_head *crypto_more_spawns(struct crypto_alg *alg, in crypto_more_spawns()
127 void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list, in crypto_remove_spawns()
176 static struct crypto_larval *__crypto_register_alg(struct crypto_alg *alg) in __crypto_register_alg()
241 struct crypto_alg *alg; in crypto_alg_tested() local
319 struct crypto_alg *alg; in crypto_remove_final() local
347 int crypto_register_alg(struct crypto_alg *alg) in crypto_register_alg()
368 static int crypto_remove_alg(struct crypto_alg *alg, struct list_head *list) in crypto_remove_alg()
382 int crypto_unregister_alg(struct crypto_alg *alg) in crypto_unregister_alg()
580 int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg, in crypto_init_spawn()
600 int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg, in crypto_init_spawn2()
630 struct crypto_alg *alg; in crypto_spawn_alg() local
652 struct crypto_alg *alg; in crypto_spawn_tfm() local
677 struct crypto_alg *alg; in crypto_spawn_tfm2() local
791 void *crypto_alloc_instance2(const char *name, struct crypto_alg *alg, in crypto_alloc_instance2()
823 struct crypto_alg *alg) in crypto_alloc_instance()