Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.cpp503 std::string encryptedKey; in storeKey() local
513 if (!encryptWithKeymasterKey(keymaster, dir, keyParams, authToken, key, &encryptedKey, in storeKey()
517 if (!encryptWithoutKeymaster(appId, key, &encryptedKey)) return false; in storeKey()
519 if (!writeStringToFile(encryptedKey, dir + "/" + kFn_encrypted_key)) return false; in storeKey()