Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Drandom.c181 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) { in BN_pseudo_rand() function
Dsqrt.c239 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.h620 OPENSSL_EXPORT int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list784 BN_pseudo_rand
DBoringSSL-GRPC.podspec2336 '#define BN_pseudo_rand GRPC_SHADOW_BN_pseudo_rand',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h812 #define BN_pseudo_rand GRPC_SHADOW_BN_pseudo_rand macro