Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/asn1/
H A Da_strex.c27 #define CHARTYPE_BS_ESC (ASN1_STRFLGS_ESC_2253 | CHARTYPE_FIRST_ESC_2253 | CHARTYPE_LAST_ES…
29 #define ESC_FLAGS (ASN1_STRFLGS_ESC_2253 | \
171 if (p == buf && flags & ASN1_STRFLGS_ESC_2253) in do_buf()
203 if (p == q && flags & ASN1_STRFLGS_ESC_2253) in do_buf()
/freebsd/crypto/openssl/doc/man3/
H A DASN1_STRING_print_ex.pod43 Various characters can be escaped. If B<ASN1_STRFLGS_ESC_2253> is set the characters
89 ASN1_STRFLGS_ESC_2253 | ASN1_STRFLGS_ESC_CTRL | ASN1_STRFLGS_ESC_MSB |
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h437 # define ASN1_STRFLGS_ESC_2253 1 macro
512 # define ASN1_STRFLGS_RFC2253 (ASN1_STRFLGS_ESC_2253 | \
H A Dasn1.h.in390 # define ASN1_STRFLGS_ESC_2253 1 macro
465 # define ASN1_STRFLGS_RFC2253 (ASN1_STRFLGS_ESC_2253 | \
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1148 {"esc_2253", ASN1_STRFLGS_ESC_2253, 0}, in set_name_ex()