commit | fcc06e3103a6485eff6dfeaa646eaa49d1b6ad71 | [log] [tgz] |
---|---|---|
author | Tamas Ban <tamas.ban@arm.com> | Mon Mar 25 13:47:33 2024 +0100 |
committer | Tamas Ban <tamas.ban@arm.com> | Tue Apr 09 15:16:34 2024 +0200 |
tree | 977d05b3db0e78d2bf2a8c4dd80b4aad13266e39 | |
parent | 5caa7bdb6dd59d604bfeeb4fc22af93fcf813aed [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: Id26891e9d07e482d481b408041f9f729d0e38798 Signed-off-by: Tamas Ban <tamas.ban@arm.com>