UpdatePdataFinal

nn::crypto::CcmEncryptor::UpdatePdataFinal Member Function

Syntax

virtual size_t UpdatePdataFinal(
     void * pDst,
     size_t size
);

Parameters

Name Description
out pDst Pointer to the buffer storing the encryption results.
in size Size of the buffer specified by pDst.

Return Values

Returns the number of bytes written to pDst.

Description

Finalizes Pdata specification.

See the AuthenticatedEncryptor::UpdatePdataFinal function for details.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL