Home
last modified time | relevance | path

Searched refs:AES_CTR_Encrypt (Results 1 – 20 of 20) sorted by relevance

/dports/archivers/peazip/peazip-8.1.0.src/
H A Daes_ctr.pas125 function AES_CTR_Encrypt(ptp, ctp: Pointer; ILen: longint; var ctx: TAESContext): integer; in AES_CTR_Encrypt() function
271 function AES_CTR_Encrypt(ptp, ctp: Pointer; ILen: longint; var ctx: TAESContext): integer; in AES_CTR_Encrypt() function
274 AES_CTR_Encrypt := 0;
277 AES_CTR_Encrypt := AES_Err_Invalid_Mode;
283 AES_CTR_Encrypt := AES_Err_Invalid_16Bit_Length;
290 AES_CTR_Encrypt := AES_Err_NIL_Pointer; {nil pointer to block with nonzero length}
341 AES_CTR_Decrypt := AES_CTR_Encrypt(ctp, ptp, ILen, ctx);
H A Dt_aes_cs.pas160 Err := AES_CTR_Encrypt(@plain[SO], @ct[SO], 1, ctx2);
178 Err := AES_CTR_Encrypt(@plain[SO], @ct[SO], 1, ctx2);
192 Err := AES_CTR_Encrypt(@plain[SO], @ct[SO], 1, ctx2);
280 Err := AES_CTR_Encrypt(@pbuf, @cbuf1, BSIZE, ctx1);
288 Err := AES_CTR_Encrypt(@pbuf, @cbuf1, BSIZE, ctx1);
338 Err := AES_CTR_Encrypt(@pbuf[i], @cbuf2[i], 1, ctx2);
H A Dt_aesctr.pas66 Err := AES_CTR_Encrypt(@pt, @ct, sizeof(plain), context);
86 Err := AES_CTR_Encrypt(@pt, @ct, sizeof(plain), context);
106 Err := AES_CTR_Encrypt(@pt, @ct, sizeof(plain), context);
191 Err := AES_CTR_Encrypt(@plain, @ct, sizeof(plain), context);
201 Err := AES_CTR_Encrypt(@plain, @ct, sizeof(plain), context);
211 Err := AES_CTR_Encrypt(@plain, @ct, sizeof(plain), context);
H A Dfcrypta.pas199 FCA_HMAC_encrypt := AES_CTR_Encrypt(@data, @data, dLen, cx.aes_ctx);
209 FCA_HMAC_decrypt := AES_CTR_Encrypt(@data, @data, dLen, cx.aes_ctx);
H A Dt_aes_xl.pas186 if AES_CTR_Encrypt(@pt, @ct, BS1, context)<>0 then begin
190 if AES_CTR_Encrypt(@pt[BS1], @ct[BS1], sizeof(TBuf)-BS1, context)<>0 then begin
H A Dfcaes256.pas197 FCA_HMAC256_encrypt := AES_CTR_Encrypt(@data, @data, dLen, cx.aes_ctx);
207 FCA_HMAC256_decrypt := AES_CTR_Encrypt(@data, @data, dLen, cx.aes_ctx);
H A Daes_dll.dpr118 exports AES_CTR_Encrypt name 'AES_CTR_Encrypt';
H A Dt_aes_as.pas148 if AES_CTR_Encrypt(pp, pc, 1, context)<>0 then begin
H A Dt_fbmodi.pas46 Err := AES_CTR_Encrypt(@pt, @ct, n, context);
H A Daes_intv.pas242 function AES_CTR_Encrypt(ptp, ctp: Pointer; ILen: longint; var ctx: TAESContext): integer; in AES_CTR_Encrypt() function
478 function AES_CTR_Encrypt; external 'AES_DLL' name 'AES_CTR_Encrypt'; in AES_CTR_Encrypt() function
H A Daes_eax.pas192 err := AES_CTR_Encrypt(ptp, ctp, ILen, ctx.ctr_ctx);
H A Dt_aes_ws.pas220 if AES_CTR_Encrypt(@plain, @ct, sizeof(plain), context)<>0 then begin
H A Daes_intf.pas275 function AES_CTR_Encrypt(ptp, ctp: Pointer; ILen: longint; var ctx: TAESContext): integer; in AES_CTR_Encrypt() function
H A Dpea_utils.pas1658 AES_CTR_Encrypt(@salt1, @salt, sizeof(salt), aes_ctx);
1754 AES_CTR_Encrypt(@key, @key, 256, aes_ctx);
H A Dunit_pea.pas4682 AES_CTR_Encrypt(@buf, @buf, numread, aes_ctx);
4706 AES_CTR_Encrypt(@buf, @buf, numread, aes_ctx);
5021 AES_CTR_Encrypt(@buf, @buf, numread, aes_ctx);
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dtest.cpp90 void AES_CTR_Encrypt(const char *hexKey, const char *hexIV, const char *infile, const char *outfile…
393 AES_CTR_Encrypt(argv[2], argv[3], argv[4], argv[5]); in main()
605 void AES_CTR_Encrypt(const char *hexKey, const char *hexIV, const char *infile, const char *outfile) in AES_CTR_Encrypt() function
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dtest.cpp106 void AES_CTR_Encrypt(const char *hexKey, const char *hexIV, const char *infile, const char *outfile…
425 AES_CTR_Encrypt(argv[2], argv[3], argv[4], argv[5]); in scoped_main()
721 void AES_CTR_Encrypt(const char *hexKey, const char *hexIV, const char *infile, const char *outfile) in AES_CTR_Encrypt() function
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dtest.cpp106 void AES_CTR_Encrypt(const char *hexKey, const char *hexIV, const char *infile, const char *outfile…
425 AES_CTR_Encrypt(argv[2], argv[3], argv[4], argv[5]); in scoped_main()
721 void AES_CTR_Encrypt(const char *hexKey, const char *hexIV, const char *infile, const char *outfile) in AES_CTR_Encrypt() function
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dtest.cpp106 void AES_CTR_Encrypt(const char *hexKey, const char *hexIV, const char *infile, const char *outfile…
425 AES_CTR_Encrypt(argv[2], argv[3], argv[4], argv[5]); in scoped_main()
721 void AES_CTR_Encrypt(const char *hexKey, const char *hexIV, const char *infile, const char *outfile) in AES_CTR_Encrypt() function
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dtest.cpp106 void AES_CTR_Encrypt(const char *hexKey, const char *hexIV, const char *infile, const char *outfile…
425 AES_CTR_Encrypt(argv[2], argv[3], argv[4], argv[5]); in scoped_main()
721 void AES_CTR_Encrypt(const char *hexKey, const char *hexIV, const char *infile, const char *outfile) in AES_CTR_Encrypt() function