Lines Matching refs:crypto_spawn
86 struct crypto_spawn *spawn, *n; in crypto_more_spawns()
91 spawn = list_first_entry(stack, struct crypto_spawn, list); in crypto_more_spawns()
92 n = list_entry(spawn->list.next, struct crypto_spawn, list); in crypto_more_spawns()
96 &list_entry(n->list.next, struct crypto_spawn, in crypto_more_spawns()
131 struct crypto_spawn *spawn, *n; in crypto_remove_spawns()
150 spawn = list_first_entry(spawns, struct crypto_spawn, in crypto_remove_spawns()
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()
617 void crypto_drop_spawn(struct crypto_spawn *spawn) in crypto_drop_spawn()
628 static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn) in crypto_spawn_alg()
649 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm()
675 void *crypto_spawn_tfm2(struct crypto_spawn *spawn) in crypto_spawn_tfm2()
798 p = kzalloc(head + sizeof(*inst) + sizeof(struct crypto_spawn), in crypto_alloc_instance2()
826 struct crypto_spawn *spawn; in crypto_alloc_instance()