mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-13 07:55:41 +00:00
Fix link for error codes in the documentation
Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
parent
7af3764f9e
commit
fd7d7a787a
|
@ -121,7 +121,7 @@ psa_status_t psa_its_get(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_STORAGE_FAILURE The operation failed because the physical storage has failed (Fatal error)
|
* \retval #PSA_ERROR_DATA_CORRUPT The operation failed because stored data has been corrupted
|
||||||
* \retval #PSA_ERROR_INVALID_ARGUMENT The operation failed because one of the provided pointers(`p_info`)
|
* \retval #PSA_ERROR_INVALID_ARGUMENT The operation failed because one of the provided pointers(`p_info`)
|
||||||
* 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 a new issue