chipsalliance / caliptra-dpe

High level module that implements DPE and defines high-level traits that are used to communicate with the crypto peripherals and PCRs
Apache License 2.0
16 stars 22 forks source link

RESERVED field is missed from DestroyCtxCmd #344

Open ekoohest opened 4 months ago

ekoohest commented 4 months ago

I noticed that “DestroyCtxCmd” misses “RESERVED” field in the code:

pub struct DestroyCtxCmd { pub handle: ContextHandle, }

Reference: Table 30: Server iRoT Profile for DPE Version 0.10: February 7, 2024

fdamato commented 4 months ago

@jhand2 this should be a metal fix. Are you ok to change this in Caliptra-DPE ?