Home | History | Annotate | Download | only in keystore

Lines Matching refs:randomDevice

237         const char* randomDevice = "/dev/urandom";
238 mRandom = ::open(randomDevice, O_RDONLY);
240 ALOGE("open: %s: %s", randomDevice, strerror(errno));