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