nn::crypto::CcmEncryptor::UpdatePdataFinal Member Function
virtual size_t UpdatePdataFinal(
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 Pdata specification.
See the AuthenticatedEncryptor::UpdatePdataFinal function for details.
CONFIDENTIAL