HomeSort by: relevance | last modified time | path
    Searched refs:checks (Results 1 - 25 of 178) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_depr.c 46 int BN_is_prime(const BIGNUM *a, int checks,
52 return ossl_bn_check_prime(a, checks, ctx_passed, 0, &cb);
55 int BN_is_prime_fasttest(const BIGNUM *a, int checks,
62 return ossl_bn_check_prime(a, checks, ctx_passed, do_trial_division, &cb);
bn_prime.c 27 static int bn_is_prime_int(const BIGNUM *w, int checks, BN_CTX *ctx,
131 int checks = bn_mr_min_checks(bits); local
170 i = bn_is_prime_int(ret, checks, ctx, 0, cb);
183 for (i = 0; i < checks; i++) {
228 int BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed,
231 return ossl_bn_check_prime(a, checks, ctx_passed, 0, cb);
234 int BN_is_prime_fasttest_ex(const BIGNUM *w, int checks, BN_CTX *ctx,
237 return ossl_bn_check_prime(w, checks, ctx, do_trial_division, cb);
241 /* Wrapper around bn_is_prime_int that sets the minimum number of checks */
242 int ossl_bn_check_prime(const BIGNUM *w, int checks, BN_CTX *ctx
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_depr.c 46 int BN_is_prime(const BIGNUM *a, int checks,
52 return ossl_bn_check_prime(a, checks, ctx_passed, 0, &cb);
55 int BN_is_prime_fasttest(const BIGNUM *a, int checks,
62 return ossl_bn_check_prime(a, checks, ctx_passed, do_trial_division, &cb);
bn_prime.c 27 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,
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,
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_CTX *ctx
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_depr.c 49 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,
bn_prime.c 62 int checks = BN_prime_checks_for_size(bits); local
104 i = BN_is_prime_fasttest_ex(ret, checks, ctx, 0, cb);
117 for (i = 0; i < checks; i++) {
145 int BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed,
148 return BN_is_prime_fasttest_ex(a, checks, ctx_passed, 0, cb);
151 int BN_is_prime_fasttest_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed,
168 if (checks == BN_prime_checks)
169 checks = BN_prime_checks_for_size(BN_num_bits(a));
218 for (i = 0; i < checks; i++) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
prime.c 31 {"checks", OPT_CHECKS, 'p', "Number of checks"},
38 int hex = 0, checks = 20, generate = 0, bits = 0, safe = 0, ret = 1; local
67 checks = atoi(opt_arg());
124 BN_is_prime_ex(bn, checks, NULL, NULL)
  /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
encode_key2blob.c 61 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;
  /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
encode_key2blob.c 61 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;
  /src/crypto/external/bsd/openssl/dist/util/
mk-fipsmodule-cnf.pl 42 security-checks = $security_checks
  /src/external/apache2/llvm/
Makefile.inc 71 --host=${LLVM_PLATFORM} --disable-compiler-version-checks \
  /src/external/ibm-public/postfix/dist/mantools/
missing-proxy-read-maps 50 next unless ($param_name =~ /_(checks|delivery_status_filter|reply_filter|command_filter|maps)$/);
  /src/external/gpl3/binutils/dist/config/
bootstrap-debug.mk 1 # This BUILD_CONFIG option builds checks that toggling debug
  /src/external/gpl3/binutils.old/dist/config/
bootstrap-debug.mk 1 # This BUILD_CONFIG option builds checks that toggling debug
  /src/external/gpl3/gcc/dist/config/
bootstrap-debug.mk 1 # This BUILD_CONFIG option builds checks that toggling debug
  /src/external/gpl3/gcc.old/dist/config/
bootstrap-debug.mk 1 # This BUILD_CONFIG option builds checks that toggling debug
  /src/external/gpl3/gdb/dist/config/
bootstrap-debug.mk 1 # This BUILD_CONFIG option builds checks that toggling debug
  /src/external/gpl3/gdb.old/dist/config/
bootstrap-debug.mk 1 # This BUILD_CONFIG option builds checks that toggling debug
  /src/external/public-domain/xz/dist/src/xz/
list.c 109 uint32_t checks; member in struct:__anon24653
632 /// \param checks Bit mask of Checks to print
639 uint32_t checks, bool space_after_comma)
641 // If we get called when there are no Checks to print, set checks
644 if (checks == 0)
645 checks = 1;
654 if (checks & (UINT32_C(1) << i)) {
681 char checks[CHECKS_STR_SIZE] local
918 char checks[CHECKS_STR_SIZE]; local
1034 char checks[CHECKS_STR_SIZE]; local
1093 char checks[CHECKS_STR_SIZE]; local
    [all...]
  /src/external/bsd/nsd/dist/simdzone/src/westmere/
ip4.h 171 __m128i checks = _mm_or_si128(check_lz, check_of); local
172 uint32_t check_mask = (uint32_t)_mm_movemask_epi8(checks);
  /src/sys/arch/hppa/hppa/
machdep.c 1498 struct hppa_pim_checks *checks;
1505 checks = NULL;
1510 checks = &hpmc->pim_hpmc_checks;
1514 checks = &lpmc->pim_lpmc_checks;
1560 if (checks != NULL) {
1561 PIM_WORD("\n\n\tCheck Type", checks->pim_check_type,
1563 PIM_WORD("\n\tCPU State", checks->pim_check_cpu_state,
1565 PIM_WORD("\n\tCache Check", checks->pim_check_cache,
1567 PIM_WORD("\n\tTLB Check", checks->pim_check_tlb,
1569 PIM_WORD("\n\tBus Check", checks->pim_check_bus
    [all...]
  /src/sys/arch/i386/stand/dosboot/
Makefile 33 COPTS.doscommain.c+= -fno-delete-null-pointer-checks
  /src/tests/include/sys/
Makefile 25 COPTS.t_pslist.c+= ${${ACTIVE_CC} == "clang":? -fno-delete-null-pointer-checks :}
  /src/tests/usr.sbin/certctl/
t_certctl.sh 91 # checks <certsN>...
93 # Run various checks with certctl.
95 checks() function
227 checks certs1
238 checks certs1 certs2
250 checks certs1 certs3
387 checks certs1 "$(pwd)/$evildir"
412 checks certs1
  /src/external/bsd/pam-u2f/dist/tests/
regenerate_credentials.py 54 checks = """\
71 code += checks.format(

Completed in 50 milliseconds

1 2 3 4 5 6 7 8