Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/doc/crypto/
DASN1_STRING_print_ex.pod57 If B<ASN1_STRFLGS_UTF8_CONVERT> is set then characters are converted to UTF8
85 ASN1_STRFLGS_UTF8_CONVERT | ASN1_STRFLGS_DUMP_UNKNOWN ASN1_STRFLGS_DUMP_DER
/freebsd-9-stable/crypto/openssl/crypto/asn1/
Da_strex.c402 if (lflags & ASN1_STRFLGS_UTF8_CONVERT) { in do_print_ex()
Dasn1.h467 # define ASN1_STRFLGS_UTF8_CONVERT 0x10 macro
506 ASN1_STRFLGS_UTF8_CONVERT | \
/freebsd-9-stable/crypto/openssl/apps/
Dapps.c1114 {"utf8", ASN1_STRFLGS_UTF8_CONVERT, 0}, in set_name_ex()