| /freebsd-13.1/crypto/openssl/crypto/x509v3/ |
| H A D | v3_purp.c | 85 if (x->ex_flags & EXFLAG_INVALID) in X509_check_purpose() 391 if (x->ex_flags & EXFLAG_SET) { in x509v3_cache_extensions() 401 x->ex_flags |= EXFLAG_V1; in x509v3_cache_extensions() 405 x->ex_flags |= EXFLAG_CA; in x509v3_cache_extensions() 420 x->ex_flags |= EXFLAG_BCONS; in x509v3_cache_extensions() 426 if (x->ex_flags & EXFLAG_CA in x509v3_cache_extensions() 436 x->ex_flags |= EXFLAG_PROXY; in x509v3_cache_extensions() 555 x->ex_flags |= EXFLAG_SET; in x509v3_cache_extensions() 585 if (x->ex_flags & EXFLAG_CA) in check_ca() 609 x->ex_flags |= EXFLAG_PROXY; in X509_set_proxy_flag() [all …]
|
| H A D | pcy_tree.c | 140 uint32_t ex_flags = X509_get_extension_flags(x); in tree_init() local 143 if (ex_flags & EXFLAG_INVALID_POLICY) in tree_init() 152 if (!(ex_flags & EXFLAG_SI)) in tree_init() 198 uint32_t ex_flags = X509_get_extension_flags(x); in tree_init() local 215 if (!(ex_flags & EXFLAG_SI) || (i == 0)) in tree_init() 218 if (!(ex_flags & EXFLAG_SI)) in tree_init() 227 if (!(ex_flags & EXFLAG_SI)) in tree_init()
|
| H A 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()
|
| H A D | pcy_map.c | 77 x->ex_flags |= EXFLAG_INVALID_POLICY; in policy_cache_set_mapping()
|
| /freebsd-13.1/sys/kern/ |
| H A D | vfs_export.c | 137 np->netc_exflags = argp->ex_flags; in vfs_hang_addrlist() 216 np->netc_exflags = argp->ex_flags; in vfs_hang_addrlist() 305 if ((argp->ex_flags & (MNT_DELEXPORT | MNT_EXPORTED)) == 0) in vfs_export() 308 if ((argp->ex_flags & MNT_EXPORTED) != 0 && in vfs_export() 316 if (argp->ex_flags & MNT_DELEXPORT) { in vfs_export() 335 if (argp->ex_flags & MNT_EXPORTED) { in vfs_export() 340 if (argp->ex_flags & MNT_EXPUBLIC) { in vfs_export()
|
| H A D | vfs_mount.c | 1198 export.ex_flags = (uint64_t)o2export.ex_flags; in vfs_domount_update()
|
| /freebsd-13.1/contrib/ofed/libibverbs/examples/ |
| H A 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-13.1/crypto/openssl/crypto/x509/ |
| H A D | x509_vfy.c | 118 if (x->ex_flags & EXFLAG_SS) in cert_self_signed() 489 && (x->ex_flags & EXFLAG_CRITICAL)) { 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() 1443 if (x->ex_flags & EXFLAG_CA) { in crl_crldp_check() 1546 if ((issuer->ex_flags & EXFLAG_KUSAGE) && in check_crl() [all …]
|
| H A 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()
|
| H A D | x_x509.c | 64 ret->ex_flags = 0; in x509_cb()
|
| H A D | x_all.c | 365 if (type == EVP_sha1() && (data->ex_flags & EXFLAG_SET) != 0 in X509_digest() 366 && (data->ex_flags & EXFLAG_NO_FINGERPRINT) == 0) { in X509_digest()
|
| H A D | x509_trs.c | 245 if ((flags & X509_TRUST_NO_SS_COMPAT) == 0 && (x->ex_flags & EXFLAG_SS)) in trust_compat()
|
| /freebsd-13.1/contrib/netbsd-tests/kernel/ |
| H A 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-13.1/contrib/nvi/ex/ |
| H A 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-13.1/crypto/openssl/include/crypto/ |
| H A D | x509.h | 170 uint32_t ex_flags; member
|
| /freebsd-13.1/sys/sys/ |
| H A D | mount.h | 541 int ex_flags; /* export related flags */ member 556 int ex_flags; /* export related flags */ member 572 uint64_t ex_flags; /* export related flags */ member
|
| /freebsd-13.1/contrib/wpa/src/crypto/ |
| H A D | tls_openssl_ocsp.c | 665 if ((signer->ex_flags & EXFLAG_XKUSAGE) && in check_ocsp_resp()
|
| /freebsd-13.1/usr.sbin/mountd/ |
| H A D | mountd.c | 1931 export.ex_flags = MNT_DELEXPORT; in get_exportlist() 1942 eargs.export.ex_flags = MNT_DELEXPORT; in get_exportlist() 3104 eap->ex_flags = exflags; in do_mount()
|
| /freebsd-13.1/sys/fs/nfsserver/ |
| H A D | nfs_nfsdport.c | 3462 if ((nfsexargp->export.ex_flags & MNT_DELEXPORT) != 0) in nfsrv_v4rootexport() 3921 export.export.ex_flags = (uint64_t)oexp.export.ex_flags; in nfssvc_srvcall()
|