Searched refs:checks (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_depr.c46 int BN_is_prime(const BIGNUM *a, int checks, argument
52 return ossl_bn_check_prime(a, checks, ctx_passed, 0, &cb);
55 int BN_is_prime_fasttest(const BIGNUM *a, int checks, argument
62 return ossl_bn_check_prime(a, checks, ctx_passed, do_trial_division, &cb);
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); local
172 i = bn_is_prime_int(ret, checks, ctx, 0, cb);
185 for (i = 0; i < checks; i++) {
230 int BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, argument
233 return ossl_bn_check_prime(a, checks, ctx_passed, 0, cb);
236 int BN_is_prime_fasttest_ex(const BIGNUM *w, int checks, BN_CTX *ctx, argument
239 return ossl_bn_check_prime(w, checks, ctx, do_trial_division, cb);
243 /* Wrapper around bn_is_prime_int that sets the minimum number of checks */
244 int ossl_bn_check_prime(const BIGNUM *w, int checks, BN_CT argument
266 bn_is_prime_int(const BIGNUM *w, int checks, BN_CTX *ctx, int do_trial_division, BN_GENCB *cb) argument
[all...]
H A Dbn_local.h677 int ossl_bn_check_prime(const BIGNUM *w, int checks, BN_CTX *ctx,
/freebsd-current/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2blob.c61 int checks[] = { local
72 for (i = 0; i < OSSL_NELEM(checks); i++) {
73 int check1 = (selection & checks[i]) != 0;
74 int check2 = (selection_mask & checks[i]) != 0;
H A Ddecode_der2key.c149 int checks[] = { local
160 for (i = 0; i < OSSL_NELEM(checks); i++) {
161 int check1 = (selection & checks[i]) != 0;
162 int check2 = (desc->selection_mask & checks[i]) != 0;
H A Dencode_key2any.c1019 int checks[] = { local
1030 for (i = 0; i < OSSL_NELEM(checks); i++) {
1031 int check1 = (selection & checks[i]) != 0;
1032 int check2 = (selection_mask & checks[i]) != 0;
/freebsd-current/crypto/openssl/util/
H A Dmk-fipsmodule-cnf.pl42 security-checks = $security_checks
/freebsd-current/contrib/xz/src/xz/
H A Dlist.c212 uint32_t checks; member in struct:__anon120
686 /// \param checks Bit mask of Checks to print
693 uint32_t checks, bool space_after_comma)
695 // If we get called when there are no Checks to print, set checks
698 if (checks == 0)
699 checks = 1;
708 if (checks & (UINT32_C(1) << i)) {
735 char checks[CHECKS_STR_SIZE]; local
736 get_check_names(checks, lzma_index_checks(xfi->idx), false);
747 checks,
692 get_check_names(char buf[CHECKS_STR_SIZE], uint32_t checks, bool space_after_comma) argument
764 print_adv_helper(uint64_t stream_count, uint64_t block_count, uint64_t compressed_size, uint64_t uncompressed_size, uint32_t checks, uint64_t stream_padding) argument
1039 char checks[CHECKS_STR_SIZE]; local
1156 char checks[CHECKS_STR_SIZE]; local
1217 char checks[CHECKS_STR_SIZE]; local
[all...]
/freebsd-current/usr.bin/dtc/
H A Ddtc.cc115 fdt::checking::check_manager checks; local
263 if (!checks.disable_checker(arg))
269 if (!checks.enable_checker(arg))
352 if (!(checks.run_checks(&tree, true) || keep_going))
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-op-default.mk20 # The '?=' operator only checks whether the variable is defined or not.
43 # At the point where the '?=' operator checks whether the variable exists,
H A Dopt-jobs-no-action.mk23 # this is handled by the [0] != '\0' checks in Job_ParseShell.
H A Dopt-debug-lint.mk3 # Tests for the -dL command line option, which runs additional checks
/freebsd-current/contrib/xz/src/liblzma/common/
H A Dindex.c178 uint32_t checks; member in struct:lzma_index_s
391 i->checks = 0;
582 uint32_t checks = i->checks; local
587 checks |= UINT32_C(1) << s->stream_flags.check;
589 return checks;
852 // dest->checks includes the check types of all except the last Stream
855 dest->checks = lzma_index_checks(dest);
873 dest->checks |= src->checks;
[all...]
/freebsd-current/sys/contrib/openzfs/contrib/zcp/
H A Dautosnap.lua14 -n: performs checks only, does not take snapshots
/freebsd-current/contrib/atf/atf-sh/
H A Datf-check.cpp666 run_status_checks(const std::vector< status_check >& checks, argument
671 for (std::vector< status_check >::const_iterator iter = checks.begin();
672 !ok && iter != checks.end(); iter++) {
765 run_output_checks(const std::vector< output_check >& checks, argument
770 for (std::vector< output_check >::const_iterator iter = checks.begin();
771 iter != checks.end(); iter++) {
/freebsd-current/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh34 # Recent NTP checks for new file daily, so there's nothing to do
77 <none> - ntpd checks file daily
H A Dupdate-leap.in431 <none> - ntpd checks file daily
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_table.lua113 -- test checks for invalid order functions
/freebsd-current/contrib/libxo/xohtml/external/
H A Djquery.qtip.js391 // Setup builtin .set() option checks
392 CHECKS = PROTOTYPE.checks = {
394 // Core checks
414 // Content checks
438 // Position checks
446 // Show checks
451 // Style checks
511 for(category in this.checks) {
512 for(rule in this.checks[category]) {
517 this.checks[categor
[all...]
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dcstyle.pl64 -p perform some of the more picky checks
342 # universal checks; apply to everything
490 if ($in_comment) { # still in comment, don't do further checks
547 # following checks do not apply to text in comments.
/freebsd-current/sys/conf/
H A Dkern.post.mk252 # is to exercise the CTASSERT that checks that the offsets in the offset.inc
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DTest.pm125 C<setup> checks for environment variables (see L</ENVIRONMENT> below),
126 checks that C<$TOP/Configure> or C<$SRCTOP/Configure> exists, C<chdir>
/freebsd-current/crypto/openssl/
H A DConfigure1464 (my $checks = $_) =~ s/^-fsanitize=//;
1465 foreach (split /,/, $checks) {
1920 # been collected, there's a routine that checks that these source files
/freebsd-current/share/mk/
H A Dbsd.sys.mk5 # Enable various levels of compiler warning checks. These may be
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm977 C<Text::Template> to disable taint checks on template code that has
979 trustworthy. It will also disable taint checks on template code that
1563 # Disable security checks in this program

Completed in 338 milliseconds

12