Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/doc/crypto/
HDX509_NAME_print_ex.pod64 The fields B<XN_FLAG_FN_SN>, B<XN_FLAG_FN_LN>, B<XN_FLAG_FN_OID>,
93 …TRL | ASN1_STRFLGS_ESC_MSB | XN_FLAG_SEP_MULTILINE | XN_FLAG_SPC_EQ | XN_FLAG_FN_LN | XN_FLAG_FN_A…
/NextBSD/crypto/openssl/crypto/asn1/
HDa_strex.c543 } else if (fn_opt == XN_FLAG_FN_LN) { in do_name_ex()
/NextBSD/crypto/openssl/crypto/x509/
HDx509.h386 # define XN_FLAG_FN_LN (1 << 21)/* Object long name */ macro
424 XN_FLAG_FN_LN | \
/NextBSD/crypto/openssl/apps/
HDapps.c1341 {"lname", XN_FLAG_FN_LN, XN_FLAG_FN_MASK}, in set_name_ex()