Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Dtasn_fre.c253 case V_ASN1_ANY: in ASN1_primitive_free()
Dtasn_enc.c598 else if (it->utype == V_ASN1_ANY) in asn1_ex_i2c()
626 if (it->utype != V_ASN1_ANY) in asn1_ex_i2c()
Dtasn_new.c358 case V_ASN1_ANY: in ASN1_primitive_new()
Dtasn_dec.c792 if (utype == V_ASN1_ANY) in asn1_d2i_ex_primitive()
937 if (it->utype == V_ASN1_ANY) in asn1_ex_c2i()
Dtasn_prn.c554 if (utype == V_ASN1_ANY) in asn1_primitive_print()
/external/boringssl/src/include/openssl/
Dasn1.h85 #define V_ASN1_ANY -4 /* used in ASN1 template code */ macro