summaryrefslogtreecommitdiff
path: root/compat/verification/rsapubkey-asn1.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/verification/rsapubkey-asn1.h')
-rw-r--r--compat/verification/rsapubkey-asn1.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/compat/verification/rsapubkey-asn1.h b/compat/verification/rsapubkey-asn1.h
new file mode 100644
index 0000000..81a82d4
--- /dev/null
+++ b/compat/verification/rsapubkey-asn1.h
@@ -0,0 +1,15 @@
+/*
+ * Automatically generated by asn1_compiler. Do not edit
+ *
+ * ASN.1 parser for rsapubkey
+ */
+#include <linux/asn1_decoder.h>
+
+extern const struct asn1_decoder rsapubkey_decoder;
+
+#define rsa_get_e LINUX_BACKPORT(rsa_get_e)
+#define rsa_get_n LINUX_BACKPORT(rsa_get_n)
+
+extern int rsa_get_e(void *, size_t, unsigned char, const void *, size_t);
+extern int rsa_get_n(void *, size_t, unsigned char, const void *, size_t);
+