|
|
|
|
337
|
return ( ( cursor->len >= sizeof ( *type ) ) ? *type : ASN1_END );
|
337
|
return ( ( cursor->len >= sizeof ( *type ) ) ? *type : ASN1_END );
|
338
|
}
|
338
|
}
|
339
|
|
339
|
|
340
|
-extern void asn1_invalidate_cursor ( struct asn1_cursor *cursor );
|
|
|
341
|
extern int asn1_enter ( struct asn1_cursor *cursor, unsigned int type );
|
340
|
extern int asn1_enter ( struct asn1_cursor *cursor, unsigned int type );
|
342
|
extern int asn1_skip_if_exists ( struct asn1_cursor *cursor,
|
341
|
extern int asn1_skip_if_exists ( struct asn1_cursor *cursor,
|
343
|
unsigned int type );
|
342
|
unsigned int type );
|