Searched refs:bnrand (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/lib/libcrypto/bn/
H A Dbn_rand.c123 bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) function
204 return bnrand(0, rnd, bits, top, bottom);
211 return bnrand(1, rnd, bits, top, bottom);
219 return bnrand(2, rnd, bits, top, bottom);

Completed in 55 milliseconds