FC_VerifyUpdate - process the next block of a multi-part verify operation.
CK_RV FC_VerifyUpdate( CK_SESSION_HANDLE hSession, CK_BYTE_PTR pPart, CK_ULONG usPartLen );
hSession
pPart
usPartLen
FC_VerifyUpdate
starts or continues a multi-part signature verification operation where the signature is an appendix to the data. One or more blocks may be part of the signature. The result for the entire message is returned by a call to FC_VerifyFinal.
A user must log into the token (to assume the NSS User role) before calling FC_VerifyUpdate
.