Searched defs:asn1_enter (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dasn1.c165 int asn1_enter ( struct asn1_cursor *cursor, unsigned int type ) { function
272 return asn1_enter ( cursor, ASN1_ANY );
309 asn1_enter ( &contents, ASN1_BOOLEAN );
332 if ( ( rc = asn1_enter ( &contents, ASN1_INTEGER ) ) != 0 )
379 if ( ( rc = asn1_enter ( &contents, ASN1_BIT_STRING ) ) != 0 ) {
490 asn1_enter ( &contents, ASN1_SEQUENCE );
493 if ( ( rc = asn1_enter ( &contents, ASN1_OID ) ) != 0 ) {
650 if ( ( rc = asn1_enter ( &contents, type ) ) != 0 ) {

Completed in 46 milliseconds