Searched refs:BN_pseudo_rand_range (Results 1 – 6 of 6) sorted by relevance
6 BN_rand_range, BN_priv_rand_range, BN_pseudo_rand_range23 int BN_pseudo_rand_range(BIGNUM *rnd, BIGNUM *range);78 to BN_rand() and BN_pseudo_rand_range() has been identical to
192 int BN_pseudo_rand_range(BIGNUM *r, const BIGNUM *range) in BN_pseudo_rand_range() function
212 int BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range);
972 #define BN_pseudo_rand_range BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_pseudo_rand_range) macro
2510 BN_pseudo_rand_range 2477 1_1_0 EXIST::FUNCTION:
9883 so use BN_pseudo_rand_range() instead of using BN_pseudo_rand()9887 *) Add BN_pseudo_rand_range() with obvious functionality: BN_rand_range()