Home
last modified time | relevance | path

Searched defs:AES_Init_Decr (Results 1 – 3 of 3) sorted by relevance

/dports/archivers/peazip/peazip-8.1.0.src/
H A Daes_decr.pas109 function AES_Init_Decr(const Key; KeyBits: word; var ctx: TAESContext): integer; in AES_Init_Decr() function
119 function AES_Init_Decr(var Key; KeyBits: word; var ctx: TAESContext): integer; in AES_Init_Decr() function
171 function AES_Init_Decr({$ifdef CONST} const {$else} var {$endif} Key; KeyBits: word; var ctx: TAESC… in AES_Init_Decr() function
H A Daes_intv.pas164 function AES_Init_Decr(const Key; KeyBits: word; var ctx: TAESContext): integer; in AES_Init_Decr() function
451 function AES_Init_Decr; external 'AES_DLL' name 'AES_Init_Decr'; in AES_Init_Decr() function
H A Daes_intf.pas201 function AES_Init_Decr(const Key; KeyBits: word; var ctx: TAESContext): integer; in AES_Init_Decr() function