Home
last modified time | relevance | path

Searched refs:BN_pseudo_rand_range (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/doc/man3/
DBN_rand.pod6 BN_rand_range, BN_priv_rand_range, BN_pseudo_rand_range
23 int BN_pseudo_rand_range(BIGNUM *rnd, BIGNUM *range);
78 to BN_rand() and BN_pseudo_rand_range() has been identical to
/third_party/openssl/crypto/bn/
Dbn_rand.c192 int BN_pseudo_rand_range(BIGNUM *r, const BIGNUM *range) in BN_pseudo_rand_range() function
/third_party/openssl/include/openssl/
Dbn.h212 int BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range);
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h972 #define BN_pseudo_rand_range BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_pseudo_rand_range) macro
/third_party/openssl/util/
Dlibcrypto.num2510 BN_pseudo_rand_range 2477 1_1_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES9883 so use BN_pseudo_rand_range() instead of using BN_pseudo_rand()
9887 *) Add BN_pseudo_rand_range() with obvious functionality: BN_rand_range()