HomeSort by: relevance | last modified time | path
    Searched defs:trials (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/moduli/qsafe/
qsafe.c 90 int trials; local in function:main
100 if ((trials = strtoul(argv[1], NULL, 10)) < TRIAL_MINIMUM) {
101 trials = TRIAL_MINIMUM;
115 "%.24s Final %d Miller-Rabin trials (%x generator)\n",
116 ctime(&time_start), trials, generator_wanted);
214 in_tries += trials;
216 in_tries = trials;
272 if (!BN_is_prime_ex(p, trials, ctx, NULL)) {
286 if (!BN_is_prime_ex(q, trials - 1, ctx, NULL)) {
331 (void)fprintf(stderr, "Usage: %s <trials> [generator]\n"
    [all...]
qsafe.c 90 int trials; local in function:main
100 if ((trials = strtoul(argv[1], NULL, 10)) < TRIAL_MINIMUM) {
101 trials = TRIAL_MINIMUM;
115 "%.24s Final %d Miller-Rabin trials (%x generator)\n",
116 ctime(&time_start), trials, generator_wanted);
214 in_tries += trials;
216 in_tries = trials;
272 if (!BN_is_prime_ex(p, trials, ctx, NULL)) {
286 if (!BN_is_prime_ex(q, trials - 1, ctx, NULL)) {
331 (void)fprintf(stderr, "Usage: %s <trials> [generator]\n"
    [all...]
qsafe.c 90 int trials; local in function:main
100 if ((trials = strtoul(argv[1], NULL, 10)) < TRIAL_MINIMUM) {
101 trials = TRIAL_MINIMUM;
115 "%.24s Final %d Miller-Rabin trials (%x generator)\n",
116 ctime(&time_start), trials, generator_wanted);
214 in_tries += trials;
216 in_tries = trials;
272 if (!BN_is_prime_ex(p, trials, ctx, NULL)) {
286 if (!BN_is_prime_ex(q, trials - 1, ctx, NULL)) {
331 (void)fprintf(stderr, "Usage: %s <trials> [generator]\n"
    [all...]
  /src/usr.sbin/timed/timed/
measure.c 55 #define TRIALS 10 /* max # of timestamps sent */
78 int rcvcount, trials; local in function:measure
94 trials = 0;
152 if (trials < TRIALS) {
155 trials++;
177 while (rcvcount < trials) {
272 seqno += TRIALS; /* allocate our sequence numbers */
275 * If no answer is received for TRIALS consecutive times,
281 "measured delta %4d, %d trials to %-15s %s\n"
    [all...]
measure.c 55 #define TRIALS 10 /* max # of timestamps sent */
78 int rcvcount, trials; local in function:measure
94 trials = 0;
152 if (trials < TRIALS) {
155 trials++;
177 while (rcvcount < trials) {
272 seqno += TRIALS; /* allocate our sequence numbers */
275 * If no answer is received for TRIALS consecutive times,
281 "measured delta %4d, %d trials to %-15s %s\n"
    [all...]
measure.c 55 #define TRIALS 10 /* max # of timestamps sent */
78 int rcvcount, trials; local in function:measure
94 trials = 0;
152 if (trials < TRIALS) {
155 trials++;
177 while (rcvcount < trials) {
272 seqno += TRIALS; /* allocate our sequence numbers */
275 * If no answer is received for TRIALS consecutive times,
281 "measured delta %4d, %d trials to %-15s %s\n"
    [all...]
  /src/usr.sbin/timed/timedc/
cmds.c 134 int trials; local in function:daydiff
144 for (trials = 0; trials < 10; trials++) {
cmds.c 134 int trials; local in function:daydiff
144 for (trials = 0; trials < 10; trials++) {
cmds.c 134 int trials; local in function:daydiff
144 for (trials = 0; trials < 10; trials++) {

Completed in 70 milliseconds