Lines Matching refs:crypto_spawn
104 struct crypto_spawn *spawn, *n; in crypto_more_spawns()
106 spawn = list_first_entry_or_null(stack, struct crypto_spawn, list); in crypto_more_spawns()
147 struct crypto_spawn *spawn, *n; in crypto_remove_spawns()
166 spawn = list_first_entry(spawns, struct crypto_spawn, in crypto_remove_spawns()
597 int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg, in crypto_init_spawn()
617 int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg, in crypto_init_spawn2()
634 int crypto_grab_spawn(struct crypto_spawn *spawn, const char *name, in crypto_grab_spawn()
650 void crypto_drop_spawn(struct crypto_spawn *spawn) in crypto_drop_spawn()
659 static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn) in crypto_spawn_alg()
674 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm()
700 void *crypto_spawn_tfm2(struct crypto_spawn *spawn) in crypto_spawn_tfm2()
838 p = kzalloc(head + sizeof(*inst) + sizeof(struct crypto_spawn), in crypto_alloc_instance2()
861 struct crypto_spawn *spawn; in crypto_alloc_instance()