Skip to content

Commit 9c302ef

Browse files
committed
drivers: ele: update struct get_info_rsp{} fields
There has been an addition of PQC related fields in Get Info Command response for i.MX95. Signed-off-by: Sahil Malhotra <[email protected]>
1 parent a84edca commit 9c302ef

File tree

1 file changed

+6
-0
lines changed
  • core/drivers/crypto/ele

1 file changed

+6
-0
lines changed

core/drivers/crypto/ele/ele.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,14 @@ struct get_info_rsp {
5959
uint32_t oem_srkh[16];
6060
uint8_t trng_state;
6161
uint8_t csal_state;
62+
#ifndef CFG_MX95
6263
uint8_t imem_state;
6364
uint8_t unused_2;
65+
#else
66+
uint8_t unused_2[2];
67+
uint32_t oem_pqc_srkh[16];
68+
uint32_t rsvd[8];
69+
#endif
6470
} __packed;
6571

6672
struct response_code {

0 commit comments

Comments
 (0)