Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/bn/
H A Dbn_prime.c125 static int probable_prime(BIGNUM *rnd, int bits);
183 if (!probable_prime(ret, bits)) in BN_generate_prime_ex()
275 probable_prime(BIGNUM *rnd, int bits) in probable_prime() function