diff mbox series

Align PSA Crypto structs with TF-Mv2.1.1

Message ID 20250506165045.509-2-ali.oezaslan@arm.com
State New
Headers show
Series corstone1000: Align PSA crypto structs with TF-M | expand

Commit Message

ali.oezaslan@arm.com May 6, 2025, 4:50 p.m. UTC
From: Ali Can Ozaslan <ali.oezaslan@arm.com>

The psa_client_key_attributes_s struct had to be aligned with the
psa_key_attributes_s struct in TF-M.

Signed-off-by: Ali Can Ozaslan <ali.oezaslan@arm.com>
---
 components/service/crypto/include/psa/crypto_client_struct.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/components/service/crypto/include/psa/crypto_client_struct.h b/components/service/crypto/include/psa/crypto_client_struct.h
index ebc4008..f0c8cad 100644
--- a/components/service/crypto/include/psa/crypto_client_struct.h
+++ b/components/service/crypto/include/psa/crypto_client_struct.h
@@ -38,7 +38,6 @@  struct psa_client_key_attributes_s
     uint32_t alg;
     uint32_t alg2;
     uint32_t id;
-    int32_t owner_id;
 };
 
 #define PSA_CLIENT_KEY_ATTRIBUTES_INIT {0, 0, 0, 0, 0, 0}