Home
last modified time | relevance | path

Searched refs:ASN1_STRFLGS_ESC_MSB (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DASN1_STRING_print_ex.pod39 suitable, or on UTF8 terminals B<ASN1_STRFLGS_RFC2253 & ~ASN1_STRFLGS_ESC_MSB>.
45 characters are escaped. If B<ASN1_STRFLGS_ESC_MSB> is set characters with the
89 ASN1_STRFLGS_ESC_2253 | ASN1_STRFLGS_ESC_CTRL | ASN1_STRFLGS_ESC_MSB |
H A DX509_NAME_print_ex.pod50 for UTF8 terminals the B<ASN1_STRFLGS_ESC_MSB> should be unset: so for example
51 B<XN_FLAG_ONELINE & ~ASN1_STRFLGS_ESC_MSB> would be used.
103 C<ASN1_STRFLGS_ESC_CTRL | ASN1_STRFLGS_ESC_MSB | XN_FLAG_SEP_MULTILINE
/freebsd/crypto/openssl/crypto/asn1/
H A Da_strex.c33 ASN1_STRFLGS_ESC_MSB)
90 chflgs = flags & ASN1_STRFLGS_ESC_MSB; in do_esc_char()
109 | ASN1_STRFLGS_ESC_MSB in do_esc_char()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h439 # define ASN1_STRFLGS_ESC_MSB 4 macro
514 ASN1_STRFLGS_ESC_MSB | \
H A Dasn1.h.in392 # define ASN1_STRFLGS_ESC_MSB 4 macro
467 ASN1_STRFLGS_ESC_MSB | \
H A Dx509.h356 ASN1_STRFLGS_ESC_MSB | \
H A Dx509.h.in186 ASN1_STRFLGS_ESC_MSB | \
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1151 {"esc_msb", ASN1_STRFLGS_ESC_MSB, 0}, in set_name_ex()