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

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

C_SignUpdate continues a multiple-part signature operation, where the signature is (will be) an appendix to the data, and plaintext cannot be recovered from the signature.

Function Parameters

  • hSession: the session's handle
  • pPart: the data to sign
  • ulPartLen: count of bytes to sign