Searched refs:BN_pseudo_rand (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/bn/ |
D | random.c | 194 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) { in BN_pseudo_rand() function
|
D | sqrt.c | 240 if (!BN_pseudo_rand(y, BN_num_bits(p), 0, 0)) { in BN_mod_sqrt()
|
/external/webrtc/webrtc/base/ |
D | opensslidentity.cc | 111 !BN_pseudo_rand(serial_number, SERIAL_RAND_BITS, 0, 0) || in MakeCertificate()
|
/external/boringssl/src/include/openssl/ |
D | bn.h | 626 OPENSSL_EXPORT int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
|