Lines Matching refs:crypto_alg
28 static inline int crypto_set_driver_name(struct crypto_alg *alg) in crypto_set_driver_name()
52 static int crypto_check_alg(struct crypto_alg *alg) in crypto_check_alg()
80 static void crypto_destroy_instance(struct crypto_alg *alg) in crypto_destroy_instance()
89 static struct list_head *crypto_more_spawns(struct crypto_alg *alg, in crypto_more_spawns()
135 void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list, in crypto_remove_spawns()
136 struct crypto_alg *nalg) in crypto_remove_spawns()
184 static struct crypto_larval *__crypto_register_alg(struct crypto_alg *alg) in __crypto_register_alg()
186 struct crypto_alg *q; in __crypto_register_alg()
249 struct crypto_alg *alg; in crypto_alg_tested()
250 struct crypto_alg *q; in crypto_alg_tested()
327 struct crypto_alg *alg; in crypto_remove_final()
328 struct crypto_alg *n; in crypto_remove_final()
355 int crypto_register_alg(struct crypto_alg *alg) in crypto_register_alg()
376 static int crypto_remove_alg(struct crypto_alg *alg, struct list_head *list) in crypto_remove_alg()
390 int crypto_unregister_alg(struct crypto_alg *alg) in crypto_unregister_alg()
411 int crypto_register_algs(struct crypto_alg *algs, int count) in crypto_register_algs()
431 int crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs()
588 int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg, in crypto_init_spawn()
608 int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg, in crypto_init_spawn2()
628 struct crypto_alg *alg; in crypto_grab_spawn()
652 static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn) in crypto_spawn_alg()
654 struct crypto_alg *alg; in crypto_spawn_alg()
655 struct crypto_alg *alg2; in crypto_spawn_alg()
676 struct crypto_alg *alg; in crypto_spawn_tfm()
701 struct crypto_alg *alg; in crypto_spawn_tfm2()
783 struct crypto_alg *crypto_attr_alg2(struct rtattr *rta, in crypto_attr_alg2()
815 void *crypto_alloc_instance2(const char *name, struct crypto_alg *alg, in crypto_alloc_instance2()
847 struct crypto_alg *alg) in crypto_alloc_instance()
984 unsigned int crypto_alg_extsize(struct crypto_alg *alg) in crypto_alg_extsize()