Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Dprime.c462 static int probable_prime_dh(BIGNUM *rnd, int bits, const BIGNUM *add,
522 if (!probable_prime_dh(ret, bits, add, rem, ctx)) { in BN_generate_prime_ex()
1028 static int probable_prime_dh(BIGNUM *rnd, int bits, const BIGNUM *add, in probable_prime_dh() function