Searched refs:crypto_spawn (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/include/crypto/ |
| D | algapi.h | 67 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/ |
| D | algapi.c | 90 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 …]
|
| D | xcbc.c | 170 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in xcbc_init_tfm()
|
| D | cmac.c | 204 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in cmac_init_tfm()
|
| D | skcipher.c | 1126 struct crypto_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_init_tfm_simple() 1176 struct crypto_spawn *spawn; in skcipher_alloc_instance_simple()
|
| D | adiantum.c | 66 struct crypto_spawn blockcipher_spawn;
|
| D | vmac.c | 601 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in vmac_init_tfm()
|
| D | ccm.c | 899 struct crypto_spawn *spawn = crypto_instance_ctx(inst); in cbcmac_init_tfm()
|
| D | cryptd.c | 46 struct crypto_spawn spawn;
|
| /Linux-v5.4/include/crypto/internal/ |
| D | hash.h | 41 struct crypto_spawn base; 45 struct crypto_spawn base;
|
| D | akcipher.h | 25 struct crypto_spawn base;
|
| D | aead.h | 30 struct crypto_spawn base;
|
| D | skcipher.h | 31 struct crypto_spawn base;
|