Home
last modified time | relevance | path

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

/Linux-v5.10/include/crypto/
Dalgapi.h55 struct crypto_spawn *spawns;
71 struct crypto_spawn { struct
78 struct crypto_spawn *next; argument
111 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst,
113 void crypto_drop_spawn(struct crypto_spawn *spawn);
114 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type,
116 void *crypto_spawn_tfm2(struct crypto_spawn *spawn);
193 struct crypto_spawn base;
/Linux-v5.10/crypto/
Dalgapi.c94 struct crypto_spawn *spawn, *n; in crypto_more_spawns()
96 spawn = list_first_entry_or_null(stack, struct crypto_spawn, list); in crypto_more_spawns()
143 struct crypto_spawn *spawn, *n; in crypto_remove_spawns()
167 spawn = list_first_entry(spawns, struct crypto_spawn, in crypto_remove_spawns()
604 struct crypto_spawn *spawn; in crypto_register_instance()
618 struct crypto_spawn *next; in crypto_register_instance()
669 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst, in crypto_grab_spawn()
704 void crypto_drop_spawn(struct crypto_spawn *spawn) in crypto_drop_spawn()
719 static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn) in crypto_spawn_alg()
744 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm()
[all …]
Dcryptd.c46 struct crypto_spawn spawn;
/Linux-v5.10/include/crypto/internal/
Dhash.h55 struct crypto_spawn base;
59 struct crypto_spawn base;
Dakcipher.h25 struct crypto_spawn base;
Daead.h30 struct crypto_spawn base;
Dskcipher.h31 struct crypto_spawn base;