Home
last modified time | relevance | path

Searched refs:asn1_cursor (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/gpxe/src/crypto/
Dx509.c48 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()
Dasn1.c49 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()
/external/syslinux/gpxe/src/include/gpxe/
Dasn1.h24 struct asn1_cursor { struct
31 extern int asn1_enter ( struct asn1_cursor *cursor, unsigned int type ); argument
32 extern int asn1_skip ( struct asn1_cursor *cursor, unsigned int type );
Dx509.h14 struct asn1_cursor;
38 extern int x509_rsa_public_key ( const struct asn1_cursor *certificate,
/external/syslinux/gpxe/src/net/
Dtls.c866 struct asn1_cursor cursor; in tls_new_certificate()