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 extern int rsa_get_e(void *, size_t, unsigned char, const void *, size_t);
11 extern int rsa_get_n(void *, size_t, unsigned char, const void *, size_t);
12 
13