1.3.2.4 DRV_CRYPTO_ECDSA_Verify()
CRYPTO_PKE_RESULT DRV_CRYPTO_ECDSA_Verify (PKE_CONFIG * eccData)
Executes the Signature verification and returns the result.
eccData |
Configuration structure to store ECDSA information. |
CRYPTO_PKE_RESULT_SUCCESS on success. CRYPTO_PKE_RESULT_ERROR_FAIL on failure. |
Note:
DRV_CRYPTO_ECDSA_InitEccParamsVerify must be called before this function can be called.