0021-Align-PSA-Crypto-structs-with-TF-Mv2.1.1.patch 1011 B

1234567891011121314151617181920212223242526272829
  1. From 71da6c0384fb241cadf052968e8dce9c357e4a33 Mon Sep 17 00:00:00 2001
  2. From: Ali Can Ozaslan <ali.oezaslan@arm.com>
  3. Date: Tue, 29 Apr 2025 07:52:14 +0000
  4. Subject: [PATCH] Align PSA Crypto structs with TF-Mv2.1.1
  5. The psa_client_key_attributes_s struct had to be aligned with the
  6. psa_key_attributes_s struct in TF-M.
  7. Signed-off-by: Ali Can Ozaslan <ali.oezaslan@arm.com>
  8. Upstream-Status: Pending
  9. ---
  10. components/service/crypto/include/psa/crypto_client_struct.h | 1 -
  11. 1 file changed, 1 deletion(-)
  12. diff --git a/components/service/crypto/include/psa/crypto_client_struct.h b/components/service/crypto/include/psa/crypto_client_struct.h
  13. index ebc4008..f0c8cad 100644
  14. --- a/components/service/crypto/include/psa/crypto_client_struct.h
  15. +++ b/components/service/crypto/include/psa/crypto_client_struct.h
  16. @@ -38,7 +38,6 @@ struct psa_client_key_attributes_s
  17. uint32_t alg;
  18. uint32_t alg2;
  19. uint32_t id;
  20. - int32_t owner_id;
  21. };
  22. #define PSA_CLIENT_KEY_ATTRIBUTES_INIT {0, 0, 0, 0, 0, 0}
  23. --
  24. 2.34.1