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.c345 static int probable_prime_dh(BIGNUM *rnd, int bits, const BIGNUM *add,
405 if (!probable_prime_dh(ret, bits, add, rem, ctx)) { in BN_generate_prime_ex()
761 static int probable_prime_dh(BIGNUM *rnd, int bits, const BIGNUM *add, in probable_prime_dh() function