mbedtls_pkcs7_signed_hash_verify() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

0 if the signature verifies, or a negative error code on failure.

Notes

This function is different from mbedtls_pkcs7_signed_data_verify() in that it is directly passed the hash of the data.

References