Home
last modified time | relevance | path

Searched defs:BN_rand (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Drandom.c123 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) { in BN_rand() function
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/
Drandom.c124 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) { in BN_rand() function
/external/boringssl/src/crypto/fipsmodule/bn/
Drandom.c124 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) { in BN_rand() function
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h814 #define BN_rand GRPC_SHADOW_BN_rand macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h979 #define BN_rand BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_rand) macro