Home
last modified time | relevance | path

Searched refs:crypto_spawn (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/include/crypto/
A Dalgapi.h69 struct crypto_spawn *spawns;
85 struct crypto_spawn { struct
92 struct crypto_spawn *next; argument
134 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst,
136 void crypto_drop_spawn(struct crypto_spawn *spawn);
137 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type,
139 void *crypto_spawn_tfm2(struct crypto_spawn *spawn);
/linux-6.3-rc2/crypto/
A Dalgapi.c100 struct crypto_spawn *spawn, *n; in crypto_more_spawns()
102 spawn = list_first_entry_or_null(stack, struct crypto_spawn, list); in crypto_more_spawns()
149 struct crypto_spawn *spawn, *n; in crypto_remove_spawns()
173 spawn = list_first_entry(spawns, struct crypto_spawn, in crypto_remove_spawns()
641 struct crypto_spawn *spawn; in crypto_register_instance()
657 struct crypto_spawn *next; in crypto_register_instance()
711 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst, in crypto_grab_spawn()
747 void crypto_drop_spawn(struct crypto_spawn *spawn) in crypto_drop_spawn()
762 static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn) in crypto_spawn_alg()
787 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm()
[all …]
A Dcryptd.c50 struct crypto_spawn spawn;
/linux-6.3-rc2/include/crypto/internal/
A Dhash.h55 struct crypto_spawn base;
59 struct crypto_spawn base;
A Dkpp.h42 struct crypto_spawn base;
A Dakcipher.h25 struct crypto_spawn base;
A Dcipher.h180 struct crypto_spawn base;
A Daead.h30 struct crypto_spawn base;
A Dskcipher.h40 struct crypto_spawn base;

Completed in 14 milliseconds