mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 12:05:41 +01:00
Remove references for obsolete error code
Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
parent
fe30924c45
commit
7c06696b91
@ -99,7 +99,6 @@ psa_status_t psa_its_set(psa_storage_uid_t uid,
|
|||||||
*
|
*
|
||||||
* \retval #PSA_SUCCESS The operation completed successfully
|
* \retval #PSA_SUCCESS The operation completed successfully
|
||||||
* \retval #PSA_ERROR_DOES_NOT_EXIST The operation failed because the provided `uid` value was not found in the storage
|
* \retval #PSA_ERROR_DOES_NOT_EXIST The operation failed because the provided `uid` value was not found in the storage
|
||||||
* \retval #PSA_ERROR_INVALID_SIZE The operation failed because the data associated with provided uid is larger than `data_size`
|
|
||||||
* \retval #PSA_ERROR_STORAGE_FAILURE The operation failed because the physical storage has failed (Fatal error)
|
* \retval #PSA_ERROR_STORAGE_FAILURE The operation failed because the physical storage has failed (Fatal error)
|
||||||
* \retval #PSA_ERROR_INVALID_ARGUMENT The operation failed because one of the provided pointers(`p_data`, `p_data_length`)
|
* \retval #PSA_ERROR_INVALID_ARGUMENT The operation failed because one of the provided pointers(`p_data`, `p_data_length`)
|
||||||
* is invalid. For example is `NULL` or references memory the caller cannot access.
|
* is invalid. For example is `NULL` or references memory the caller cannot access.
|
||||||
|
Loading…
Reference in New Issue
Block a user