Home
last modified time | relevance | path

Searched defs:crypto_spawn (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
Dalgapi.h71 struct crypto_spawn { struct
78 struct crypto_spawn *next; argument
80 const struct crypto_type *frontend;
81 u32 mask;
82 bool dead;
83 bool registered;
/kernel/linux/linux-4.19/include/crypto/
Dalgapi.h70 struct crypto_spawn { struct
71 struct list_head list;
72 struct crypto_alg *alg;
73 struct crypto_instance *inst;
74 const struct crypto_type *frontend;
75 u32 mask;