Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_fre.c202 case V_ASN1_ANY: in ossl_asn1_primitive_free()
H A Dtasn_enc.c555 } else if (it->utype == V_ASN1_ANY) { in asn1_ex_i2c()
583 if (it->utype != V_ASN1_ANY) { in asn1_ex_i2c()
H A Dtasn_new.c300 case V_ASN1_ANY: in asn1_primitive_new()
H A Dtasn_dec.c722 if (utype == V_ASN1_ANY) { in asn1_d2i_ex_primitive()
845 if (it->utype == V_ASN1_ANY) { in asn1_ex_c2i()
H A Dtasn_prn.c458 if (utype == V_ASN1_ANY) { in asn1_primitive_print()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h55 # define V_ASN1_ANY -4/* used in ASN1 template code */ macro
H A Dasn1.h.in56 # define V_ASN1_ANY -4/* used in ASN1 template code */ macro