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

/external/openssl/crypto/bn/
H A Dbn_rand.c211 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) function
232 int (*bn_rand)(BIGNUM *, int, int, int) = pseudo ? BN_pseudo_rand : BN_rand;

Completed in 17 milliseconds