Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/
Dalgapi.h67 struct crypto_spawn { struct
150 int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg,
152 int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg,
155 int crypto_grab_spawn(struct crypto_spawn *spawn, const char *name,
158 void crypto_drop_spawn(struct crypto_spawn *spawn);
159 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type,
161 void *crypto_spawn_tfm2(struct crypto_spawn *spawn);
163 static inline void crypto_set_spawn(struct crypto_spawn *spawn, in crypto_set_spawn()
290 struct crypto_spawn *spawn) in crypto_spawn_blkcipher()
309 struct crypto_spawn *spawn) in crypto_spawn_cipher()
/Linux-v5.4/crypto/
Dalgapi.c90 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()
[all …]
Dxcbc.c170 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in xcbc_init_tfm()
Dcmac.c204 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in cmac_init_tfm()
Dskcipher.c1126 struct crypto_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_init_tfm_simple()
1176 struct crypto_spawn *spawn; in skcipher_alloc_instance_simple()
Dadiantum.c66 struct crypto_spawn blockcipher_spawn;
Dvmac.c601 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in vmac_init_tfm()
Dccm.c899 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in cbcmac_init_tfm()
Dcryptd.c46 struct crypto_spawn spawn;
/Linux-v5.4/include/crypto/internal/
Dhash.h41 struct crypto_spawn base;
45 struct crypto_spawn base;
Dakcipher.h25 struct crypto_spawn base;
Daead.h30 struct crypto_spawn base;
Dskcipher.h31 struct crypto_spawn base;