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

type C_DecryptVerifyUpdate = 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_DecryptVerifyUpdate continues a multiple-part decryption and verify operation.

Function Parameters

  • hSession: session's handle
  • pEncryptedPart: ciphertext
  • ulEncryptedPartLen: ciphertext length
  • pPart: gets plaintext
  • pulPartLen: gets p-text length