nn::crypto::CtrDecryptor::UpdateFinal Member Function
virtual size_t UpdateFinal(
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 decryption.
See the Decryptor::UpdateFinal function for details.
CONFIDENTIAL