Fix casing on DeallocateAesKeySlot
This commit is contained in:
parent
ad653550eb
commit
4439801c0f
|
@ -39,7 +39,7 @@ SPL_MIG::SPL_MIG(Core::System& system_, std::shared_ptr<Module> module_)
|
||||||
{15, nullptr, "CryptAesCtr"},
|
{15, nullptr, "CryptAesCtr"},
|
||||||
{16, nullptr, "ComputeCmac"},
|
{16, nullptr, "ComputeCmac"},
|
||||||
{21, nullptr, "AllocateAesKeyslot"},
|
{21, nullptr, "AllocateAesKeyslot"},
|
||||||
{22, nullptr, "DeallocateAesKeyslot"},
|
{22, nullptr, "DeallocateAesKeySlot"},
|
||||||
{23, nullptr, "GetAesKeyslotAvailableEvent"},
|
{23, nullptr, "GetAesKeyslotAvailableEvent"},
|
||||||
{24, nullptr, "SetBootReason"},
|
{24, nullptr, "SetBootReason"},
|
||||||
{25, nullptr, "GetBootReason"},
|
{25, nullptr, "GetBootReason"},
|
||||||
|
@ -67,7 +67,7 @@ SPL_FS::SPL_FS(Core::System& system_, std::shared_ptr<Module> module_)
|
||||||
{16, nullptr, "ComputeCmac"},
|
{16, nullptr, "ComputeCmac"},
|
||||||
{19, nullptr, "LoadTitleKey"},
|
{19, nullptr, "LoadTitleKey"},
|
||||||
{21, nullptr, "AllocateAesKeyslot"},
|
{21, nullptr, "AllocateAesKeyslot"},
|
||||||
{22, nullptr, "DeallocateAesKeyslot"},
|
{22, nullptr, "DeallocateAesKeySlot"},
|
||||||
{23, nullptr, "GetAesKeyslotAvailableEvent"},
|
{23, nullptr, "GetAesKeyslotAvailableEvent"},
|
||||||
{24, nullptr, "SetBootReason"},
|
{24, nullptr, "SetBootReason"},
|
||||||
{25, nullptr, "GetBootReason"},
|
{25, nullptr, "GetBootReason"},
|
||||||
|
@ -126,7 +126,7 @@ SPL_ES::SPL_ES(Core::System& system_, std::shared_ptr<Module> module_)
|
||||||
{18, nullptr, "UnwrapTitleKey"},
|
{18, nullptr, "UnwrapTitleKey"},
|
||||||
{20, nullptr, "PrepareEsCommonKey"},
|
{20, nullptr, "PrepareEsCommonKey"},
|
||||||
{21, nullptr, "AllocateAesKeyslot"},
|
{21, nullptr, "AllocateAesKeyslot"},
|
||||||
{22, nullptr, "DeallocateAesKeyslot"},
|
{22, nullptr, "DeallocateAesKeySlot"},
|
||||||
{23, nullptr, "GetAesKeyslotAvailableEvent"},
|
{23, nullptr, "GetAesKeyslotAvailableEvent"},
|
||||||
{24, nullptr, "SetBootReason"},
|
{24, nullptr, "SetBootReason"},
|
||||||
{25, nullptr, "GetBootReason"},
|
{25, nullptr, "GetBootReason"},
|
||||||
|
|
Reference in New Issue