| /freebsd-12-stable/crypto/openssl/crypto/x509v3/ |
| D | v3_purp.c | 85 if (x->ex_flags & EXFLAG_INVALID) in X509_check_purpose() 368 (((x)->ex_flags & EXFLAG_KUSAGE) && !((x)->ex_kusage & (usage))) 370 (((x)->ex_flags & EXFLAG_XKUSAGE) && !((x)->ex_xkusage & (usage))) 372 (((x)->ex_flags & EXFLAG_NSCERT) && !((x)->ex_nscert & (usage))) 391 if (x->ex_flags & EXFLAG_SET) { in x509v3_cache_extensions() 397 x->ex_flags |= (EXFLAG_NO_FINGERPRINT | EXFLAG_INVALID); in x509v3_cache_extensions() 401 x->ex_flags |= EXFLAG_V1; in x509v3_cache_extensions() 405 x->ex_flags |= EXFLAG_CA; in x509v3_cache_extensions() 408 x->ex_flags |= EXFLAG_INVALID; in x509v3_cache_extensions() 413 x->ex_flags |= EXFLAG_INVALID; in x509v3_cache_extensions() [all …]
|
| D | pcy_tree.c | 154 uint32_t ex_flags = X509_get_extension_flags(x); in tree_init() local 157 if (ex_flags & EXFLAG_INVALID_POLICY) in tree_init() 166 if (!(ex_flags & EXFLAG_SI)) in tree_init() 215 uint32_t ex_flags = X509_get_extension_flags(x); in tree_init() local 232 if (!(ex_flags & EXFLAG_SI) || (i == 0)) in tree_init() 235 if (!(ex_flags & EXFLAG_SI)) in tree_init() 244 if (!(ex_flags & EXFLAG_SI)) in tree_init()
|
| D | pcy_cache.c | 70 x->ex_flags |= EXFLAG_INVALID_POLICY; in policy_cache_create() 169 x->ex_flags |= EXFLAG_INVALID_POLICY; in policy_cache_new()
|
| D | pcy_map.c | 77 x->ex_flags |= EXFLAG_INVALID_POLICY; in policy_cache_set_mapping()
|
| /freebsd-12-stable/sys/kern/ |
| D | vfs_export.c | 143 np->netc_exflags = argp->ex_flags; in vfs_hang_addrlist() 222 np->netc_exflags = argp->ex_flags; in vfs_hang_addrlist() 311 if ((argp->ex_flags & (MNT_DELEXPORT | MNT_EXPORTED)) == 0) in vfs_export() 314 if ((argp->ex_flags & MNT_EXPORTED) != 0 && in vfs_export() 322 if (argp->ex_flags & MNT_DELEXPORT) { in vfs_export() 341 if (argp->ex_flags & MNT_EXPORTED) { in vfs_export() 346 if (argp->ex_flags & MNT_EXPUBLIC) { in vfs_export()
|
| /freebsd-12-stable/contrib/ofed/libibverbs/examples/ |
| D | devinfo.c | 335 uint64_t ex_flags = device_cap_flags_ex & 0xffffffff00000000ULL; in print_device_cap_flags_ex() local 338 if (ex_flags & IBV_DEVICE_RAW_SCATTER_FCS) in print_device_cap_flags_ex() 340 if (ex_flags & unknown_flags) in print_device_cap_flags_ex() 342 ex_flags & unknown_flags); in print_device_cap_flags_ex()
|
| /freebsd-12-stable/crypto/openssl/crypto/x509/ |
| D | x509_vfy.c | 118 if (x->ex_flags & EXFLAG_SS) in cert_self_signed() 339 && (((x->ex_flags & EXFLAG_SI) != 0 && sk_X509_num(ctx->chain) == 1) in find_issuer() 489 && (x->ex_flags & EXFLAG_CRITICAL)) { in check_chain_extensions() 494 if (!allow_proxy_certs && (x->ex_flags & EXFLAG_PROXY)) { in check_chain_extensions() 539 && (x->ex_flags & EXFLAG_CA) == 0 in check_chain_extensions() 557 if (i > 0 && (x->ex_flags & EXFLAG_SI) == 0) in check_chain_extensions() 564 if (x->ex_flags & EXFLAG_PROXY) { in check_chain_extensions() 623 if (i && (x->ex_flags & EXFLAG_SI)) in check_name_constraints() 632 if (x->ex_flags & EXFLAG_PROXY) { in check_name_constraints() 908 if (x->ex_flags & EXFLAG_PROXY) in check_cert() [all …]
|
| D | x509_cmp.c | 147 if ((a->ex_flags & EXFLAG_NO_FINGERPRINT) == 0 in X509_cmp() 148 && (b->ex_flags & EXFLAG_NO_FINGERPRINT) == 0) in X509_cmp()
|
| D | x_x509.c | 64 ret->ex_flags = 0; in x509_cb()
|
| D | x_all.c | 374 if (type == EVP_sha1() && (data->ex_flags & EXFLAG_SET) != 0 in X509_digest() 375 && (data->ex_flags & EXFLAG_NO_FINGERPRINT) == 0) { in X509_digest()
|
| D | x509_trs.c | 245 if ((flags & X509_TRUST_NO_SS_COMPAT) == 0 && (x->ex_flags & EXFLAG_SS)) in trust_compat()
|
| /freebsd-12-stable/contrib/netbsd-tests/kernel/ |
| D | 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()
|
| /freebsd-12-stable/contrib/nvi/ex/ |
| D | ex_init.c | 280 ex_run_str(SCR *sp, char *name, CHAR_T *str, size_t len, int ex_flags, int nocopy) in ex_run_str() argument 293 ex_flags ? E_BLIGNORE | E_NOAUTO | E_NOPRDEF | E_VLITONLY : 0); in ex_run_str()
|
| /freebsd-12-stable/crypto/openssl/include/crypto/ |
| D | x509.h | 170 uint32_t ex_flags; member
|
| /freebsd-12-stable/sys/sys/ |
| D | mount.h | 475 int ex_flags; /* export related flags */ member 490 int ex_flags; /* export related flags */ member
|
| /freebsd-12-stable/contrib/wpa/src/crypto/ |
| D | tls_openssl_ocsp.c | 665 if ((signer->ex_flags & EXFLAG_XKUSAGE) && in check_ocsp_resp()
|
| /freebsd-12-stable/usr.sbin/mountd/ |
| D | mountd.c | 1914 export.ex_flags = MNT_DELEXPORT; in get_exportlist() 1925 eargs.export.ex_flags = MNT_DELEXPORT; in get_exportlist() 3077 eap->ex_flags = exflags; in do_mount()
|
| /freebsd-12-stable/sys/fs/nfsserver/ |
| D | nfs_nfsdport.c | 3222 if ((nfsexargp->export.ex_flags & MNT_DELEXPORT) != 0) in nfsrv_v4rootexport()
|