Home
last modified time | relevance | path

Searched refs:aes_decrypt (Results 1 – 25 of 729) sorted by relevance

12345678910>>...30

/dports/security/hashcat/hashcat-6.2.5/OpenCL/
H A Dm27600-pure.cl389 u32 aes_decrypt[16];
426 aes_decrypt[0] = out[0];
427 aes_decrypt[1] = out[1];
428 aes_decrypt[2] = out[2];
429 aes_decrypt[3] = out[3];
457 aes_decrypt[4] = out[0];
458 aes_decrypt[5] = out[1];
459 aes_decrypt[6] = out[2];
460 aes_decrypt[7] = out[3];
488 aes_decrypt[8] = out[0];
[all …]
H A Dm27500-pure.cl373 u32 aes_decrypt[8];
410 aes_decrypt[0] = out[0];
411 aes_decrypt[1] = out[1];
412 aes_decrypt[2] = out[2];
413 aes_decrypt[3] = out[3];
441 aes_decrypt[4] = out[0];
442 aes_decrypt[5] = out[1];
443 aes_decrypt[6] = out[2];
444 aes_decrypt[7] = out[3];
453 w0[0] = hc_swap32_S (aes_decrypt[ 0]);
[all …]
/dports/security/R-cran-openssl/openssl/R/
H A Daes.R33 aes_decrypt(data, key, iv, "ctr")
45 aes_decrypt(data, key, iv, "cbc")
57 aes_decrypt(data, key, iv, "gcm")
68 aes_decrypt <- function(data, key, iv, mode){ function
/dports/security/hashcat/hashcat-6.2.5/tools/test_modules/
H A Dm20013.pm60 sub aes_decrypt subroutine
368 my $output_buf = aes_decrypt ($key1, $key2, $data);
386 $output_buf = aes_decrypt ($key2, $key4, $data);
401 $output_buf = aes_decrypt ($key1, $key3, $salt_bin . $output_buf);
407 $output_buf = aes_decrypt ($key3, $key6, $data);
H A Dm20012.pm60 sub aes_decrypt subroutine
366 my $output_buf = aes_decrypt ($key1, $key2, $data);
384 $output_buf = aes_decrypt ($key2, $key4, $data);
399 $output_buf = aes_decrypt ($key1, $key3, $salt_bin . $output_buf);
H A Dm27600.pm17 sub aes_decrypt subroutine
82 my $dec_pass = aes_decrypt ($key_b64, $tweak_b64, $enc_pass_b64);
H A Dm27500.pm17 sub aes_decrypt subroutine
82 my $dec_pass = aes_decrypt ($key_b64, $tweak_b64, $enc_pass_b64);
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dcrypto.c55 struct AVAES *aes_decrypt; member
151 c->aes_decrypt = av_aes_alloc(); in crypto_open2()
152 if (!c->aes_decrypt) { in crypto_open2()
156 ret = av_aes_init(c->aes_decrypt, c->decrypt_key, BLOCKSIZE * 8, 1); in crypto_open2()
214 av_aes_crypt(c->aes_decrypt, c->outbuffer, c->inbuffer + c->indata_used, in crypto_read()
390 av_freep(&c->aes_decrypt); in crypto_close()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dcrypto.c55 struct AVAES *aes_decrypt; member
151 c->aes_decrypt = av_aes_alloc(); in crypto_open2()
152 if (!c->aes_decrypt) { in crypto_open2()
156 ret = av_aes_init(c->aes_decrypt, c->decrypt_key, BLOCKSIZE * 8, 1); in crypto_open2()
214 av_aes_crypt(c->aes_decrypt, c->outbuffer, c->inbuffer + c->indata_used, in crypto_read()
385 av_freep(&c->aes_decrypt); in crypto_close()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dcrypto.c55 struct AVAES *aes_decrypt; member
151 c->aes_decrypt = av_aes_alloc(); in crypto_open2()
152 if (!c->aes_decrypt) { in crypto_open2()
156 ret = av_aes_init(c->aes_decrypt, c->decrypt_key, BLOCKSIZE * 8, 1); in crypto_open2()
214 av_aes_crypt(c->aes_decrypt, c->outbuffer, c->inbuffer + c->indata_used, in crypto_read()
390 av_freep(&c->aes_decrypt); in crypto_close()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dcrypto.c55 struct AVAES *aes_decrypt; member
151 c->aes_decrypt = av_aes_alloc(); in crypto_open2()
152 if (!c->aes_decrypt) { in crypto_open2()
156 ret = av_aes_init(c->aes_decrypt, c->decrypt_key, BLOCKSIZE * 8, 1); in crypto_open2()
214 av_aes_crypt(c->aes_decrypt, c->outbuffer, c->inbuffer + c->indata_used, in crypto_read()
385 av_freep(&c->aes_decrypt); in crypto_close()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dcrypto.c55 struct AVAES *aes_decrypt; member
151 c->aes_decrypt = av_aes_alloc(); in crypto_open2()
152 if (!c->aes_decrypt) { in crypto_open2()
156 ret = av_aes_init(c->aes_decrypt, c->decrypt_key, BLOCKSIZE * 8, 1); in crypto_open2()
214 av_aes_crypt(c->aes_decrypt, c->outbuffer, c->inbuffer + c->indata_used, in crypto_read()
385 av_freep(&c->aes_decrypt); in crypto_close()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/utils/
H A Dssl_utils.c47 static int aes_decrypt(unsigned char *ciphertext, int ciphertext_len, unsigned char *key,
76 return aes_decrypt(ciphertext, ciphertext_len, key, in aes_decrypt_with_password()
168 aes_decrypt(unsigned char *ciphertext, int ciphertext_len, unsigned char *key, in aes_decrypt() function
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/utils/
H A Dssl_utils.c47 static int aes_decrypt(unsigned char *ciphertext, int ciphertext_len, unsigned char *key,
76 return aes_decrypt(ciphertext, ciphertext_len, key, in aes_decrypt_with_password()
168 aes_decrypt(unsigned char *ciphertext, int ciphertext_len, unsigned char *key, in aes_decrypt() function
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/utils/
H A Dssl_utils.c47 static int aes_decrypt(unsigned char *ciphertext, int ciphertext_len, unsigned char *key,
76 return aes_decrypt(ciphertext, ciphertext_len, key, in aes_decrypt_with_password()
168 aes_decrypt(unsigned char *ciphertext, int ciphertext_len, unsigned char *key, in aes_decrypt() function
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/utils/
H A Dssl_utils.c47 static int aes_decrypt(unsigned char *ciphertext, int ciphertext_len, unsigned char *key,
76 return aes_decrypt(ciphertext, ciphertext_len, key, in aes_decrypt_with_password()
168 aes_decrypt(unsigned char *ciphertext, int ciphertext_len, unsigned char *key, in aes_decrypt() function
/dports/security/krb5/krb5-1.19.2/src/lib/crypto/builtin/aes/
H A Daes-gen.c107 r = aes_decrypt(output, tmp, &fipsctx); in fips_test()
138 r = aes_decrypt(in + i, out + i, &dctx); in ecb_dec()
177 r = aes_decrypt(in + i, tmp, &dctx); in cbc_dec()
244 r = aes_decrypt(cn1, pn, &dctx); in cts_dec()
250 r = aes_decrypt(cn, pn1, &dctx); in cts_dec()
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/crypto/
H A Daxtls_aes.c133 static void aes_decrypt ( void *ctx, const void *src, void *dst, in aes_decrypt() function
153 .decrypt = aes_decrypt,
/dports/security/gnutls/gnutls-3.6.16/lib/accelerated/x86/
H A Daes-cbc-x86-aesni.c112 aes_decrypt(void *_ctx, const void *src, size_t src_size, in aes_decrypt() function
139 .decrypt = aes_decrypt,
/dports/www/youtube_dl/youtube-dl/test/
H A Dtest_aes.py11 from youtube_dl.aes import aes_decrypt, aes_encrypt, aes_cbc_decrypt, aes_cbc_encrypt, aes_decrypt_…
27 decrypted = intlist_to_bytes(aes_decrypt(encrypted, key))
/dports/security/R-cran-digest/digest/src/
H A Draes.c18 aes_decrypt(&ctx, code, code); in decrypt()
95 aes_decrypt(ctx, block, block); in AESdecryptECB()
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/aes-gladman/
H A Daesxam.c263 aes_decrypt(dbuf + len, dbuf + len, ctx); in decfile()
284 aes_decrypt(b2, buf, ctx); in decfile()
307 aes_decrypt(b3, b3, ctx); in decfile()
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/aes-gladman/
H A Daesxam.c263 aes_decrypt(dbuf + len, dbuf + len, ctx); in decfile()
284 aes_decrypt(b2, buf, ctx); in decfile()
307 aes_decrypt(b3, b3, ctx); in decfile()
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/aes-gladman/
H A Daesxam.c263 aes_decrypt(dbuf + len, dbuf + len, ctx); in decfile()
284 aes_decrypt(b2, buf, ctx); in decfile()
307 aes_decrypt(b3, b3, ctx); in decfile()
/dports/devel/rpc2/rpc2-2.14/secure/
H A Dsecure_aes.c61 aes_decrypt(&in[i], &out[i], ctx); in aes_cbc_decrypt()
64 aes_decrypt(&in[0], &out[0], ctx); in aes_cbc_decrypt()
134 aes_decrypt(&dbuf, &dbuf, &dctx); in check_aes_monte_carlo()
142 aes_decrypt(&dbuf, &dbuf, &dctx); in check_aes_monte_carlo()

12345678910>>...30