nn::crypto::CcmDecryptor::UpdateCdata Member Function
virtual size_t UpdateCdata(
void * pDst,
size_t dstSize,
const void * pSrc,
size_t srcSize
);
| Name | Description | |
|---|---|---|
| out | pDst | Pointer to the buffer storing the decryption results. |
| in | dstSize | Size of the buffer specified by pDst. |
| in | pSrc | Pointer to the buffer storing the Cdata. |
| in | srcSize | Cdata size in bytes. |
Specifies the Cdata and gets the decryption result.
See the AuthenticatedDecryptor::UpdateCdata function for details.
CONFIDENTIAL