Searched refs:crypto_spawn (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/include/crypto/ |
| H A D | algapi.h | 68 struct crypto_spawn *spawns; 86 struct crypto_spawn { struct 93 struct crypto_spawn *next; argument 150 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst, 152 void crypto_drop_spawn(struct crypto_spawn *spawn); 153 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, 155 void *crypto_spawn_tfm2(struct crypto_spawn *spawn);
|
| /linux-6.15/crypto/ |
| H A D | algapi.c | 106 struct crypto_spawn *spawn, *n; in crypto_more_spawns() 108 spawn = list_first_entry_or_null(stack, struct crypto_spawn, list); in crypto_more_spawns() 155 struct crypto_spawn *spawn, *n; in crypto_remove_spawns() 179 spawn = list_first_entry(spawns, struct crypto_spawn, in crypto_remove_spawns() 610 struct crypto_spawn *spawn; in crypto_register_instance() 626 struct crypto_spawn *next; in crypto_register_instance() 683 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst, in crypto_grab_spawn() 719 void crypto_drop_spawn(struct crypto_spawn *spawn) in crypto_drop_spawn() 734 static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn) in crypto_spawn_alg() 759 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm() [all …]
|
| H A D | cryptd.c | 50 struct crypto_spawn spawn;
|
| /linux-6.15/include/crypto/internal/ |
| H A D | skcipher.h | 50 struct crypto_spawn base; 54 struct crypto_spawn base;
|
| H A D | hash.h | 39 struct crypto_spawn base; 43 struct crypto_spawn base;
|
| H A D | sig.h | 25 struct crypto_spawn base;
|
| H A D | kpp.h | 42 struct crypto_spawn base;
|
| H A D | akcipher.h | 25 struct crypto_spawn base;
|
| H A D | cipher.h | 182 struct crypto_spawn base;
|
| H A D | aead.h | 30 struct crypto_spawn base;
|