mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Fix keyblob key derivation regression
This commit is contained in:
parent
70a879917a
commit
d68062c8b4
@ -273,8 +273,8 @@ namespace LibHac
|
||||
{
|
||||
if (KeyblobKeySources[i].IsEmpty()) continue;
|
||||
|
||||
Aes.DecryptEcb128(KeyblobKeySources[i], temp, SecureBootKey);
|
||||
Aes.DecryptEcb128(temp, KeyblobKeys[i], TsecKey);
|
||||
Aes.DecryptEcb128(KeyblobKeySources[i], temp, TsecKey);
|
||||
Aes.DecryptEcb128(temp, KeyblobKeys[i], SecureBootKey);
|
||||
|
||||
if (!haveKeyblobMacKeySource) continue;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user