commit | 2f82041a1aec0ae040f62adbfd41403ee5dca1dd | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Wed Mar 01 21:28:46 2023 +0100 |
committer | David Hu <david.hu@arm.com> | Mon Mar 06 03:48:02 2023 +0100 |
tree | 8a252fabb1d45bce2b91d220c675b322da8aa2b1 | |
parent | ba5aae9edf845671c54237906e1a90792f80f3c1 [diff] |
Crypto: Clean up psa_key_attributes_t structure definition Define the type psa_key_attributes_t in the same way as Mbed TLS, as a struct psa_key_attributes_s which has different definitions on the client and server sides. This avoids needing to patch upstream headers. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com> Change-Id: I240349c725facca6e353e309cccfabda289adb46