Home
last modified time | relevance | path

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

/third_party/openssl/crypto/asn1/
Dtasn_fre.c198 case V_ASN1_ANY: in asn1_primitive_free()
Dtasn_enc.c534 } else if (it->utype == V_ASN1_ANY) { in asn1_ex_i2c()
562 if (it->utype != V_ASN1_ANY) { in asn1_ex_i2c()
Dtasn_new.c301 case V_ASN1_ANY: in asn1_primitive_new()
Dtasn_dec.c682 if (utype == V_ASN1_ANY) { in asn1_d2i_ex_primitive()
807 if (it->utype == V_ASN1_ANY) { in asn1_ex_c2i()
Dtasn_prn.c458 if (utype == V_ASN1_ANY) { in asn1_primitive_print()
/third_party/openssl/include/openssl/
Dasn1.h46 # define V_ASN1_ANY -4/* used in ASN1 template code */ macro