Home
last modified time | relevance | path

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

/system/core/init/
Dsecurity.cpp52 unique_fd hwrandom_fd( in MixHwrngIntoLinuxRngAction() local
54 if (hwrandom_fd == -1) { in MixHwrngIntoLinuxRngAction()
73 TEMP_FAILURE_RETRY(read(hwrandom_fd, buf, sizeof(buf) - total_bytes_written)); in MixHwrngIntoLinuxRngAction()