Searched refs:encryptedKey (Results 1 – 1 of 1) sorted by relevance
424 std::string encryptedKey; in storeKey() local432 if (!encryptWithKeymasterKey(keymaster, dir, keyParams, key, &encryptedKey)) return false; in storeKey()434 if (!encryptWithoutKeymaster(appId, key, &encryptedKey)) return false; in storeKey()436 if (!writeStringToFile(encryptedKey, dir + "/" + kFn_encrypted_key)) return false; in storeKey()