Searched refs:XN_FLAG_FN_MASK (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_strex.c528 fn_opt = flags & XN_FLAG_FN_MASK;
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c1347 {"nofname", XN_FLAG_FN_NONE, XN_FLAG_FN_MASK},
1348 {"sname", XN_FLAG_FN_SN, XN_FLAG_FN_MASK},
1349 {"lname", XN_FLAG_FN_LN, XN_FLAG_FN_MASK},
1351 {"oid", XN_FLAG_FN_OID, XN_FLAG_FN_MASK},
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509.h383 # define XN_FLAG_FN_MASK (0x3 << 21) macro

Completed in 144 milliseconds