Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.cpp581 std::string encryptedKey; in storeKey() local
589 if (!encryptWithKeystoreKey(keystore, dir, keyParams, key, &encryptedKey)) { in storeKey()
594 if (!encryptWithoutKeystore(appId, key, &encryptedKey)) { in storeKey()
599 if (!writeStringToFile(encryptedKey, dir + "/" + kFn_encrypted_key)) return false; in storeKey()