nn::crypto::RsaContext::VerifySha256 Member Functionnn::Result VerifySha256( const void * pSrc, const void * pSign, size_t signLength );
| Name | Description | |
|---|---|---|
| in | pSrc |
Pointer to the address storing the SHA256 hash to be verified. |
| in | pSign |
The address of the buffer storing the signature data. |
| in | signLength |
Length of the signature. |
Verifies an RSA-PKCS1-v1.5-SHA256 signature from a hash.
CONFIDENTIAL