Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.cpp190 static bool readRandomBytesOrLog(size_t count, std::string* out) { in readRandomBytesOrLog() function
201 if (!readRandomBytesOrLog(SECDISCARDABLE_BYTES, &secdiscardable)) return false; in createSecdiscardable()
478 if (!readRandomBytesOrLog(GCM_NONCE_BYTES, ciphertext)) return false; in encryptWithoutKeymaster()