Home
last modified time | relevance | path

Searched refs:V_ASN1_UTF8STRING (Results 1 – 19 of 19) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_san.c90 if (gen->d.otherName->value->type != V_ASN1_UTF8STRING in STACK_OF()
98 if (gen->d.otherName->value->type != V_ASN1_UTF8STRING in STACK_OF()
114 if (gen->d.otherName->value->type != V_ASN1_UTF8STRING in STACK_OF()
122 if (gen->d.otherName->value->type != V_ASN1_UTF8STRING in STACK_OF()
144 if (gen->d.otherName->value->type == V_ASN1_UTF8STRING) { in STACK_OF()
219 && gen->d.otherName->value->type != V_ASN1_UTF8STRING)) { in GENERAL_NAME_print()
H A Dt_req.c148 case V_ASN1_UTF8STRING: in X509_REQ_print_ex()
H A Dv3_cpols.c265 return V_ASN1_UTF8STRING; in displaytext_str2tag()
267 return V_ASN1_UTF8STRING; in displaytext_str2tag()
H A Dx_name.c400 out->type = V_ASN1_UTF8STRING; in asn1_string_canon()
H A Dv3_ncons.c656 if (emltype->type != V_ASN1_UTF8STRING) { in nc_email_eai()
H A Dv3_utl.c953 || gen->d.otherName->value->type != V_ASN1_UTF8STRING) in do_x509_check()
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c523 ASN1_GEN_STR("UTF8", V_ASN1_UTF8STRING), in asn1_str2tag()
524 ASN1_GEN_STR("UTF8String", V_ASN1_UTF8STRING), in asn1_str2tag()
664 case V_ASN1_UTF8STRING: in asn1_str2type()
H A Da_type.c98 case V_ASN1_UTF8STRING: in ASN1_TYPE_cmp()
H A Da_mbstr.c134 str_type = V_ASN1_UTF8STRING; in ASN1_mbstring_ncopy()
H A Dasn1_parse.c177 (tag == V_ASN1_UTF8STRING) || in asn1_parse2()
H A Dtasn_enc.c621 case V_ASN1_UTF8STRING: in asn1_ex_i2c()
H A Dtasn_dec.c911 case V_ASN1_UTF8STRING: in asn1_ex_c2i()
/freebsd/crypto/openssl/test/
H A Dasn1_internal_test.c186 if (!test_unicode(univ_ok, sizeof univ_ok - 1, V_ASN1_UTF8STRING)) in test_unicode_range()
/freebsd/crypto/openssl/test/helpers/
H A Dpkcs12.c481 case V_ASN1_UTF8STRING: in check_asn1_string()
/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c971 if (val->value->type != V_ASN1_UTF8STRING || in rpctls_cnname()
/freebsd/crypto/openssl/apps/
H A Dpkcs12.c1150 case V_ASN1_UTF8STRING: in print_attribute()
H A Dca.c1564 if (str->type != V_ASN1_BMPSTRING && str->type != V_ASN1_UTF8STRING) { in do_body()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h70 # define V_ASN1_UTF8STRING 12 macro
H A Dasn1.h.in71 # define V_ASN1_UTF8STRING 12 macro