Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_prime.c137 static int probable_prime_dh_safe(BIGNUM *rnd, int bits,
200 if (!probable_prime_dh_safe(ret, bits, add, rem, ctx)) in BN_generate_prime_ex()
495 probable_prime_dh_safe(BIGNUM *p, int bits, const BIGNUM *padd, in probable_prime_dh_safe() function
/dragonfly/crypto/libressl/
H A DChangeLog2213 not risk becoming negative in probable_prime_dh_safe(), reported by