Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/rand/
Durandom.c123 static char read_full(int fd, uint8_t *out, size_t len) { in read_full() function
165 if (!read_full(fd, out, requested)) { in CRYPTO_sysrand()
231 if (!read_full(fd, buf->rand, rand_bytes_per_buf)) { in CRYPTO_sysrand()