Home
last modified time | relevance | path

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

/Linux-v6.6/include/crypto/
Dalgapi.h83 struct crypto_spawn *spawns;
101 struct crypto_spawn { struct
108 struct crypto_spawn *next; argument
158 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst,
160 void crypto_drop_spawn(struct crypto_spawn *spawn);
161 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type,
163 void *crypto_spawn_tfm2(struct crypto_spawn *spawn);
/Linux-v6.6/crypto/
Dalgapi.c112 struct crypto_spawn *spawn, *n; in crypto_more_spawns()
114 spawn = list_first_entry_or_null(stack, struct crypto_spawn, list); in crypto_more_spawns()
161 struct crypto_spawn *spawn, *n; in crypto_remove_spawns()
185 spawn = list_first_entry(spawns, struct crypto_spawn, in crypto_remove_spawns()
653 struct crypto_spawn *spawn; in crypto_register_instance()
669 struct crypto_spawn *next; in crypto_register_instance()
723 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst, in crypto_grab_spawn()
759 void crypto_drop_spawn(struct crypto_spawn *spawn) in crypto_drop_spawn()
774 static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn) in crypto_spawn_alg()
799 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm()
[all …]
Dcryptd.c50 struct crypto_spawn spawn;
/Linux-v6.6/include/crypto/internal/
Dhash.h55 struct crypto_spawn base;
59 struct crypto_spawn base;
Dakcipher.h25 struct crypto_spawn base;
Dkpp.h42 struct crypto_spawn base;
Dcipher.h182 struct crypto_spawn base;
Daead.h30 struct crypto_spawn base;
Dskcipher.h40 struct crypto_spawn base;