Home
last modified time | relevance | path

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

/third_party/openssl/crypto/asn1/
Dasn1_gen.c527 ASN1_GEN_STR("UTF8", V_ASN1_UTF8STRING), in asn1_str2tag()
528 ASN1_GEN_STR("UTF8String", V_ASN1_UTF8STRING), in asn1_str2tag()
667 case V_ASN1_UTF8STRING: in asn1_str2type()
Da_type.c98 case V_ASN1_UTF8STRING: in ASN1_TYPE_cmp()
Da_mbstr.c136 str_type = V_ASN1_UTF8STRING; in ASN1_mbstring_ncopy()
Dasn1_par.c170 (tag == V_ASN1_UTF8STRING) || in asn1_parse2()
Dtasn_enc.c600 case V_ASN1_UTF8STRING: in asn1_ex_i2c()
Dtasn_dec.c873 case V_ASN1_UTF8STRING: in asn1_ex_c2i()
/third_party/openssl/crypto/x509/
Dt_req.c148 case V_ASN1_UTF8STRING: in X509_REQ_print_ex()
Dx_name.c396 out->type = V_ASN1_UTF8STRING; in asn1_string_canon()
/third_party/openssl/crypto/x509v3/
Dv3_cpols.c268 return V_ASN1_UTF8STRING; in displaytext_str2tag()
270 return V_ASN1_UTF8STRING; in displaytext_str2tag()
/third_party/openssl/include/openssl/
Dasn1.h61 # define V_ASN1_UTF8STRING 12 macro
/third_party/node/src/
Dnode_crypto_common.cc716 (unicode && val_type != V_ASN1_UTF8STRING) || in PrintGeneralName()
/third_party/openssl/apps/
Dca.c1457 if (str->type != V_ASN1_BMPSTRING && str->type != V_ASN1_UTF8STRING) { in do_body()
/third_party/curl/lib/vtls/
Dopenssl.c1783 if(ASN1_STRING_type(tmp) == V_ASN1_UTF8STRING) { in verifyhost()