Lines Matching refs:number
61 BN_generate_prime_ex2() generates a pseudo-random prime number of
65 The returned number is probably prime with a negligible error.
71 If B<add> is B<NULL> the returned prime number will have exact bit
74 If B<ret> is not B<NULL>, it will be used to store the number.
83 potential prime number.
87 While the number is being tested for primality,
116 The random number generator configured for the OSSL_LIB_CTX associated with
121 In this case the random number generator associated with the default OSSL_LIB_CTX
125 and BN_is_prime_fasttest() test if the number B<p> is prime.
130 The test performed on B<p> are trial division by a number of small primes
196 BN_is_prime_fasttest() and BN_check_prime return 0 if the number is composite,
200 BN_generate_prime() returns the prime number on success, B<NULL> otherwise.