commit | d0983e963e89ad8198bc221cda48164b854a844a | [log] [tgz] |
---|---|---|
author | Tamas Ban <tamas.ban@arm.com> | Thu Jan 25 16:32:51 2024 +0100 |
committer | Tamas Ban <tamas.ban@arm.com> | Tue Feb 13 12:50:56 2024 +0100 |
tree | 99c3e17cbbb46687b8bbd51d19df7c041b63d61a | |
parent | 645e502608a8e12b35e357b62eec3bba4ec4bb40 [diff] |
DPE: Reuse command buffer to decrease stack usage The goal to reuse the cmd_buf allocated in dpe_req_mngr.c to create the big objects (certificate, certificate_chain) in place rather then allocate a separate buffer on the stack and later copy them to cmd_buf. Change-Id: I337c4111794384588de955f1659426d043d80154 Signed-off-by: Tamas Ban <tamas.ban@arm.com>