commit | 8512b5693bf70afa1c7fe715a650659b0c33d842 | [log] [tgz] |
---|---|---|
author | Antonio de Angelis <antonio.deangelis@arm.com> | Fri Jan 03 21:51:01 2025 +0000 |
committer | Antonio de Angelis <Antonio.deAngelis@arm.com> | Mon Jan 06 16:14:30 2025 +0200 |
tree | b665449c42123f0daf8b2af458ad4910b4db0147 | |
parent | 9076ca615da4d8249fb6f1839b1b2c7027be8457 [diff] |
DPE: Use a 64-bit buffer in call to QCBOR API to retrieve cert_id The QCBOR API retrieves the cert_id using a pointer to a 64-bit value, hence passing directly a pointer to a 32-bit cert_id might break the API. Convert to a 32-bit value just before the call to the derive_context() function. Signed-off-by: Antonio de Angelis <antonio.deangelis@arm.com> Change-Id: I49575900beb966cc8014f9dcb47872eb17034b43