OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RAND_pseudo_bytes
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/include/openssl/
rand.h
68
/*
RAND_pseudo_bytes
is a wrapper around |RAND_bytes|. */
69
OPENSSL_EXPORT int
RAND_pseudo_bytes
(uint8_t *buf, size_t len);
/external/boringssl/src/crypto/rand/
rand.c
191
int
RAND_pseudo_bytes
(uint8_t *buf, size_t len) {
231
RAND_pseudo_bytes
,
/system/core/gatekeeperd/
SoftGateKeeper.h
91
RAND_pseudo_bytes
((uint8_t *) random, requested_length);
Completed in 311 milliseconds