Home | History | Annotate | Download | only in openssl

Lines Matching refs:BN_rand

537 /* BN_rand sets |rnd| to a random number of length |bits|. If |top| is zero,
546 OPENSSL_EXPORT int BN_rand(BIGNUM *rnd, int bits, int top, int bottom);
548 /* BN_pseudo_rand is an alias for |BN_rand|. */