Home | History | Annotate | Download | only in openssl

Lines Matching full:bn_rand

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