Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DX509_NAME_print_ex.pod45 B<XN_FLAG_ONELINE>, B<XN_FLAG_MULTILINE> or B<XN_FLAG_RFC2253> will suffice.
95 B<XN_FLAG_MULTILINE> is a multiline format which is the same as:
/third_party/openssl/apps/
Dapps.c1058 {"multiline", XN_FLAG_MULTILINE, 0xffffffffL}, in set_name_ex()
1059 {"ca_default", XN_FLAG_MULTILINE, 0xffffffffL}, in set_name_ex()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c1123 XN_FLAG_MULTILINE); in openssl_verify_callback()
/third_party/openssl/include/openssl/
Dx509.h217 # define XN_FLAG_MULTILINE (ASN1_STRFLGS_ESC_CTRL | \ macro