Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/asn1/
HDtasn_fre.c238 case V_ASN1_ANY: in ASN1_primitive_free()
HDtasn_enc.c568 } else if (it->utype == V_ASN1_ANY) { in asn1_ex_i2c()
594 if (it->utype != V_ASN1_ANY) { in asn1_ex_i2c()
HDtasn_new.c341 case V_ASN1_ANY: in ASN1_primitive_new()
HDtasn_dec.c734 if (utype == V_ASN1_ANY) { in asn1_d2i_ex_primitive()
861 if (it->utype == V_ASN1_ANY) { in asn1_ex_c2i()
HDtasn_prn.c504 if (utype == V_ASN1_ANY) { in asn1_primitive_print()
HDasn1.h97 # define V_ASN1_ANY -4/* used in ASN1 template code */ macro