Unit 'AES_Type' Package
[Overview][Constants][Types][Index] [#pl_fpspreadsheet]

TAESContext

Declaration

Source position: aes_type.pas line 101

type TAESContext = packed record

  RK: TKeyArray;

  

  IV: TAESBlock;

  

  buf: TAESBlock;

  

  bLen: Word;

  

  Rounds: Word;

  

  KeyBits: Word;

  

  Decrypt: Byte;

  

  Flag: Byte;

  

  IncProc: TIncProc;

  

end;



CT Web help

CodeTyphon Studio