Home
last modified time | relevance | path

Searched refs:TF_Encrypt (Results 1 – 14 of 14) sorted by relevance

/dports/archivers/peazip/peazip-8.1.0.src/
H A Dtf_cfb.pas103 TF_Encrypt(ctx, IV, ctx.IV);
113 TF_Encrypt(ctx, IV, ctx.IV);
142 TF_Encrypt(ctx, PTFBlock(ctp)^, IV);
153 TF_Encrypt(ctx, buf, IV);
193 TF_Encrypt(ctx, buf, IV);
204 TF_Encrypt(ctx, buf, IV);
H A Dt_tfcycl.pas61 TF_Encrypt(ctx, pt, ct);
67 TF_Encrypt(ctx, pt, ct);
69 TF_Encrypt(ctx, ct, ct);
70 TF_Encrypt(ctx, ct, ct);
71 TF_Encrypt(ctx, ct, ct);
72 TF_Encrypt(ctx, ct, ct);
73 TF_Encrypt(ctx, ct, ct);
H A Dtf_ofb.pas102 TF_Encrypt(ctx, IV, ctx.IV);
111 TF_Encrypt(ctx, IV, ctx.IV);
141 TF_Encrypt(ctx, IV, IV);
152 TF_Encrypt(ctx, IV, IV);
H A Dtf_omac.pas127 TF_Encrypt(ctx, buf, IV);
135 TF_Encrypt(ctx, buf, IV);
203 TF_Encrypt(ctx, tag, tag);
231 TF_Encrypt(ctx, buf, tag);
H A Dt_tf02.pas61 TF_Encrypt(ctx, PT, CT);
83 TF_Encrypt(ctx, PT, CT);
106 TF_Encrypt(ctx, PT, CT);
H A Dtf_ctr.pas241 TF_Encrypt(ctx, CTR, ctx.buf);
253 TF_Encrypt(ctx, CTR, ctx.buf);
291 TF_Encrypt(ctx, IV, buf);
305 TF_Encrypt(ctx, IV, buf);
H A Dtf_ecb.pas138 TF_Encrypt(ctx, PTFBlock(ptp)^, PTFBlock(ctp)^);
144 TF_Encrypt(ctx, PTFBlock(ptp)^, buf);
148 TF_Encrypt(ctx, tmp, PTFBlock(ctp)^);
H A Dtf_cbc.pas156 TF_Encrypt(ctx, IV, IV);
164 TF_Encrypt(ctx, IV, IV);
168 TF_Encrypt(ctx, IV, PTFBlock(ctp)^);
H A Dt_tf01.pas106 TF_Encrypt(ctx, PT, CT);
112 TF_Encrypt(ctx, CT, DT);
H A Dtf_dll.dpr70 exports TF_Encrypt name 'TF_Encrypt';
H A Dtf_intv.pas111 procedure TF_Encrypt(var ctx: TTFContext; const BI: TTFBlock; var BO: TTFBlock); procedure
257 procedure TF_Encrypt; external 'TF_DLL' name 'TF_Encrypt'; procedure
H A Dtf_base.pas123 procedure TF_Encrypt(var ctx: TTFContext; const BI: TTFBlock; var BO: TTFBlock); procedure
141 procedure TF_Encrypt(var ctx: TTFContext; var BI: TTFBlock; var BO: TTFBlock); procedure
496 procedure TF_Encrypt(var ctx: TTFContext; const BI: TTFBlock; var BO: TTFBlock); procedure
581 procedure TF_Encrypt(var ctx: TTFContext; {$ifdef CONST} const {$else} var {$endif} BI: TTFBlock; … procedure
877 procedure TF_Encrypt(var ctx: TTFContext; {$ifdef CONST} const {$else} var {$endif} BI: TTFBlock; … procedure
H A Dtf_intf.pas106 procedure TF_Encrypt(var ctx: TTFContext; const BI: TTFBlock; var BO: TTFBlock); procedure
H A Dtf_seek.inc131 TF_Encrypt(ctx, IV, buf);