mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 08:26:48 +00:00
Document new error type returned from the key derivation API
This commit is contained in:
parent
3794dec52b
commit
b9b4f09c47
|
@ -3201,6 +3201,8 @@ psa_status_t psa_key_derivation_output_bytes(
|
||||||
* \retval #PSA_ERROR_NOT_SUPPORTED
|
* \retval #PSA_ERROR_NOT_SUPPORTED
|
||||||
* The key type or key size is not supported, either by the
|
* The key type or key size is not supported, either by the
|
||||||
* implementation in general or in this particular location.
|
* implementation in general or in this particular location.
|
||||||
|
* \retval #PSA_ERROR_INVALID_ARGUMENT
|
||||||
|
* The provided key attributes are not valid for the operation.
|
||||||
* \retval #PSA_ERROR_BAD_STATE
|
* \retval #PSA_ERROR_BAD_STATE
|
||||||
* \retval #PSA_ERROR_INSUFFICIENT_MEMORY
|
* \retval #PSA_ERROR_INSUFFICIENT_MEMORY
|
||||||
* \retval #PSA_ERROR_INSUFFICIENT_STORAGE
|
* \retval #PSA_ERROR_INSUFFICIENT_STORAGE
|
||||||
|
|
Loading…
Reference in a new issue