Home
last modified time | relevance | path

Searched refs:trial (Results 1 – 5 of 5) sorted by relevance

/openssl/external/perl/Text-Template-1.56/t/
H A Dpreprocess.t28 for my $trial (1, 0) {
31 if ($trial == 0) {
/openssl/doc/man3/
H A DBN_generate_prime.pod132 The test performed on B<p> are trial division by a number of small primes
143 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>
H A DDSA_generate_parameters.pod67 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,
/openssl/test/
H A Dbntest.c2675 int trial; in test_is_prime() local
2680 for (trial = 0; trial <= 1; ++trial) { in test_is_prime()
2699 int trial; in test_not_prime() local
2704 for (trial = 0; trial <= 1; ++trial) { in test_not_prime()
/openssl/
H A DCHANGES.md1503 of trial messages for decryption. The vulnerability affects all RSA padding
17972 As BN_is_prime_fasttest includes trial division, DSA parameter
17983 candidate has passed the trial division test (when q is generated
17984 from an application-provided seed, trial division is skipped).
17988 * New function BN_is_prime_fasttest that optionally does trial
17993 trial division stage.
18806 trial decode on each line until they find one that works. When they

Completed in 92 milliseconds