Skip to content

Commit f0d308f

Browse files
karstenkoenignordicjm
authored andcommitted
sdfw_services: psa_crypto: Add DCache handling
Need to writeback and invalidate all buffers that get sent/received from the remote to make sure we have consistent view of the data for all involved parties. Signed-off-by: Karsten Koenig <[email protected]>
1 parent a411e57 commit f0d308f

File tree

2 files changed

+380
-95
lines changed

2 files changed

+380
-95
lines changed

include/sdfw/sdfw_services/crypto_service.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88

99
#include <psa/crypto.h>
1010

11-
/** @brief Execute psa_crypto_init over SSF.
12-
*
13-
* See psa_crypto_init for details.
14-
*/
15-
psa_status_t ssf_psa_crypto_init(void);
16-
1711
/** @brief Execute psa_get_key_attributes over SSF.
1812
*
1913
* See psa_get_key_attributes for details.

0 commit comments

Comments
 (0)