Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.cpp62 static constexpr size_t SALT_BYTES = 1 << 4; variable
464 if (ReadRandomBytes(SALT_BYTES, salt) != OK) { in storeKey()