Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DX509_NAME_print_ex.pod73 The fields B<XN_FLAG_FN_SN>, B<XN_FLAG_FN_LN>, B<XN_FLAG_FN_OID>,
104 | XN_FLAG_SPC_EQ | XN_FLAG_FN_LN | XN_FLAG_FN_ALIGN>
/freebsd/crypto/openssl/crypto/asn1/
H A Da_strex.c525 } else if (fn_opt == XN_FLAG_FN_LN) { in do_name_ex()
/freebsd/crypto/openssl/include/openssl/
H A Dx509.h321 # define XN_FLAG_FN_LN (1 << 21)/* Object long name */ macro
359 XN_FLAG_FN_LN | \
H A Dx509.h.in151 # define XN_FLAG_FN_LN (1 << 21)/* Object long name */ macro
189 XN_FLAG_FN_LN | \
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1167 {"lname", XN_FLAG_FN_LN, XN_FLAG_FN_MASK}, in set_name_ex()