Searched refs:V_ASN1_UTF8STRING (Results 1 – 10 of 10) sorted by relevance
151 case V_ASN1_UTF8STRING: in ASN1_TYPE_cmp()
177 str_type = V_ASN1_UTF8STRING; in ASN1_mbstring_ncopy()
218 (tag == V_ASN1_UTF8STRING) || in asn1_parse2()
668 case V_ASN1_UTF8STRING: in asn1_ex_i2c()
1013 case V_ASN1_UTF8STRING: in asn1_ex_c2i()
596 ASN1_GEN_STR("UTF8", V_ASN1_UTF8STRING), in asn1_str2tag()597 ASN1_GEN_STR("UTF8String", V_ASN1_UTF8STRING), in asn1_str2tag()752 case V_ASN1_UTF8STRING: in asn1_str2type()
188 type == V_ASN1_UTF8STRING || in X509_REQ_print_ex()
426 out->type = V_ASN1_UTF8STRING; in asn1_string_canon()
103 #define V_ASN1_UTF8STRING 12 macro722 ASN1_STRING_type_new(V_ASN1_UTF8STRING)725 i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_UTF8STRING,\
1210 if(ASN1_STRING_type(tmp) == V_ASN1_UTF8STRING) { in verifyhost()