UpdateAdata

nn::crypto::CcmDecryptor::UpdateAdata Member Function

Syntax

virtual void UpdateAdata(
     const void * pSrc,
     size_t size
);

Parameters

Name Description
in pSrc Pointer to the buffer storing the Adata.
in size Adata size in bytes.

Return Values

None.

Description

Specifies the Adata.

See the AuthenticatedDecryptor::UpdateAdata function for details.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL