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

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

C_DigestUpdate continues a multiple-part message-digesting operation.

Function Parameters

  • hSession: the session's handle
  • pPart: data to be digested
  • ulPartLen: bytes of data to be digested