HomeSort by relevance Sort by last modified time
    Searched refs:CRYPTO_sysrand (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/crypto/rand/
internal.h 23 /* CRYPTO_sysrand fills |len| bytes at |buf| with entropy from the operating
25 void CRYPTO_sysrand(uint8_t *buf, size_t len);
windows.c 41 void CRYPTO_sysrand(uint8_t *out, size_t requested) {
rand.c 27 * entropy which is accessed via |CRYPTO_sysrand|. (If the operating system
28 * entropy source fails, it's up to |CRYPTO_sysrand| to abort the process?we
84 CRYPTO_sysrand(buf, len);
95 CRYPTO_sysrand(buf, len);
105 CRYPTO_sysrand(state->key, sizeof(state->key));
urandom.c 141 /* CRYPTO_sysrand puts |num| random bytes into |out|. */
142 void CRYPTO_sysrand(uint8_t *out, size_t requested) {

Completed in 4521 milliseconds