EncryptInit(TCipherState,TCipherType,TCipherMode,TCipherPadding,Integer,Pointer,Integer) Method

Represents method EncryptInit(TCipherState,TCipherType,TCipherMode,TCipherPadding,Integer,Pointer,Integer).

Namespace: flcCipher
procedure EncryptInit(
 var State: TCipherState;
 const Cipher: TCipherType; const Mode: TCipherMode;
 const Padding: TCipherPadding;
 const KeyBits: Integer;
 const KeyBuffer: Pointer; const KeyBufferSize: Integer);

Parameters

State
Type: TCipherState

Cipher
Type: TCipherType

Mode
Type: TCipherMode

Padding
Type: TCipherPadding

KeyBits
Type: Integer

KeyBuffer
Type: Pointer

KeyBufferSize
Type: Integer