Remove PSA_ERROR_NOT_SUPPORTED as a return value to iop abort APIs

Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
This commit is contained in:
Waleed Elmelegy 2024-11-20 15:33:52 +00:00
parent bf1af30ec9
commit a898127144

View File

@ -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().