UpdateFinal

nn::crypto::CtrDecryptor::UpdateFinal Member Function

Syntax

virtual size_t UpdateFinal(
     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 decryption.

See the Decryptor::UpdateFinal function for details.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL