Source position: flcCipher.pas line 117
type TCipherBufferFunc = procedure(
const Context: Pointer;
const Data: Pointer;
const DataSize: Integer
);