nn::crypto::RsaContext::Verify Member Functionnn::Result Verify( const void * pSrc, size_t srcLength, const void * pSign, size_t signLength );
| Name | Description | |
|---|---|---|
| out | pSrc |
The address of the buffer storing data to use for the signature. |
| in | srcLength |
Length of the data to be used as the signature. |
| 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 character string.
CONFIDENTIAL