Searched refs:ReadRandomBytes (Results 1 – 6 of 6) sorted by relevance
253 if (ReadRandomBytes(SECDISCARDABLE_BYTES, secdiscardable) != OK) { in storeKey()263 if (ReadRandomBytes(SALT_BYTES, salt) != OK) { in storeKey()
80 status_t ReadRandomBytes(size_t bytes, std::string& out);
460 if (ReadRandomBytes(16, partGuidRaw) || ReadRandomBytes(16, keyRaw)) { in partitionMixed()
351 status_t ReadRandomBytes(size_t bytes, std::string& out) { in ReadRandomBytes() function
301 if (android::vold::ReadRandomBytes(EXT4_AES_256_XTS_KEY_SIZE, *key) != 0) { in random_key()
4034 if (android::vold::ReadRandomBytes(chunk, buf) != OK) { in CreateFile()