summaryrefslogtreecommitdiffstats
path: root/src/core/hw/aes/key.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hw/aes/key.h')
-rw-r--r--src/core/hw/aes/key.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hw/aes/key.h b/src/core/hw/aes/key.h
index b01d04f13..c9f1342f4 100644
--- a/src/core/hw/aes/key.h
+++ b/src/core/hw/aes/key.h
@@ -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,