Home
last modified time | relevance | path

Searched refs:V_ASN1_VISIBLESTRING (Results 1 – 8 of 8) sorted by relevance

/NextBSD/crypto/openssl/crypto/x509/
HDx509_obj.c116 type == V_ASN1_VISIBLESTRING || in X509_NAME_oneline()
119 type == V_ASN1_VISIBLESTRING || type == V_ASN1_IA5STRING) { in X509_NAME_oneline()
/NextBSD/crypto/openssl/crypto/asn1/
HDa_type.c144 case V_ASN1_VISIBLESTRING: in IMPLEMENT_ASN1_SET_OF()
HDasn1_gen.c590 ASN1_GEN_STR("VISIBLESTRING", V_ASN1_VISIBLESTRING), in asn1_str2tag()
591 ASN1_GEN_STR("VISIBLE", V_ASN1_VISIBLESTRING), in asn1_str2tag()
729 case V_ASN1_VISIBLESTRING: in asn1_str2type()
HDasn1.h128 # define V_ASN1_VISIBLESTRING 26/* alias */ macro
664 # define M_DISPLAYTEXT_new() ASN1_STRING_type_new(V_ASN1_VISIBLESTRING)
753 ASN1_STRING_type_new(V_ASN1_VISIBLESTRING)
756 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_VISIBLESTRING,\
HDasn1_par.c215 (tag == V_ASN1_VISIBLESTRING) || in asn1_parse2()
HDtasn_enc.c632 case V_ASN1_VISIBLESTRING: in asn1_ex_i2c()
HDtasn_dec.c925 case V_ASN1_VISIBLESTRING: in asn1_ex_c2i()
/NextBSD/crypto/openssl/crypto/x509v3/
HDv3_cpols.c327 nref->organization->type = V_ASN1_VISIBLESTRING; in notice_section()