nn::boss::NsaList::CheckValidity Member Function
bool CheckValidity(
void * pWorkBuf,
size_t workBufSize
);
| Name | Description | |
|---|---|---|
| in | pWorkBuf |
The work buffer used to calculate the NSA digest. |
| in | workBufSize |
The size of pWorkBuf. |
true if the validity of the NSA list was verified; otherwise, returns false. 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.)
CONFIDENTIAL