Searched refs:fn_opt (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Da_strex.c428 int fn_opt, fn_nid; local
486 fn_opt = flags & XN_FLAG_FN_MASK;
512 if (fn_opt != XN_FLAG_FN_NONE) {
514 if ((fn_opt == XN_FLAG_FN_OID) || (fn_nid == NID_undef)) {
519 if (fn_opt == XN_FLAG_FN_SN) {
522 } else if (fn_opt == XN_FLAG_FN_LN) {
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Da_strex.c428 int fn_opt, fn_nid; local
486 fn_opt = flags & XN_FLAG_FN_MASK;
512 if (fn_opt != XN_FLAG_FN_NONE) {
514 if ((fn_opt == XN_FLAG_FN_OID) || (fn_nid == NID_undef)) {
519 if (fn_opt == XN_FLAG_FN_SN) {
522 } else if (fn_opt == XN_FLAG_FN_LN) {

Completed in 71 milliseconds