diff options
Diffstat (limited to 'include/crypto')
-rw-r--r-- | include/crypto/algapi.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/crypto/algapi.h b/include/crypto/algapi.h index 6f9fb27b2071..f21ae672e8a8 100644 --- a/include/crypto/algapi.h +++ b/include/crypto/algapi.h | |||
@@ -50,6 +50,11 @@ struct crypto_spawn { | |||
50 | struct crypto_instance *inst; | 50 | struct crypto_instance *inst; |
51 | }; | 51 | }; |
52 | 52 | ||
53 | struct scatter_walk { | ||
54 | struct scatterlist *sg; | ||
55 | unsigned int offset; | ||
56 | }; | ||
57 | |||
53 | int crypto_register_template(struct crypto_template *tmpl); | 58 | int crypto_register_template(struct crypto_template *tmpl); |
54 | void crypto_unregister_template(struct crypto_template *tmpl); | 59 | void crypto_unregister_template(struct crypto_template *tmpl); |
55 | struct crypto_template *crypto_lookup_template(const char *name); | 60 | struct crypto_template *crypto_lookup_template(const char *name); |