nn::crypto::CcmDecryptor::UpdateCdataFinal Member Function
virtual size_t UpdateCdataFinal(
void * pDst,
size_t size
);
| Name | Description | |
|---|---|---|
| out | pDst | Pointer to the buffer storing the decryption results. |
| in | size | Size of the buffer specified by pDst. |
Finalizes Cdata specification.
See the AuthenticatedDecryptor::UpdateCdataFinal function for details.
CONFIDENTIAL