Searched refs:crypto_spawn (Results 1 – 9 of 9) sorted by relevance
| /linux/include/crypto/ |
| A D | algapi.h | 80 struct crypto_spawn *spawns; 98 struct crypto_spawn { struct 105 struct crypto_spawn *next; argument 155 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst, 157 void crypto_drop_spawn(struct crypto_spawn *spawn); 158 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, 160 void *crypto_spawn_tfm2(struct crypto_spawn *spawn);
|
| /linux/crypto/ |
| A D | algapi.c | 112 struct crypto_spawn *spawn, *n; in crypto_more_spawns() 114 spawn = list_first_entry_or_null(stack, struct crypto_spawn, list); in crypto_more_spawns() 161 struct crypto_spawn *spawn, *n; in crypto_remove_spawns() 185 spawn = list_first_entry(spawns, struct crypto_spawn, in crypto_remove_spawns() 614 struct crypto_spawn *spawn; in crypto_register_instance() 630 struct crypto_spawn *next; in crypto_register_instance() 684 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst, in crypto_grab_spawn() 720 void crypto_drop_spawn(struct crypto_spawn *spawn) in crypto_drop_spawn() 735 static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn) in crypto_spawn_alg() 760 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm() [all …]
|
| A D | cryptd.c | 50 struct crypto_spawn spawn;
|
| /linux/include/crypto/internal/ |
| A D | hash.h | 53 struct crypto_spawn base; 57 struct crypto_spawn base;
|
| A D | skcipher.h | 51 struct crypto_spawn base; 55 struct crypto_spawn base;
|
| A D | akcipher.h | 25 struct crypto_spawn base;
|
| A D | kpp.h | 42 struct crypto_spawn base;
|
| A D | cipher.h | 182 struct crypto_spawn base;
|
| A D | aead.h | 30 struct crypto_spawn base;
|
Completed in 15 milliseconds