Searched refs:crypto_spawn (Results 1 - 20 of 20) sorted by relevance

/linux-4.1.27/include/crypto/
H A Dalgapi.h60 struct crypto_spawn { struct
142 int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg,
144 int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg,
148 void crypto_drop_spawn(struct crypto_spawn *spawn);
149 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type,
151 void *crypto_spawn_tfm2(struct crypto_spawn *spawn);
153 static inline void crypto_set_spawn(struct crypto_spawn *spawn, crypto_set_spawn()
259 struct crypto_spawn *spawn) crypto_spawn_blkcipher()
278 struct crypto_spawn *spawn) crypto_spawn_cipher()
291 static inline struct crypto_hash *crypto_spawn_hash(struct crypto_spawn *spawn) crypto_spawn_hash()
H A Dmcryptd.h37 struct crypto_spawn spawn;
/linux-4.1.27/crypto/
H A Dalgapi.c86 struct crypto_spawn *spawn, *n; crypto_more_spawns()
91 spawn = list_first_entry(stack, struct crypto_spawn, list); crypto_more_spawns()
92 n = list_entry(spawn->list.next, struct crypto_spawn, list); crypto_more_spawns()
96 &list_entry(n->list.next, struct crypto_spawn, crypto_more_spawns()
131 struct crypto_spawn *spawn, *n; crypto_remove_spawns()
150 spawn = list_first_entry(spawns, struct crypto_spawn,
580 int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg, crypto_init_spawn()
600 int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg, crypto_init_spawn2()
617 void crypto_drop_spawn(struct crypto_spawn *spawn) crypto_drop_spawn()
628 static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn) crypto_spawn_alg()
649 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, crypto_spawn_tfm()
675 void *crypto_spawn_tfm2(struct crypto_spawn *spawn) crypto_spawn_tfm2()
798 p = kzalloc(head + sizeof(*inst) + sizeof(struct crypto_spawn), crypto_alloc_instance2()
826 struct crypto_spawn *spawn; crypto_alloc_instance()
H A Decb.c100 struct crypto_spawn *spawn = crypto_instance_ctx(inst); crypto_ecb_init_tfm()
H A Dcbc.c196 struct crypto_spawn *spawn = crypto_instance_ctx(inst); crypto_cbc_init_tfm()
H A Dcmac.c207 struct crypto_spawn *spawn = crypto_instance_ctx(inst); cmac_init_tfm()
H A Dlrw.c300 struct crypto_spawn *spawn = crypto_instance_ctx(inst); init_tfm()
H A Dpcbc.c206 struct crypto_spawn *spawn = crypto_instance_ctx(inst); crypto_pcbc_init_tfm()
H A Dxcbc.c181 struct crypto_spawn *spawn = crypto_instance_ctx(inst); xcbc_init_tfm()
H A Dxts.c245 struct crypto_spawn *spawn = crypto_instance_ctx(inst); init_tfm()
H A Dcryptd.c46 struct crypto_spawn spawn;
277 struct crypto_spawn *spawn = &ictx->spawn; cryptd_blkcipher_init_tfm()
H A Dctr.c161 struct crypto_spawn *spawn = crypto_instance_ctx(inst); crypto_ctr_init_tfm()
H A Dcts.c256 struct crypto_spawn *spawn = crypto_instance_ctx(inst); crypto_cts_init_tfm()
H A Dpcrypt.c63 struct crypto_spawn spawn;
H A Dccm.c26 struct crypto_spawn cipher;
H A Dvmac.c626 struct crypto_spawn *spawn = crypto_instance_ctx(inst); vmac_init_tfm()
/linux-4.1.27/include/crypto/internal/
H A Daead.h23 struct crypto_spawn base;
H A Dhash.h46 struct crypto_spawn base;
50 struct crypto_spawn base;
H A Dskcipher.h23 struct crypto_spawn base;
/linux-4.1.27/arch/x86/crypto/
H A Dfpu.c84 struct crypto_spawn *spawn = crypto_instance_ctx(inst); crypto_fpu_init_tfm()

Completed in 174 milliseconds