HomeSort by relevance Sort by last modified time
    Searched refs:trials (Results 1 - 5 of 5) sorted by null

  /external/openssh/
moduli.c 448 prime_test(FILE *in, FILE *out, u_int32_t trials, u_int32_t generator_wanted)
458 if (trials < TRIAL_MINIMUM) {
459 error("Minimum primality trials is %d", TRIAL_MINIMUM);
472 debug2("%.24s Final %u Miller-Rabin trials (%x generator)",
473 ctime(&time_start), trials, generator_wanted);
558 in_tries += trials;
560 in_tries = trials;
618 if (!BN_is_prime_ex(p, trials, ctx, NULL)) {
625 if (!BN_is_prime_ex(q, trials - 1, ctx, NULL)) {
ssh-keygen.c 1924 u_int32_t memory = 0, generator_wanted = 0, trials = 100; local
    [all...]
  /external/valgrind/main/cachegrind/
cg-x86-amd64.c 69 Int i, j, trials; local
93 trials = info[0] - 1; /* AL register - bits 0..7 of %eax */
96 if (0 != trials) {
97 VG_(dmsg)("warning: non-zero CPUID trials for Intel processor (%d)\n",
98 trials);
  /external/clang/tools/c-index-test/
c-index-test.c 3307 int trials = atoi(argv[2]); local
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]

Completed in 2911 milliseconds