Searched refs:BN_pseudo_rand (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BN_rand.pod | 5 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/ |
D | bn_rand.c | 187 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand() function
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlscertificate.c | 262 BN_pseudo_rand (serial_number, 64, 0, 0); in init_generated()
|
/third_party/openssl/test/ |
D | ec_internal_test.c | 36 || !TEST_true(BN_pseudo_rand(a, BN_num_bits(group->field) - 1, in group_field_tests()
|
/third_party/openssl/include/openssl/ |
D | bn.h | 211 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 971 #define BN_pseudo_rand BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_pseudo_rand) macro
|
/third_party/openssl/util/ |
D | libcrypto.num | 3557 BN_pseudo_rand 3510 1_1_0 EXIST::FUNCTION:
|
/third_party/openssl/ |
D | CHANGES | 9883 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().
|