Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/asn1/
H A Dtasn_dec.c527 uint8_t object_class; in asn1_d2i_any() local
547 if (asn1_check_tag(&cbs_object, &length, &object_type, &object_class, in asn1_d2i_any()
552 if (object_class != V_ASN1_UNIVERSAL) in asn1_d2i_any()
564 uint8_t object_class; in asn1_d2i_mstring() local
580 if (asn1_check_tag(&cbs_object, &length, &object_tag, &object_class, in asn1_d2i_mstring()
587 if (object_class != V_ASN1_UNIVERSAL) { in asn1_d2i_mstring()