Searched refs:MBSTRING_UTF8 (Results 1 – 5 of 5) sorted by relevance
130 case MBSTRING_UTF8: in ASN1_mbstring_ncopy()133 ret = traverse_string(in, len, MBSTRING_UTF8, in_utf8, &nchar); in ASN1_mbstring_ncopy()184 outform = MBSTRING_UTF8; in ASN1_mbstring_ncopy()232 case MBSTRING_UTF8: in ASN1_mbstring_ncopy()
706 format = MBSTRING_UTF8; in asn1_str2type()
285 req_config.chtype = MBSTRING_UTF8; in req_opt_utf8()711 if (req_config.chtype != MBSTRING_UTF8) { in req_main()716 req_config.chtype = MBSTRING_UTF8; in req_main()
215 ca_config.chtype = MBSTRING_UTF8; in ca_opt_chtype_utf8()779 if (ca_config.chtype != MBSTRING_UTF8) { in ca_main()784 ca_config.chtype = MBSTRING_UTF8; in ca_main()
150 #define MBSTRING_UTF8 (MBSTRING_FLAG) macro