Home
last modified time | relevance | path

Searched refs:hwrand (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/rand/
Drand.c85 static int hwrand(uint8_t *buf, size_t len) { in hwrand() function
111 static int hwrand(uint8_t *buf, size_t len) { in hwrand() function
122 if (!hwrand(buf, len)) { in RAND_bytes()