mbedtls_psa_verify_hash_complete() function
Continue and eventually complete the action of signing a hash or short message with a private key, in an interruptible manner.
Arguments
operation
The \c mbedtls_psa_sign_hash_interruptible_operation_t to use. This must be initialized first.
Return value
#PSA_SUCCESS Operation completed successfully, and the passed signature is valid. #PSA_OPERATION_INCOMPLETE Operation was interrupted due to the setting of \c psa_interruptible_set_max_ops(), there is still work to be done, please call this function again with the same operation object. #PSA_ERROR_INVALID_SIGNATURE The calculation was performed successfully, but the passed signature is not a valid signature. #PSA_ERROR_NOT_SUPPORTED \emptydescription #PSA_ERROR_INVALID_ARGUMENT \emptydescription #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription
Notes
The signature of this function is that of a PSA driver sign_hash_complete entry point. This function behaves as a sign_hash_complete entry point as defined in the PSA driver interface specification for transparent drivers.
![]()
return( mbedtls_psa_verify_hash_complete(
mbedtls_psa_verify_hash_complete() is called by 1 function:
![]()
mbedtls_psa_verify_hash_complete()
mbedtls_psa_verify_hash_complete():
![]()
mbedtls_psa_verify_hash_complete()