Lines Matching refs:crypto_spawn
90 struct crypto_spawn *spawn, *n; in crypto_more_spawns()
92 spawn = list_first_entry_or_null(stack, struct crypto_spawn, list); in crypto_more_spawns()
133 struct crypto_spawn *spawn, *n; in crypto_remove_spawns()
152 spawn = list_first_entry(spawns, struct crypto_spawn, in crypto_remove_spawns()
614 int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg, in crypto_init_spawn()
637 int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg, in crypto_init_spawn2()
654 int crypto_grab_spawn(struct crypto_spawn *spawn, const char *name, in crypto_grab_spawn()
670 void crypto_drop_spawn(struct crypto_spawn *spawn) in crypto_drop_spawn()
681 static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn) in crypto_spawn_alg()
702 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm()
728 void *crypto_spawn_tfm2(struct crypto_spawn *spawn) in crypto_spawn_tfm2()
866 p = kzalloc(head + sizeof(*inst) + sizeof(struct crypto_spawn), in crypto_alloc_instance()