aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/algapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/algapi.h')
-rw-r--r--include/crypto/algapi.h5
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
53struct scatter_walk {
54 struct scatterlist *sg;
55 unsigned int offset;
56};
57
53int crypto_register_template(struct crypto_template *tmpl); 58int crypto_register_template(struct crypto_template *tmpl);
54void crypto_unregister_template(struct crypto_template *tmpl); 59void crypto_unregister_template(struct crypto_template *tmpl);
55struct crypto_template *crypto_lookup_template(const char *name); 60struct crypto_template *crypto_lookup_template(const char *name);