Home
last modified time | relevance | path

Searched refs:ASN1_STRFLGS_UTF8_CONVERT (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DASN1_STRING_print_ex.pod62 If B<ASN1_STRFLGS_UTF8_CONVERT> is set then characters are converted to UTF8
90 ASN1_STRFLGS_UTF8_CONVERT | ASN1_STRFLGS_DUMP_UNKNOWN ASN1_STRFLGS_DUMP_DER
/freebsd/crypto/openssl/fuzz/
H A Dasn1.c292 ASN1_PCTX_set_str_flags(pctx, ASN1_STRFLGS_UTF8_CONVERT | in FuzzerInitialize()
/freebsd/crypto/openssl/crypto/asn1/
H A Da_strex.c384 if (lflags & ASN1_STRFLGS_UTF8_CONVERT) { in do_print_ex()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h471 # define ASN1_STRFLGS_UTF8_CONVERT 0x10 macro
515 ASN1_STRFLGS_UTF8_CONVERT | \
H A Dasn1.h.in424 # define ASN1_STRFLGS_UTF8_CONVERT 0x10 macro
468 ASN1_STRFLGS_UTF8_CONVERT | \
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1153 {"utf8", ASN1_STRFLGS_UTF8_CONVERT, 0}, in set_name_ex()