[][src]Type Definition pkcs11::functions::C_VerifyUpdate

type C_VerifyUpdate = extern "C" fn(hSession: CK_SESSION_HANDLE, pPart: CK_BYTE_PTR, ulPartLen: CK_ULONG) -> CK_RV;

C_VerifyUpdate continues a multiple-part verification operation, where the signature is an appendix to the data, and plaintext cannot be recovered from the signature.

Function Parameters

  • hSession: the session's handle
  • pPart: signed data
  • ulPartLen: length of signed data