Home
last modified time | relevance | path

Searched refs:BN_pseudo_rand (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/doc/man3/
DBN_rand.pod5 BN_rand, BN_priv_rand, BN_pseudo_rand,
17 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
77 Starting with OpenSSL release 1.1.0, BN_pseudo_rand() has been identical
/third_party/openssl/crypto/bn/
Dbn_rand.c187 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand() function
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlscertificate.c262 BN_pseudo_rand (serial_number, 64, 0, 0); in init_generated()
/third_party/openssl/test/
Dec_internal_test.c36 || !TEST_true(BN_pseudo_rand(a, BN_num_bits(group->field) - 1, in group_field_tests()
/third_party/openssl/include/openssl/
Dbn.h211 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h971 #define BN_pseudo_rand BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_pseudo_rand) macro
/third_party/openssl/util/
Dlibcrypto.num3557 BN_pseudo_rand 3510 1_1_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES9883 so use BN_pseudo_rand_range() instead of using BN_pseudo_rand()
9888 equivalent based on BN_pseudo_rand() instead of BN_rand().
11413 *) New function BN_pseudo_rand().