Correct insufficient memory return documentation.
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
a1c9409d88
commit
7ef174b285
1 changed files with 2 additions and 3 deletions
|
@ -711,8 +711,7 @@ uint32_t mbedtls_psa_verify_hash_get_num_ops(
|
||||||
* \retval #PSA_ERROR_NOT_SUPPORTED Either no internal interruptible operations
|
* \retval #PSA_ERROR_NOT_SUPPORTED Either no internal interruptible operations
|
||||||
* are currently supported, or the key type is currently unsupported.
|
* are currently supported, or the key type is currently unsupported.
|
||||||
* \retval #PSA_ERROR_INSUFFICIENT_MEMORY
|
* \retval #PSA_ERROR_INSUFFICIENT_MEMORY
|
||||||
* There was insufficient memory either to load the key representation,
|
* There was insufficient memory to load the key representation.
|
||||||
* or to store the hash.
|
|
||||||
*/
|
*/
|
||||||
psa_status_t mbedtls_psa_sign_hash_start(
|
psa_status_t mbedtls_psa_sign_hash_start(
|
||||||
mbedtls_psa_sign_hash_interruptible_operation_t *operation,
|
mbedtls_psa_sign_hash_interruptible_operation_t *operation,
|
||||||
|
@ -817,7 +816,7 @@ psa_status_t mbedtls_psa_sign_hash_abort(
|
||||||
* or the key type is currently unsupported.
|
* or the key type is currently unsupported.
|
||||||
* \retval #PSA_ERROR_INSUFFICIENT_MEMORY
|
* \retval #PSA_ERROR_INSUFFICIENT_MEMORY
|
||||||
* There was insufficient memory either to load the key representation,
|
* There was insufficient memory either to load the key representation,
|
||||||
* or to store the hash.
|
* or to prepare the operation.
|
||||||
*/
|
*/
|
||||||
psa_status_t mbedtls_psa_verify_hash_start(
|
psa_status_t mbedtls_psa_verify_hash_start(
|
||||||
mbedtls_psa_verify_hash_interruptible_operation_t *operation,
|
mbedtls_psa_verify_hash_interruptible_operation_t *operation,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue