nn::crypto::CtrEncryptor::UpdateFinal Member Function
virtual size_t UpdateFinal(
void * pDst,
size_t size
);
| Name | Description | |
|---|---|---|
| out | pDst | Pointer to the buffer storing the encryption results. |
| in | size | Size of the buffer specified by pDst. |
Finalizes encryption.
See the Encryptor::UpdateFinal function for details.
CONFIDENTIAL