Home
last modified time | relevance | path

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

/linux-4.19.296/include/crypto/
Dalgapi.h70 struct crypto_spawn { struct
151 int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg,
153 int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg,
156 int crypto_grab_spawn(struct crypto_spawn *spawn, const char *name,
159 void crypto_drop_spawn(struct crypto_spawn *spawn);
160 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type,
162 void *crypto_spawn_tfm2(struct crypto_spawn *spawn);
164 static inline void crypto_set_spawn(struct crypto_spawn *spawn, in crypto_set_spawn()
294 struct crypto_spawn *spawn) in crypto_spawn_blkcipher()
313 struct crypto_spawn *spawn) in crypto_spawn_cipher()
Dmcryptd.h39 struct crypto_spawn spawn;
/linux-4.19.296/crypto/
Dalgapi.c104 struct crypto_spawn *spawn, *n; in crypto_more_spawns()
106 spawn = list_first_entry_or_null(stack, struct crypto_spawn, list); in crypto_more_spawns()
147 struct crypto_spawn *spawn, *n; in crypto_remove_spawns()
166 spawn = list_first_entry(spawns, struct crypto_spawn, in crypto_remove_spawns()
597 int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg, in crypto_init_spawn()
617 int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg, in crypto_init_spawn2()
634 int crypto_grab_spawn(struct crypto_spawn *spawn, const char *name, in crypto_grab_spawn()
650 void crypto_drop_spawn(struct crypto_spawn *spawn) in crypto_drop_spawn()
659 static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn) in crypto_spawn_alg()
674 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm()
[all …]
Dcbc.c84 struct crypto_spawn *spawn = skcipher_instance_ctx(inst); in crypto_cbc_init_tfm()
113 struct crypto_spawn *spawn; in crypto_cbc_create()
Dpcbc.c185 struct crypto_spawn *spawn = skcipher_instance_ctx(inst); in crypto_pcbc_init_tfm()
214 struct crypto_spawn *spawn; in crypto_pcbc_create()
Dcfb.c230 struct crypto_spawn *spawn = skcipher_instance_ctx(inst); in crypto_cfb_init_tfm()
259 struct crypto_spawn *spawn; in crypto_cfb_create()
Decb.c100 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in crypto_ecb_init_tfm()
Dxcbc.c180 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in xcbc_init_tfm()
Dkeywrap.c292 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in crypto_kw_init_tfm()
Dcmac.c209 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in cmac_init_tfm()
Dctr.c160 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in crypto_ctr_init_tfm()
Dcryptd.c49 struct crypto_spawn spawn;
321 struct crypto_spawn *spawn = &ictx->spawn; in cryptd_blkcipher_init_tfm()
Dvmac.c601 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in vmac_init_tfm()
Dccm.c919 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in cbcmac_init_tfm()
/linux-4.19.296/include/crypto/internal/
Dhash.h46 struct crypto_spawn base;
50 struct crypto_spawn base;
Dakcipher.h30 struct crypto_spawn base;
Daead.h35 struct crypto_spawn base;
Dskcipher.h36 struct crypto_spawn base;