AESDecryptBlock(TAESContext,Void,Integer,Void,Integer) Method

Represents method AESDecryptBlock(TAESContext,Void,Integer,Void,Integer).

Namespace: flcCipherAES
procedure AESDecryptBlock(
 var Context: TAESContext;
 const DataBuf; const DataBufSize: Integer;
 var CipherBuf; const CipherBufSize: Integer);

Parameters

Context
Type: TAESContext

DataBuf
Type: System.Void

DataBufSize
Type: Integer

CipherBuf
Type: System.Void

CipherBufSize
Type: Integer