Home
last modified time | relevance | path

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

12345678910>>...20

/freebsd-12-stable/contrib/xz/src/xz/
Dlist.c109 uint32_t checks; member
639 uint32_t checks, bool space_after_comma) in get_check_names() argument
644 if (checks == 0) in get_check_names()
645 checks = 1; in get_check_names()
654 if (checks & (UINT32_C(1) << i)) { in get_check_names()
681 char checks[CHECKS_STR_SIZE]; in print_info_basic() local
682 get_check_names(checks, lzma_index_checks(xfi->idx), false); in print_info_basic()
693 checks, in print_info_basic()
712 uint32_t checks, uint64_t stream_padding) in print_adv_helper() argument
715 get_check_names(checks_str, checks, true); in print_adv_helper()
[all …]
/freebsd-12-stable/crypto/openssl/crypto/bn/
Dbn_depr.c49 int BN_is_prime(const BIGNUM *a, int checks,
55 return BN_is_prime_ex(a, checks, ctx_passed, &cb);
58 int BN_is_prime_fasttest(const BIGNUM *a, int checks,
65 return BN_is_prime_fasttest_ex(a, checks, ctx_passed,
Dbn_prime.c62 int checks = BN_prime_checks_for_size(bits); in BN_generate_prime_ex() local
104 i = BN_is_prime_fasttest_ex(ret, checks, ctx, 0, cb); in BN_generate_prime_ex()
117 for (i = 0; i < checks; i++) { in BN_generate_prime_ex()
145 int BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, in BN_is_prime_ex() argument
148 return BN_is_prime_fasttest_ex(a, checks, ctx_passed, 0, cb); in BN_is_prime_ex()
151 int BN_is_prime_fasttest_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, in BN_is_prime_fasttest_ex() argument
168 if (checks == BN_prime_checks) in BN_is_prime_fasttest_ex()
169 checks = BN_prime_checks_for_size(BN_num_bits(a)); in BN_is_prime_fasttest_ex()
218 for (i = 0; i < checks; i++) { in BN_is_prime_fasttest_ex()
/freebsd-12-stable/crypto/openssl/doc/man1/
Dprime.pod16 [B<-checks>]
21 The B<prime> command checks if the specified numbers are prime.
52 =item [B<-checks num>]
54 Perform the checks B<num> times to see that the generated number
/freebsd-12-stable/contrib/gperf/src/
Dconfigure.ac29 dnl checks for programs
42 dnl checks for compiler characteristics
58 dnl checks for functions and declarations
61 dnl checks for libraries
/freebsd-12-stable/crypto/openssl/apps/
Dprime.c38 int hex = 0, checks = 20, generate = 0, bits = 0, safe = 0, ret = 1; in prime_main() local
67 checks = atoi(opt_arg()); in prime_main()
124 BN_is_prime_ex(bn, checks, NULL, NULL) in prime_main()
/freebsd-12-stable/crypto/openssl/doc/man3/
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 */
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
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.
DX509_check_purpose.pod15 This function checks if certificate I<x> was created with the purpose
34 For non-CA checks
46 For CA checks the below integers could be returned with the following meanings:
DX509_check_host.pod26 X509_check_host() checks if the certificate Subject Alternative
50 X509_check_email() checks if the certificate matches the specified
57 X509_check_ip() checks if the certificate matches a specified IPv4 or
134 checks may be out of scope with the DANE-EE(3) certificate usage,
135 and the internal checks will be suppressed as appropriate when
DRSA_check_key.pod18 It checks that B<p> and B<q> are
23 It also checks that B<d*e = 1 mod (p-1*q-1)>,
25 It performs integrity checks on all
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
/freebsd-12-stable/usr.bin/dtc/
Ddtc.cc117 fdt::checking::check_manager checks; in main() local
265 if (!checks.disable_checker(arg)) in main()
271 if (!checks.enable_checker(arg)) in main()
351 if (!(checks.run_checks(&tree, true) || keep_going)) in main()
/freebsd-12-stable/contrib/tcpdump/
DCHANGES158 Add some ND_TTEST_/ND_TCHECK_ macros to simplify writing bounds checks
193 ATALK: Add bounds and length checks (Fix heap overflows)
194 ATM: Add some bounds checks (Fix a heap overflow)
204 CFM: Fixes to match the IEEE standard, additional bounds and length checks
205 CSLIP: Add more bounds checks (Fix a heap overflow)
211 DTP: Improve packet integrity checks
212 EGP: Fix bounds checks
217 FR: Add some packet-length checks and improve Q.933 printing (Fix heap overflows)
218 GRE: Add some bounds checks (Fix heap overflows)
238 ISOCLNS: Add some bounds checks
[all …]
/freebsd-12-stable/contrib/gcc/config/s390/
Ds390-modes.def71 Test under mask checks
105 The simple cases are checks whether all masked bits are zero or ones:
111 Using two extra modes makes it possible to do complete checks on two bits of an
132 These modes represent the result of overflow checks.
138 another or whenever manual overflow checks like the examples above are
/freebsd-12-stable/sys/mips/conf/
Dstd.BERI53 options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
54 #options WITNESS #Enable checks to detect deadlocks and cycles
DGXEMUL43 options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
44 #options WITNESS #Enable checks to detect deadlocks and cycles
DGXEMUL3241 options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
42 #options WITNESS #Enable checks to detect deadlocks and cycles
Dstd.MALTA44 options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
45 #options WITNESS #Enable checks to detect deadlocks and cycles
/freebsd-12-stable/contrib/xz/src/liblzma/common/
Dindex.c177 uint32_t checks; member
390 i->checks = 0; in index_init_plain()
581 uint32_t checks = i->checks; in lzma_index_checks() local
586 checks |= UINT32_C(1) << s->stream_flags.check; in lzma_index_checks()
588 return checks; in lzma_index_checks()
848 dest->checks = lzma_index_checks(dest); in lzma_index_cat()
866 dest->checks |= src->checks; in lzma_index_cat()
/freebsd-12-stable/sys/arm/conf/
DRT131043 #options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
45 options WITNESS # Enable checks to detect deadlocks and cycles
/freebsd-12-stable/contrib/atf/atf-sh/
Datf-check.cpp578 run_status_checks(const std::vector< status_check >& checks, in run_status_checks() argument
583 for (std::vector< status_check >::const_iterator iter = checks.begin(); in run_status_checks()
584 !ok && iter != checks.end(); iter++) { in run_status_checks()
677 run_output_checks(const std::vector< output_check >& checks, in run_output_checks() argument
682 for (std::vector< output_check >::const_iterator iter = checks.begin(); in run_output_checks()
683 iter != checks.end(); iter++) { in run_output_checks()
/freebsd-12-stable/contrib/libarchive/build/autoconf/
Dm4_ax_compile_check_sizeof.m411 # This macro checks for the size of TYPE using compile checks, not run
12 # checks. You can supply extra HEADERS to look into. the check will cycle
/freebsd-12-stable/sys/powerpc/conf/dpaa/
DDPAA48 options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
55 options WITNESS #Enable checks to detect deadlocks and cycles

12345678910>>...20