Home
last modified time | relevance | path

Searched defs:BN_pseudo_rand (Results 1 – 4 of 4) 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
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Drandom.c181 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) { in BN_pseudo_rand() function
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h812 #define BN_pseudo_rand GRPC_SHADOW_BN_pseudo_rand macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h969 #define BN_pseudo_rand BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_pseudo_rand) macro