Searched refs:V_ASN1_UTF8STRING (Results 1 – 13 of 13) sorted by relevance
527 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()
98 case V_ASN1_UTF8STRING: in ASN1_TYPE_cmp()
136 str_type = V_ASN1_UTF8STRING; in ASN1_mbstring_ncopy()
170 (tag == V_ASN1_UTF8STRING) || in asn1_parse2()
600 case V_ASN1_UTF8STRING: in asn1_ex_i2c()
873 case V_ASN1_UTF8STRING: in asn1_ex_c2i()
148 case V_ASN1_UTF8STRING: in X509_REQ_print_ex()
396 out->type = V_ASN1_UTF8STRING; in asn1_string_canon()
268 return V_ASN1_UTF8STRING; in displaytext_str2tag()270 return V_ASN1_UTF8STRING; in displaytext_str2tag()
61 # define V_ASN1_UTF8STRING 12 macro
716 (unicode && val_type != V_ASN1_UTF8STRING) || in PrintGeneralName()
1457 if (str->type != V_ASN1_BMPSTRING && str->type != V_ASN1_UTF8STRING) { in do_body()
1783 if(ASN1_STRING_type(tmp) == V_ASN1_UTF8STRING) { in verifyhost()