UpdateCdataFinal

nn::crypto::CcmDecryptor::UpdateCdataFinal Member Function

Syntax

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

Parameters

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

Return Values

Returns the number of bytes written to pDst.

Description

Finalizes Cdata specification.

See the AuthenticatedDecryptor::UpdateCdataFinal function for details.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL