CheckValidity

nn::boss::NsaList::CheckValidity Member Function

Syntax

bool CheckValidity(
     void * pWorkBuf,
     size_t workBufSize
);

Parameters

Name Description
in pWorkBuf The work buffer used to calculate the NSA digest.
in workBufSize The size of pWorkBuf.

Return Values

Returns true if the validity of the NSA list was verified; otherwise, returns false.

Description

Checks the validity of an NSA list. (This confirms that the digest value included in the list matches the digest value calculated from the data in the list.)

Revision History

2011/10/27
Initial version.

CONFIDENTIAL