Searched refs:probable_prime_dh (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/bn/ |
D | prime.c | 335 static int probable_prime_dh(BIGNUM *rnd, int bits, const BIGNUM *add, 395 if (!probable_prime_dh(ret, bits, add, rem, ctx)) { in BN_generate_prime_ex() 721 static int probable_prime_dh(BIGNUM *rnd, int bits, const BIGNUM *add, in probable_prime_dh() function
|