Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bn/
Drandom.c194 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) { in BN_pseudo_rand() function
Dsqrt.c240 if (!BN_pseudo_rand(y, BN_num_bits(p), 0, 0)) { in BN_mod_sqrt()
/external/webrtc/webrtc/base/
Dopensslidentity.cc111 !BN_pseudo_rand(serial_number, SERIAL_RAND_BITS, 0, 0) || in MakeCertificate()
/external/boringssl/src/include/openssl/
Dbn.h626 OPENSSL_EXPORT int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);