Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/doc/crypto/
HDX509_NAME_print_ex.pod72 If B<XN_FLAG_SPC_EQ> is set then spaces will be placed around the '=' character
92 …B<ASN1_STRFLGS_RFC2253 | ASN1_STRFLGS_ESC_QUOTE | XN_FLAG_SEP_CPLUS_SPC | XN_FLAG_SPC_EQ | XN_FLAG…
95 …B<ASN1_STRFLGS_ESC_CTRL | ASN1_STRFLGS_ESC_MSB | XN_FLAG_SEP_MULTILINE | XN_FLAG_SPC_EQ | XN_FLAG_…
/freebsd-11-stable/crypto/openssl/crypto/x509/
HDx509.h390 # define XN_FLAG_SPC_EQ (1 << 23)/* Put spaces round '=' */ macro
415 XN_FLAG_SPC_EQ | \
423 XN_FLAG_SPC_EQ | \
/freebsd-11-stable/crypto/openssl/crypto/asn1/
HDa_strex.c520 if (flags & XN_FLAG_SPC_EQ) { in do_name_ex()
/freebsd-11-stable/crypto/openssl/apps/
HDapps.c1352 {"space_eq", XN_FLAG_SPC_EQ, 0}, in set_name_ex()