Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/bn/
HDbn_prime.c135 static int probable_prime_dh(BIGNUM *rnd, int bits,
189 if (!probable_prime_dh(ret, bits, add, rem, ctx)) in BN_generate_prime_ex()
410 static int probable_prime_dh(BIGNUM *rnd, int bits, in probable_prime_dh() function