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

Return value

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

Notes

This function internally calculates the hash on the supplied plain data for signature verification.

References