UDS: Move the UDS keyslot used to generate the CCMP key to the AES::KeySlotID enum.
This commit is contained in:
parent
87168bfe8b
commit
1f1739d366
2 changed files with 3 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue