mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 20:57:56 -05:00
UDS: Move the UDS keyslot used to generate the CCMP key to the AES::KeySlotID enum.
This commit is contained in:
@ -12,6 +12,8 @@ namespace HW {
|
||||
namespace AES {
|
||||
|
||||
enum KeySlotID : size_t {
|
||||
// AES Keyslot used to generate the UDS data frame CCMP key.
|
||||
UDSDataKey = 0x2D,
|
||||
APTWrap = 0x31,
|
||||
|
||||
MaxKeySlotID = 0x40,
|
||||
|
Reference in New Issue
Block a user