Searched defs:BN_rand_range (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Drandom.c181 int BN_rand_range(BIGNUM *r, const BIGNUM *range) { function
186 OPENSSL_PUT_ERROR(BN, BN_rand_range, BN_R_INVALID_RANGE);
219 OPENSSL_PUT_ERROR(BN, BN_rand_range, BN_R_TOO_MANY_ITERATIONS);
231 OPENSSL_PUT_ERROR(BN, BN_rand_range, BN_R_TOO_MANY_ITERATIONS);
241 return BN_rand_range(r, range);
/external/openssl/crypto/bn/
H A Dbn_rand.c298 int BN_rand_range(BIGNUM *r, const BIGNUM *range) function
310 * BN_rand_range, it also includes the contents of |priv| and |message| in the

Completed in 858 milliseconds