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

type C_DecryptDigestUpdate = extern "C" fn(hSession: CK_SESSION_HANDLE, pEncryptedPart: CK_BYTE_PTR, ulEncryptedPartLen: CK_ULONG, pPart: CK_BYTE_PTR, pulPartLen: CK_ULONG_PTR) -> CK_RV;

C_DecryptDigestUpdate continues a multiple-part decryption and digesting operation.

Function Parameters

  • hSession: session's handle
  • pEncryptedPart: ciphertext
  • ulEncryptedPartLen: ciphertext length
  • pPart:: gets plaintext
  • pulPartLen: gets plaintext len