summaryrefslogtreecommitdiffstats
path: root/src/core/hw
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2017-06-14 21:21:35 +0200
committerSubv <subv2112@gmail.com>2017-06-26 19:24:13 +0200
commit1f1739d366baf7d0a0cf0a93c43987e1031387bf (patch)
treea1c5d15c38c9bb75114cfeea33497ee145c700a8 /src/core/hw
parentUDS: Run clang-format. (diff)
downloadyuzu-1f1739d366baf7d0a0cf0a93c43987e1031387bf.tar
yuzu-1f1739d366baf7d0a0cf0a93c43987e1031387bf.tar.gz
yuzu-1f1739d366baf7d0a0cf0a93c43987e1031387bf.tar.bz2
yuzu-1f1739d366baf7d0a0cf0a93c43987e1031387bf.tar.lz
yuzu-1f1739d366baf7d0a0cf0a93c43987e1031387bf.tar.xz
yuzu-1f1739d366baf7d0a0cf0a93c43987e1031387bf.tar.zst
yuzu-1f1739d366baf7d0a0cf0a93c43987e1031387bf.zip
Diffstat (limited to 'src/core/hw')
-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,