| /trueos/crypto/openssl/crypto/x509v3/ |
| HD | v3_purp.c | 131 if (!(x->ex_flags & EXFLAG_SET)) { in X509_check_purpose() 393 if (x->ex_flags & EXFLAG_SET) in x509v3_cache_extensions() 400 x->ex_flags |= EXFLAG_SI; in x509v3_cache_extensions() 403 x->ex_flags |= EXFLAG_V1; in x509v3_cache_extensions() 407 x->ex_flags |= EXFLAG_CA; in x509v3_cache_extensions() 411 x->ex_flags |= EXFLAG_INVALID; in x509v3_cache_extensions() 418 x->ex_flags |= EXFLAG_BCONS; in x509v3_cache_extensions() 422 if (x->ex_flags & EXFLAG_CA in x509v3_cache_extensions() 425 x->ex_flags |= EXFLAG_INVALID; in x509v3_cache_extensions() 432 x->ex_flags |= EXFLAG_PROXY; in x509v3_cache_extensions() [all …]
|
| HD | pcy_tree.c | 198 if (x->ex_flags & EXFLAG_INVALID_POLICY) in tree_init() 207 if (!(x->ex_flags & EXFLAG_SI)) in tree_init() 269 if (!(x->ex_flags & EXFLAG_SI) || (i == 0)) in tree_init() 272 if (!(x->ex_flags & EXFLAG_SI)) in tree_init() 282 if (!(x->ex_flags & EXFLAG_SI)) in tree_init()
|
| HD | pcy_cache.c | 112 x->ex_flags |= EXFLAG_INVALID_POLICY; in policy_cache_create() 206 x->ex_flags |= EXFLAG_INVALID_POLICY; in policy_cache_new()
|
| HD | pcy_map.c | 126 x->ex_flags |= EXFLAG_INVALID_POLICY; in policy_cache_set_mapping()
|
| /trueos/sys/kern/ |
| HD | vfs_export.c | 122 np->netc_exflags = argp->ex_flags; in vfs_hang_addrlist() 208 np->netc_exflags = argp->ex_flags; in vfs_hang_addrlist() 285 if (argp->ex_flags & MNT_DELEXPORT) { in vfs_export() 304 if (argp->ex_flags & MNT_EXPORTED) { in vfs_export() 309 if (argp->ex_flags & MNT_EXPUBLIC) { in vfs_export()
|
| HD | vfs_mount.c | 961 export.ex_flags = oexport.ex_flags; in vfs_domount_update()
|
| /trueos/contrib/netbsd-tests/kernel/ |
| HD | t_extent.c | 97 ATF_REQUIRE_EQ_MSG(ex->ex_flags, flags, in h_require() 98 "expected: %#x, got: %#x", flags, ex->ex_flags); in h_require()
|
| /trueos/crypto/openssl/crypto/x509/ |
| HD | x509_vfy.c | 529 && (x->ex_flags & EXFLAG_CRITICAL)) { in check_chain_extensions() 537 if (!allow_proxy_certs && (x->ex_flags & EXFLAG_PROXY)) { in check_chain_extensions() 593 if ((i > 1) && !(x->ex_flags & EXFLAG_SI) in check_chain_extensions() 604 if (!(x->ex_flags & EXFLAG_SI)) in check_chain_extensions() 611 if (x->ex_flags & EXFLAG_PROXY) { in check_chain_extensions() 639 if (i && (x->ex_flags & EXFLAG_SI)) in check_name_constraints() 963 if (!((ctx->current_cert->ex_flags | base->flags) & EXFLAG_FRESHEST)) in get_delta_sk() 1251 if (x->ex_flags & EXFLAG_CA) { in crl_crldp_check() 1358 if ((issuer->ex_flags & EXFLAG_KUSAGE) && in check_crl() 1477 if (!(x->ex_flags & EXFLAG_INVALID_POLICY)) in check_policy()
|
| HD | x509_trs.c | 281 if (x->ex_flags & EXFLAG_SS) in trust_compat()
|
| HD | x509.h | 281 unsigned long ex_flags; member
|
| /trueos/contrib/nvi/ex/ |
| HD | ex_init.c | 287 ex_run_str(SCR *sp, char *name, CHAR_T *str, size_t len, int ex_flags, int nocopy) in ex_run_str() argument 300 ex_flags ? E_BLIGNORE | E_NOAUTO | E_NOPRDEF | E_VLITONLY : 0); in ex_run_str()
|
| /trueos/crypto/openssl/util/ |
| HD | mk1mf.pl | 996 local($target,$source,$ex_flags, $srcd)=@_; 999 $ex_flags.=" -DMK1MF_BUILD -D$platform_cpp_symbol" if ($source =~ /cversion/); 1004 $ret.="\$(CC) ${ofile}$target $ex_flags -c $srcd$source\n\n";
|
| /trueos/crypto/openssl/crypto/asn1/ |
| HD | x_x509.c | 94 ret->ex_flags = 0; in x509_cb()
|
| /trueos/sys/sys/ |
| HD | mount.h | 426 int ex_flags; /* export related flags */ member 441 int ex_flags; /* export related flags */ member
|
| /trueos/crypto/openssl/doc/HOWTO/ |
| HD | proxy_certificates.txt | 206 if (xs->ex_flags & EXFLAG_PROXY) 259 else if (!(xs->ex_flags & EXFLAG_CA))
|
| /trueos/crypto/openssl/crypto/ocsp/ |
| HD | ocsp_vfy.c | 358 if ((x->ex_flags & EXFLAG_XKUSAGE) && (x->ex_xkusage & XKU_OCSP_SIGN)) in ocsp_check_delegated()
|
| /trueos/usr.sbin/mountd/ |
| HD | mountd.c | 1674 export.ex_flags = MNT_DELEXPORT; in get_exportlist() 1702 eargs.export.ex_flags = MNT_DELEXPORT; in get_exportlist() 2429 eap->ex_flags = exflags; in do_mount()
|
| /trueos/crypto/openssl/ssl/ |
| HD | ssl_lib.c | 2185 ecdh_ok = (x->ex_flags & EXFLAG_KUSAGE) ? in ssl_set_cert_masks() 2187 ecdsa_ok = (x->ex_flags & EXFLAG_KUSAGE) ? in ssl_set_cert_masks() 2249 (((x)->ex_flags & EXFLAG_KUSAGE) && !((x)->ex_kusage & (usage)))
|
| HD | ssltest.c | 1813 if (xs->ex_flags & EXFLAG_PROXY) { in verify_callback()
|
| /trueos/sys/compat/linux/ |
| HD | linux_file.c | 1105 ufs.export.ex_flags = in linux_mount()
|
| /trueos/contrib/netbsd-tests/fs/nfs/nfsservice/ |
| HD | mountd.c | 1939 export.ex_flags = exflags;
|
| /trueos/sys/fs/nfsserver/ |
| HD | nfs_nfsdport.c | 2867 if ((nfsexargp->export.ex_flags & MNT_DELEXPORT) != 0) in nfsrv_v4rootexport()
|