backports: add signature verification code
[openwrt/staging/blogic.git] / backport / compat / verification / rsapubkey-asn1.h
1 /*
2 * Automatically generated by asn1_compiler. Do not edit
3 *
4 * ASN.1 parser for rsapubkey
5 */
6 #include <linux/asn1_decoder.h>
7
8 extern const struct asn1_decoder rsapubkey_decoder;
9
10 #define rsa_get_e LINUX_BACKPORT(rsa_get_e)
11 #define rsa_get_n LINUX_BACKPORT(rsa_get_n)
12
13 extern int rsa_get_e(void *, size_t, unsigned char, const void *, size_t);
14 extern int rsa_get_n(void *, size_t, unsigned char, const void *, size_t);
15