summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/internal.h')
-rw-r--r--include/crypto/internal.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/crypto/internal.h b/include/crypto/internal.h
new file mode 100644
index 0000000000..0987ccc160
--- /dev/null
+++ b/include/crypto/internal.h
@@ -0,0 +1,9 @@
+/*
+ * (C) Copyright 2015 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+ *
+ * GPL v2 only
+ */
+
+int digest_generic_verify(struct digest *d, const unsigned char *md);
+int digest_generic_digest(struct digest *d, const void *data,
+ unsigned int len, u8 *out);