diff options
author | Sebastian Valle <subv2112@gmail.com> | 2017-06-26 19:35:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-26 19:35:52 -0500 |
commit | fa53ccc74b26a0cfe80e3302cce3238b875cc20c (patch) | |
tree | d22384c46b765fefcc71a17a703109230f83baa7 /src/core/hw | |
parent | d1e414d813fcdb2dd564c057414d90684006cb61 (diff) | |
parent | 2eb174713b8f819f7e013e48efb2d0736c065ed9 (diff) |
Merge pull request #2778 from Subv/uds_more
Services/UDS: Stub SendTo to generate the unencrypted data frames with the right headers
Diffstat (limited to 'src/core/hw')
-rw-r--r-- | src/core/hw/aes/key.h | 2 |
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, |