Home
last modified time | relevance | path

Searched refs:V_ASN1_UTF8STRING (Results 1 – 22 of 22) 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 Dx_attrib.c140 case V_ASN1_UTF8STRING: in ossl_print_attribute_value()
H A Dv3_cpols.c276 return V_ASN1_UTF8STRING; in displaytext_str2tag()
278 return V_ASN1_UTF8STRING; in displaytext_str2tag()
H A Dt_acert.c54 case V_ASN1_UTF8STRING: in print_attribute()
H A Dx_name.c404 out->type = V_ASN1_UTF8STRING; in asn1_string_canon()
H A Dv3_ncons.c686 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.c525 ASN1_GEN_STR("UTF8", V_ASN1_UTF8STRING), in asn1_str2tag()
526 ASN1_GEN_STR("UTF8String", V_ASN1_UTF8STRING), in asn1_str2tag()
666 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.c618 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/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c919 if (val->value->type != V_ASN1_UTF8STRING || in rpctls_cnname()
/freebsd/crypto/openssl/test/helpers/
H A Dpkcs12.c489 case V_ASN1_UTF8STRING: in check_asn1_string()
/freebsd/crypto/openssl/apps/
H A Dpkcs12.c1257 case V_ASN1_UTF8STRING: in print_attribute()
H A Dca.c1521 if (str->type != V_ASN1_BMPSTRING && str->type != V_ASN1_UTF8STRING) { in do_body()
H A Dcmp.c2104 ASN1_TYPE_set(type, V_ASN1_UTF8STRING, text); in handle_opt_geninfo()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h73 # define V_ASN1_UTF8STRING 12 macro
H A Dasn1.h.in74 # define V_ASN1_UTF8STRING 12 macro