Home
last modified time | relevance | path

Searched refs:MBSTRING_UTF8 (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/asn1/
H A Da_mbstr.c130 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()
H A Dasn1_gen.c706 format = MBSTRING_UTF8; in asn1_str2type()
/dflybsd-src/crypto/libressl/apps/openssl/
H A Dreq.c285 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()
H A Dca.c215 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()
/dflybsd-src/crypto/libressl/include/openssl/
H A Dasn1.h150 #define MBSTRING_UTF8 (MBSTRING_FLAG) macro