Skip to content

Commit 9744767

Browse files
committed
crypto: Remove duplicate PSA_CRYPTO_INIT
PSA_CRYPTO_INIT is defined as a service identifier. We don't need to redefine it as a secure function. There is only one function under this service identifier, so no secure function definitions are necessary to differentiate between.
1 parent dda4c47 commit 9744767

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/TARGET_PSA/services/crypto/COMPONENT_PSA_SRV_IPC/crypto_platform_spe.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
/** \brief psa_s_function_t enum defines for all the available functions in PSA Crypto. */
4141
typedef enum psa_sec_function_s {
4242
PSA_CRYPTO_INVALID,
43-
PSA_CRYPTO_INIT,
4443
PSA_IMPORT_KEY,
4544
PSA_ALLOCATE_KEY,
4645
PSA_CREATE_KEY,

0 commit comments

Comments
 (0)