Searched defs:BN_rand (Results 1 – 3 of 3) sorted by relevance
108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() function
9 pub fn BN_rand(r: *mut BIGNUM, bits: c_int, top: c_int, bottom: c_int) -> c_int; in BN_rand() function