summaryrefslogtreecommitdiff
path: root/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0015-Fix-Crypto-interface-structure-aligned-with-tf-m-cha.patch
blob: 426f2ca5c4b3bc81612fc5399a7e61c1170299b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From cf83184500703f9b4f2ac04be59cc7d624d8fd66 Mon Sep 17 00:00:00 2001
From: Satish Kumar <satish.kumar01@arm.com>
Date: Sun, 13 Feb 2022 09:01:10 +0000
Subject: [PATCH 15/20] Fix: Crypto interface structure aligned with tf-m
 change.

NO NEED TO RAISE PR: The PR for this FIX  is raied by Emek.

Upstream-Status: Pending
Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
---
 components/service/crypto/backend/psa_ipc/crypto_ipc_backend.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/components/service/crypto/backend/psa_ipc/crypto_ipc_backend.h b/components/service/crypto/backend/psa_ipc/crypto_ipc_backend.h
index c13c20e84131..ec25eaf868c7 100644
--- a/components/service/crypto/backend/psa_ipc/crypto_ipc_backend.h
+++ b/components/service/crypto/backend/psa_ipc/crypto_ipc_backend.h
@@ -38,7 +38,8 @@ struct psa_ipc_crypto_pack_iovec {
 				      *   multipart operation
 				      */
 	uint32_t capacity;             /*!< Key derivation capacity */
-
+	uint32_t ad_length;            /*!< Additional Data length for multipart AEAD */
+	uint32_t plaintext_length;     /*!< Plaintext length for multipart AEAD */
 	struct psa_ipc_crypto_aead_pack_input aead_in; /*!< FixMe: Temporarily used for
 							    *   AEAD until the API is
 							    *   restructured
-- 
2.38.1