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.
pull/11315/head
Jaeden Amero 2019-08-21 15:33:48 +01:00
parent dda4c47a4b
commit 97447677ba
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@
/** \brief psa_s_function_t enum defines for all the available functions in PSA Crypto. */
typedef enum psa_sec_function_s {
PSA_CRYPTO_INVALID,
PSA_CRYPTO_INIT,
PSA_IMPORT_KEY,
PSA_ALLOCATE_KEY,
PSA_CREATE_KEY,