Home
last modified time | relevance | path

Searched refs:checks (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/freebsd/sys/contrib/openzfs/.github/workflows/
H A DREADME.md11 sanity-checks-20.04
12 zloop-checks-20.04
21 sanity-checks-22.04
22 zloop-checks-22.04
32 Build-Ubuntu-20.04-->sanity-checks-20.04
33 Build-Ubuntu-20.04-->zloop-checks-20.04
35 Build-Ubuntu-22.04-->sanity-checks-22.04
36 Build-Ubuntu-22.04-->zloop-checks-22.04
39 sanity-checks-20.04-->CleanUp+Summary
48 sanity-checks-22.04-->CleanUp+Summary
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_prime.c27 static int bn_is_prime_int(const BIGNUM *w, int checks, BN_CTX *ctx,
131 int checks = bn_mr_min_checks(bits); in BN_generate_prime_ex2() local
172 i = bn_is_prime_int(ret, checks, ctx, 0, cb); in BN_generate_prime_ex2()
185 for (i = 0; i < checks; i++) { in BN_generate_prime_ex2()
230 int BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, in BN_is_prime_ex() argument
233 return ossl_bn_check_prime(a, checks, ctx_passed, 0, cb); in BN_is_prime_ex()
236 int BN_is_prime_fasttest_ex(const BIGNUM *w, int checks, BN_CTX *ctx, in BN_is_prime_fasttest_ex() argument
239 return ossl_bn_check_prime(w, checks, ctx, do_trial_division, cb); in BN_is_prime_fasttest_ex()
244 int ossl_bn_check_prime(const BIGNUM *w, int checks, BN_CTX *ctx, in ossl_bn_check_prime() argument
249 if (checks < min_checks) in ossl_bn_check_prime()
[all …]
H A Dbn_depr.c46 int BN_is_prime(const BIGNUM *a, int checks, in BN_is_prime() argument
52 return ossl_bn_check_prime(a, checks, ctx_passed, 0, &cb); in BN_is_prime()
55 int BN_is_prime_fasttest(const BIGNUM *a, int checks, in BN_is_prime_fasttest() argument
62 return ossl_bn_check_prime(a, checks, ctx_passed, do_trial_division, &cb); in BN_is_prime_fasttest()
/freebsd/contrib/llvm-project/libcxx/include/
H A D__assert38 // Fast hardening mode checks.
42 // Enabled checks.
45 // Disabled checks.
60 // Extensive hardening mode checks.
64 // Enabled checks.
75 // Disabled checks.
79 // Debug hardening mode checks.
83 // All checks enabled.
97 // Disable all checks if hardening is not enabled.
101 // All checks disabled.
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2blob.c61 int checks[] = { in key2blob_check_selection() local
72 for (i = 0; i < OSSL_NELEM(checks); i++) { in key2blob_check_selection()
73 int check1 = (selection & checks[i]) != 0; in key2blob_check_selection()
74 int check2 = (selection_mask & checks[i]) != 0; in key2blob_check_selection()
/freebsd/crypto/openssl/doc/man3/
H A DX509_check_issued.pod5 X509_check_issued - checks if certificate is apparently issued by another
17 X509_check_issued() checks if certificate I<subject> was apparently issued
22 serial number, and issuer fields of I<issuer>, as far as present. It also checks
29 X509_check_issued() returns B<X509_V_OK> if all checks are successful
H A DSSL_set1_host.pod19 These functions configure server hostname checks in the SSL client.
24 checks are not performed on the peer certificate. When a nonempty
25 B<name> is specified, certificate verification automatically checks
42 L<X509_check_host(3)> when name checks are applicable, by default
59 explicitly calling L<X509_check_host(3)>. Hostname checks may be out
96 /* Name checks were in scope and matched the peername */
H A DX509_check_purpose.pod15 This function checks if certificate I<x> was created with the purpose
33 The checks performed take into account the X.509 extensions
38 For non-CA checks
50 For CA checks the below integers could be returned with the following meanings:
H A DSCT_validate.pod6 checks Signed Certificate Timestamps (SCTs) are valid
28 SCT_LIST_validate() performs the same checks on an entire stack of SCTs.
29 The result of the validation checks can be obtained by passing the SCT to
67 If all checks pass, the validation status will be SCT_VALIDATION_STATUS_VALID.
H A DX509_check_host.pod26 X509_check_host() checks if the certificate Subject Alternative
50 X509_check_email() checks if the certificate matches the specified
61 X509_check_ip() checks if the certificate matches a specified IPv4 or
139 checks may be out of scope with the DANE-EE(3) certificate usage,
140 and the internal checks will be suppressed as appropriate when
H A DEVP_PKEY_check.pod30 implementations may offer a quicker form of validation that omits some checks in
38 implementations may offer a quicker form of validation that omits some checks in
53 default provider may use checks that are not as restrictive for certain key types.
H A DSSL_CONF_CTX_set1_prefix.pod26 If the B<SSL_CONF_FLAG_CMDLINE> flag is set then prefix checks are case
30 If the B<SSL_CONF_FLAG_FILE> flag is set then prefix checks are case
H A DRSA_check_key.pod26 It checks that B<p> and B<q> are
31 It also checks that B<d*e = 1 mod (p-1*q-1)>,
33 It performs integrity checks on all
/freebsd/usr.bin/dtc/
H A Ddtc.cc115 fdt::checking::check_manager checks; in main() local
263 if (!checks.disable_checker(arg)) in main()
269 if (!checks.enable_checker(arg)) in main()
352 if (!(checks.run_checks(&tree, true) || keep_going)) in main()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-prime.pod.in17 [B<-checks> I<num>]
22 This command checks if the specified numbers are prime.
55 =item B<-checks> I<num>
H A Dopenssl-verification-options.pod48 OpenSSL checks the validity period of such certificates
152 Part of these checks are enabled only if the B<-x509_strict> option is given.
156 If the B<-purpose> option is not given then no such checks are done except for
162 and possibly also further non-standard checks are performed.
259 Perform validation checks using time specified by I<timestamp> and not
469 checks for consistency with S/MIME signing use (C<smimesign>).
590 in its section 6 does not include EKU checks for CA certificates.
601 it checks that any present EKU extension (that does not contain
603 Moreover, it does these checks even for trust anchor certificates.
622 For all other certificates the normal CA checks apply. In addition,
[all …]
/freebsd/contrib/kyua/m4/
H A Dcompiler-flags.m437 dnl selected. This fact would confuse the flag checks below because we would
56 dnl flag checks (unless we are checking for -Werror already).
65 # compatible with other flags, and such compatibility checks are
134 dnl The checks are performed independently and only when all the checks are
153 dnl The checks are performed independently and only when all the checks are
/freebsd/crypto/openssl/doc/man5/
H A Dfips_config.pod59 =item B<security-checks>
61 This indicates if run-time checks related to enforcement of security parameters
63 A value of '1' will perform the checks, otherwise if the value is '0' the checks
93 security-checks = 1
/freebsd/sys/conf/
H A Dstd.debug11 options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
13 options WITNESS # Enable checks to detect deadlocks and cycles
/freebsd/contrib/lutok/m4/
H A Dcompiler-flags.m437 dnl selected. This fact would confuse the flag checks below because we would
56 dnl flag checks (unless we are checking for -Werror already).
124 dnl The checks are performed independently and only when all the checks are
143 dnl The checks are performed independently and only when all the checks are
/freebsd/contrib/tcpdump/
H A DCHANGES49 RPKI-Router: Refine length and bounds checks.
176 EAP: fix some length checks and output issues.
180 802.15.4, BGP, LISP: fix some length checks, compiler warnings,
188 Juniper: Add some bounds checks.
192 Ethernet: Rework the length checks, add a length check.
193 IPX: Add two length checks.
216 IPv6: Add some checks for the Hop-by-Hop Options header
227 ZEP: Add three length checks.
299 Ethernet, IEEE 802.15.4, IP, L2TP, TCP, ZEP: Add bounds checks
376 Add and remove plenty of bounds checks.
[all …]
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KDF-PBKDF2.pod45 This parameter can be used to enable or disable SP800-132 compliance checks.
46 Setting the mode to 0 enables the compliance checks.
48 The checks performed are:
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_msg_check_update.pod7 - generic checks on a received CMP message, updating the context
22 ossl_cmp_msg_check_update() does all generic checks on the given message B<msg>,
63 If all checks pass then ossl_cmp_msg_check_update()
/freebsd/contrib/libarchive/build/autoconf/
H A Dm4_ax_compile_check_sizeof.m4
/freebsd/contrib/atf/atf-sh/
H A Datf-check.cpp666 run_status_checks(const std::vector< status_check >& checks, in run_status_checks() argument
671 for (std::vector< status_check >::const_iterator iter = checks.begin(); in run_status_checks()
672 !ok && iter != checks.end(); iter++) { in run_status_checks()
765 run_output_checks(const std::vector< output_check >& checks, in run_output_checks() argument
770 for (std::vector< output_check >::const_iterator iter = checks.begin(); in run_output_checks()
771 iter != checks.end(); iter++) { in run_output_checks()

12345678910>>...17