From a898127144e01df758dcfbba92954bbc8127a584 Mon Sep 17 00:00:00 2001 From: Waleed Elmelegy Date: Wed, 20 Nov 2024 15:33:52 +0000 Subject: [PATCH] Remove PSA_ERROR_NOT_SUPPORTED as a return value to iop abort APIs Signed-off-by: Waleed Elmelegy --- tf-psa-crypto/include/psa/crypto.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tf-psa-crypto/include/psa/crypto.h b/tf-psa-crypto/include/psa/crypto.h index 4d84a8fab4..9ef9b9effb 100644 --- a/tf-psa-crypto/include/psa/crypto.h +++ b/tf-psa-crypto/include/psa/crypto.h @@ -5241,8 +5241,6 @@ psa_status_t psa_key_agreement_iop_complete( * * \retval #PSA_SUCCESS * The operation was aborted successfully. - * - * \retval #PSA_ERROR_NOT_SUPPORTED \emptydescription * \retval #PSA_ERROR_BAD_STATE * The library has not been previously initialized by * \c psa_crypto_init(). @@ -5533,8 +5531,6 @@ psa_status_t psa_generate_key_iop_complete( * * \retval #PSA_SUCCESS * The operation was aborted successfully. - * - * \retval #PSA_ERROR_NOT_SUPPORTED \emptydescription * \retval #PSA_ERROR_BAD_STATE * The library has not been previously initialized by * \c psa_crypto_init(). @@ -5793,8 +5789,6 @@ psa_status_t psa_export_public_key_iop_complete(psa_export_public_key_iop_t *ope * * \retval #PSA_SUCCESS * The operation was aborted successfully. - * - * \retval #PSA_ERROR_NOT_SUPPORTED \emptydescription * \retval #PSA_ERROR_BAD_STATE * The library has not been previously initialized by * \c psa_crypto_init().