Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.cpp276 std::string encryptedKey; in storeKey() local
277 if (!encryptWithKeymasterKey(keymaster, kmKey, auth, appId, key, &encryptedKey)) return false; in storeKey()
278 if (!writeStringToFile(encryptedKey, dir + "/" + kFn_encrypted_key)) return false; in storeKey()