nn::crypto::CcmEncryptor::GenerateMac Member Function
virtual void GenerateMac(
void * pDst,
size_t size
);
| Name | Description | |
|---|---|---|
| out | pDst | Pointer to the buffer storing the MAC. |
| in | size | Size of the buffer specified by pDst. |
Generates an MAC.
See the AuthenticatedEncryptor::GenerateMac function for details.
CONFIDENTIAL