Searched refs:randomDevice (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Dkeystore.cpp443 const char* randomDevice = "/dev/urandom"; local
444 mRandom = TEMP_FAILURE_RETRY(::open(randomDevice, O_RDONLY));
446 ALOGE("open: %s: %s", randomDevice, strerror(errno));

Completed in 36 milliseconds