psa_verify_message_builtin() is only used within mbedTLS.
 
Symbols
loading...
Files
loading (1/5)...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

#PSA_SUCCESS The signature is valid. #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 verify_message entry point. This function behaves as a verify_message entry point as defined in the PSA driver interface specification for transparent drivers. This function will call the driver for psa_verify_hash and go through driver dispatch again.

References