AESEncryptBlock(TAESContext,Void,Integer,Void,Integer) Method
Represents method AESEncryptBlock(TAESContext,Void,Integer,Void,Integer)
.
procedure AESEncryptBlock( 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