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