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