FC_DecryptVerifyUpdate - continue a multi-part decrypt and verify operation
CK_RV FC_DecryptVerifyUpdate( CK_SESSION_HANDLE hSession, CK_BYTE_PTR pEncryptedData, CK_ULONG ulEncryptedDataLen, CK_BYTE_PTR pData, CK_ULONG_PTR pulDataLen );
hSessionpEncryptedDataulEncryptedDataLenpDatapulDataLenFC_DecryptVerifyUpdate continues a multi-part decryption and signature verification operation. After calling both FC_DecryptInit and FC_VerifyInit to set up the operations this function may be called multiple times. The operation is finished by calls to FC_DecryptFinal and FC_VerifyFinal.
A user must log into the token (to assume the NSS User role) before calling FC_DecryptVerifyUpdate.