mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Cross reference 'key handles' from INVALID_HANDLE
This commit is contained in:
@ -268,7 +268,7 @@
|
|||||||
* to read from a resource. */
|
* to read from a resource. */
|
||||||
#define PSA_ERROR_INSUFFICIENT_DATA ((psa_status_t)-143)
|
#define PSA_ERROR_INSUFFICIENT_DATA ((psa_status_t)-143)
|
||||||
|
|
||||||
/** The key handle is not valid.
|
/** The key handle is not valid. See also :ref:\`key-handles\`.
|
||||||
*/
|
*/
|
||||||
#define PSA_ERROR_INVALID_HANDLE ((psa_status_t)-136)
|
#define PSA_ERROR_INVALID_HANDLE ((psa_status_t)-136)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user