diff options
Diffstat (limited to 'include/crypto')
-rw-r--r-- | include/crypto/algapi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/crypto/algapi.h b/include/crypto/algapi.h index 469f511315c5..7847fc2a03f0 100644 --- a/include/crypto/algapi.h +++ b/include/crypto/algapi.h | |||
@@ -51,6 +51,7 @@ struct crypto_spawn { | |||
51 | struct list_head list; | 51 | struct list_head list; |
52 | struct crypto_alg *alg; | 52 | struct crypto_alg *alg; |
53 | struct crypto_instance *inst; | 53 | struct crypto_instance *inst; |
54 | u32 mask; | ||
54 | }; | 55 | }; |
55 | 56 | ||
56 | struct crypto_queue { | 57 | struct crypto_queue { |
@@ -103,7 +104,7 @@ void crypto_unregister_template(struct crypto_template *tmpl); | |||
103 | struct crypto_template *crypto_lookup_template(const char *name); | 104 | struct crypto_template *crypto_lookup_template(const char *name); |
104 | 105 | ||
105 | int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg, | 106 | int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg, |
106 | struct crypto_instance *inst); | 107 | struct crypto_instance *inst, u32 mask); |
107 | void crypto_drop_spawn(struct crypto_spawn *spawn); | 108 | void crypto_drop_spawn(struct crypto_spawn *spawn); |
108 | struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, | 109 | struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, |
109 | u32 mask); | 110 | u32 mask); |