Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Dtasn_fre.c233 case V_ASN1_ANY: in ASN1_primitive_free()
Dtasn_enc.c571 } else if (it->utype == V_ASN1_ANY) { in asn1_ex_i2c()
599 if (it->utype != V_ASN1_ANY) { in asn1_ex_i2c()
Dtasn_new.c347 case V_ASN1_ANY: in ASN1_primitive_new()
Dtasn_dec.c753 if (utype == V_ASN1_ANY) { in asn1_d2i_ex_primitive()
877 if (it->utype == V_ASN1_ANY) { in asn1_ex_c2i()
/external/boringssl/src/include/openssl/
Dasn1.h92 #define V_ASN1_ANY -4 /* used in ASN1 template code */ macro