Searched refs:asn1_enter (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/gpxe/src/crypto/ |
D | x509.c | 56 rc = ( asn1_enter ( &cursor, ASN1_SEQUENCE ), /* Certificate */ in x509_public_key() 57 asn1_enter ( &cursor, ASN1_SEQUENCE ), /* tbsCertificate */ in x509_public_key() 64 asn1_enter ( &cursor, ASN1_SEQUENCE )/* subjectPublicKeyInfo*/); in x509_public_key() 73 rc = ( asn1_enter ( algorithm, ASN1_SEQUENCE ) /* algorithm */ ); in x509_public_key() 83 asn1_enter ( pubkey, ASN1_BIT_STRING ) /* subjectPublicKey*/ ); in x509_public_key() 118 rc = ( asn1_enter ( &algorithm, ASN1_OID ) /* algorithm */ ); in x509_rsa_public_key() 145 rc = ( asn1_enter ( &pubkey, ASN1_SEQUENCE ) /* RSAPublicKey */ ); in x509_rsa_public_key() 152 rc = ( asn1_enter ( &modulus, ASN1_INTEGER ) /* modulus */ ); in x509_rsa_public_key() 160 asn1_enter ( &exponent, ASN1_INTEGER ) /* publicExponent */ ); in x509_rsa_public_key()
|
D | asn1.c | 122 int asn1_enter ( struct asn1_cursor *cursor, unsigned int type ) { in asn1_enter() function
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | asn1.h | 31 extern int asn1_enter ( struct asn1_cursor *cursor, unsigned int type );
|