commit | ec35c54ff645d98ceede8fa88606f18f13faf770 | [log] [tgz] |
---|---|---|
author | AlexeiFedorov <Alexei.Fedorov@arm.com> | Thu Apr 27 17:52:02 2023 +0100 |
committer | Soby Mathew <soby.mathew@arm.com> | Thu Aug 03 14:57:51 2023 +0100 |
tree | e1b553b820602be8b8dcf1d133cfc03b801fdb62 | |
parent | f72ab30ec838cd2353a47b1f14f53b3b0dbd643e [diff] |
feat(rmm): move attestation data to REC auxiliary granule This patch moves attestation data from REC to 'rec_attest_data' structure in auxiliary granule. In 'handle_rsi_attest_token_init' function initialisation of variables which depend on 'rec' parameter is moved after assert(rec != NULL); to prevent accessing 'rec' in case of NULL pointer. Signed-off-by: AlexeiFedorov <Alexei.Fedorov@arm.com> Change-Id: Ia182d66bfb19a2baea5a9d2039dbbf6523e72bdd