Home
last modified time | relevance | path

Searched defs:RAND_pseudo_bytes (Results 1 – 3 of 3) sorted by relevance

/third_party/boringssl/src/crypto/fipsmodule/rand/
Drand.c361 int RAND_pseudo_bytes(uint8_t *buf, size_t len) { in RAND_pseudo_bytes() function
/third_party/openssl/crypto/rand/
Drand_lib.c947 int RAND_pseudo_bytes(unsigned char *buf, int num) in RAND_pseudo_bytes() function
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1985 #define RAND_pseudo_bytes BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, RAND_pseudo_bytes) macro