EncryptBuf(TCipherState,Pointer,Integer,Pointer,Integer,Pointer,Integer) Method
Represents method EncryptBuf(TCipherState,Pointer,Integer,Pointer,Integer,Pointer,Integer).
function EncryptBuf( var State: TCipherState; const InputBuffer: Pointer; const InputBufferSize: Integer; const OutputBuffer: Pointer; const OutputBufferSize: Integer; const InitVectorBuffer: Pointer; const InitVectorBufferSize: Integer): Integer;
Parameters
- State
- Type: TCipherState
- InputBuffer
- Type: Pointer
- InputBufferSize
- Type: Integer
- OutputBuffer
- Type: Pointer
- OutputBufferSize
- Type: Integer
- InitVectorBuffer
- Type: Pointer
- InitVectorBufferSize
- Type: Integer
Return Value
Type: Integer