Searched refs:crypto_spawn (Results 1 – 20 of 20) sorted by relevance
/linux-4.1.27/include/crypto/ |
D | algapi.h | 60 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, in crypto_set_spawn() 259 struct crypto_spawn *spawn) in crypto_spawn_blkcipher() 278 struct crypto_spawn *spawn) in crypto_spawn_cipher() 291 static inline struct crypto_hash *crypto_spawn_hash(struct crypto_spawn *spawn) in crypto_spawn_hash()
|
D | mcryptd.h | 37 struct crypto_spawn spawn;
|
/linux-4.1.27/crypto/ |
D | algapi.c | 86 struct crypto_spawn *spawn, *n; in crypto_more_spawns() 91 spawn = list_first_entry(stack, struct crypto_spawn, list); in crypto_more_spawns() 92 n = list_entry(spawn->list.next, struct crypto_spawn, list); in crypto_more_spawns() 96 &list_entry(n->list.next, struct crypto_spawn, in crypto_more_spawns() 131 struct crypto_spawn *spawn, *n; in crypto_remove_spawns() 150 spawn = list_first_entry(spawns, struct crypto_spawn, in crypto_remove_spawns() 580 int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg, in crypto_init_spawn() 600 int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg, in crypto_init_spawn2() 617 void crypto_drop_spawn(struct crypto_spawn *spawn) in crypto_drop_spawn() 628 static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn) in crypto_spawn_alg() [all …]
|
D | ecb.c | 100 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in crypto_ecb_init_tfm()
|
D | xcbc.c | 181 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in xcbc_init_tfm()
|
D | cmac.c | 207 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in cmac_init_tfm()
|
D | cbc.c | 196 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in crypto_cbc_init_tfm()
|
D | pcbc.c | 206 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in crypto_pcbc_init_tfm()
|
D | xts.c | 245 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in init_tfm()
|
D | cts.c | 256 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in crypto_cts_init_tfm()
|
D | lrw.c | 300 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in init_tfm()
|
D | cryptd.c | 46 struct crypto_spawn spawn; 277 struct crypto_spawn *spawn = &ictx->spawn; in cryptd_blkcipher_init_tfm()
|
D | ctr.c | 161 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in crypto_ctr_init_tfm()
|
D | pcrypt.c | 63 struct crypto_spawn spawn;
|
D | ccm.c | 26 struct crypto_spawn cipher;
|
D | vmac.c | 626 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in vmac_init_tfm()
|
/linux-4.1.27/include/crypto/internal/ |
D | hash.h | 46 struct crypto_spawn base; 50 struct crypto_spawn base;
|
D | aead.h | 23 struct crypto_spawn base;
|
D | skcipher.h | 23 struct crypto_spawn base;
|
/linux-4.1.27/arch/x86/crypto/ |
D | fpu.c | 84 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in crypto_fpu_init_tfm()
|