Searched refs:asn1_cursor (Results 1 – 5 of 5) sorted by relevance
48 static int x509_public_key ( const struct asn1_cursor *certificate, in x509_public_key()49 struct asn1_cursor *algorithm, in x509_public_key()50 struct asn1_cursor *pubkey ) { in x509_public_key()51 struct asn1_cursor cursor; in x509_public_key()104 int x509_rsa_public_key ( const struct asn1_cursor *certificate, in x509_rsa_public_key()106 struct asn1_cursor algorithm; in x509_rsa_public_key()107 struct asn1_cursor pubkey; in x509_rsa_public_key()108 struct asn1_cursor modulus; in x509_rsa_public_key()109 struct asn1_cursor exponent; in x509_rsa_public_key()
49 static int asn1_start ( struct asn1_cursor *cursor, in asn1_start()122 int asn1_enter ( struct asn1_cursor *cursor, unsigned int type ) { in asn1_enter()147 int asn1_skip ( struct asn1_cursor *cursor, unsigned int type ) { in asn1_skip()
24 struct asn1_cursor { struct31 extern int asn1_enter ( struct asn1_cursor *cursor, unsigned int type ); argument32 extern int asn1_skip ( struct asn1_cursor *cursor, unsigned int type );
14 struct asn1_cursor;38 extern int x509_rsa_public_key ( const struct asn1_cursor *certificate,
866 struct asn1_cursor cursor; in tls_new_certificate()