Searched refs:trial (Results 1 – 5 of 5) sorted by relevance
28 for my $trial (1, 0) {31 if ($trial == 0) {
132 The test performed on B<p> are trial division by a number of small primes143 If B<do_trial_division> set to B<0>, the trial division will be skipped.144 BN_is_prime_ex() and BN_is_prime() always skip the trial division.156 If the trial division is done, and no divisors are found and B<cb>
67 When a candidate for q has passed a test by trial division,86 When a candidate for p has passed the test by trial division,
2675 int trial; in test_is_prime() local2680 for (trial = 0; trial <= 1; ++trial) { in test_is_prime()2699 int trial; in test_not_prime() local2704 for (trial = 0; trial <= 1; ++trial) { in test_not_prime()
1503 of trial messages for decryption. The vulnerability affects all RSA padding17972 As BN_is_prime_fasttest includes trial division, DSA parameter17983 candidate has passed the trial division test (when q is generated17984 from an application-provided seed, trial division is skipped).17988 * New function BN_is_prime_fasttest that optionally does trial17993 trial division stage.18806 trial decode on each line until they find one that works. When they
Completed in 48 milliseconds