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

/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Drandom.c177 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) { function
/external/openssl/crypto/bn/
H A Dbn_rand.c217 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) function
233 int (*bn_rand)(BIGNUM *, int, int, int) = pseudo ? BN_pseudo_rand : BN_rand;

Completed in 131 milliseconds