Skip to content

Commit

Permalink
Updating DPE commands enum
Browse files Browse the repository at this point in the history
  • Loading branch information
nquarton committed Jul 31, 2024
1 parent 848976e commit dd9b124
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions libcaliptra/inc/caliptra_enums.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,13 @@ enum toc_entry_id {
enum dpe_commands {
DPE_GET_PROFILE = 0x1,
DPE_INITIALIZE_CONTEXT = 0x7,
DPE_DERIVE_CHILD = 0x8,
DPE_DERIVE_CONTEXT = 0x8,
DPE_CERTIFY_KEY = 0x9,
DPE_SIGN = 0xA,
DPE_ROTATE_CTX_HANDLE = 0xE,
DPE_DESTROY_CTX = 0xF,
DPE_GET_CERT_CHAIN = 0x80,
DPE_GET_CERT_CHAIN = 0x10,
DPE_EXTEND_TCI = 0x81,

This comment has been minimized.

Copy link
@ekoohest

ekoohest Jul 31, 2024

Extend TCI command is also irrelevant.

This comment has been minimized.

Copy link
@nquarton

nquarton Aug 1, 2024

Author Contributor

Gotcha, I'll remove that. I just left it since it was still in the 0.10 spec.

DPE_TAG_TCI = 0x82,
DPE_GET_TAGGED_TCI = 0x83,
};

enum dpe_error_codes {
Expand Down

0 comments on commit dd9b124

Please sign in to comment.