Home
last modified time | relevance | path

Searched refs:cipher (Results 1 – 25 of 40718) sorted by path

12345678910>>...1629

/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/rand_chacha-0.3.1/
H A DREADME.md13 ChaCha is a stream cipher designed by Daniel J. Bernstein[^1], that we use
14 as an RNG. It is an improved variant of the Salsa20 cipher family, which was
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/rand_hc-0.3.1/
H A DREADME.md13 HC-128 is a stream cipher designed by Hongjun Wu[^1], that we use as an
/dports/archivers/arj/arj-3.10.22/
H A DChangeLog1819 * arjcrypt.h: Added cipher/decipher constants.
/dports/archivers/bicom/bicom-1.01/bialib/
H A Drijndael.cpp58 cipher.EncryptBlock(b,b,m_ivbuf2); in FillQ()
66 cipher.EncryptBlock(b,b,m_ivbuf); in FillQ()
74 cipher.EncryptBlock(b,b,m_ivbuf); in FillQ()
86 cipher.EncryptBlock(b,b,m_ivbuf); in FillQ()
97 cipher.EncryptBlock(b+left-17,b+left-17,m_ivbuf2); in FillQ()
161 cipher.DecryptBlock(b,b,m_ivbuf); in FillQ()
169 cipher.DecryptBlock(b,b,m_ivbuf); in FillQ()
189 cipher.DecryptBlock(b+left-17,b+left-17,m_ivbuf2); in FillQ()
196 cipher.DecryptBlock(b,b,m_ivbuf); in FillQ()
210 cipher.DecryptBlock(b,b,m_ivbuf2); in FillQ()
H A Drijndael.h74 :cipher(key,keylen,dopasshash) in cipher() function
97 Rijndael cipher;
116 :cipher(key,keylen,dopasshash) in cipher() function
139 Rijndael cipher;
/dports/archivers/dact/dact-0.8.42/
H A DChangeLog19 * Added cipher subsystem
20 * Added cipher_chaos.c (Chaos cipher)
H A Ddact_common.c296 if (cipher!=-1) { in dact_process_file()
297 dact_hdr_ext_regn(DACT_HDR_CIPHER, cipher, sizeof(cipher)); in dact_process_file()
334 if (cipher!=-1) { in dact_process_file()
359 if (cipher==-1) { in dact_process_file()
505 read_de(src, &cipher, x, sizeof(cipher)); in dact_process_file()
590 if (cipher!=-1) { in dact_process_file()
623 if (cipher!=-1) { in dact_process_file()
659 if (cipher!=-1) { in dact_process_file()
668 if (cipher==-1) { in dact_process_file()
825 read_de(src, &cipher, x, sizeof(cipher)); in dact_process_file()
[all …]
H A Ddact_common.h11 …t unsigned char *options, const char *filename, uint32_t *crcs, uint32_t dact_blksize, int cipher);
/dports/archivers/jzlib/jzlib-1.1.1/misc/
H A Dmindtermsrc-v121-compression.patch279 client.propsHandler.setProperty("cipher", cipher[choiceCipher.getSelectedIndex()]);
/dports/archivers/libunrar6/unrar/
H A Drijndael.cpp80 const EVP_CIPHER *cipher; in Init() local
84 cipher = EVP_aes_128_cbc(); in Init()
87 cipher = EVP_aes_192_cbc(); in Init()
90 cipher = EVP_aes_256_cbc(); in Init()
96 EVP_CipherInit_ex(&ctx, cipher, NULL, key, initVector, Encrypt); in Init()
100 EVP_CipherInit_ex(ctx, cipher, NULL, key, initVector, Encrypt); in Init()
/dports/archivers/pear-Horde_Compress/Horde_Compress-2.2.3/test/Horde/Compress/fixtures/
H A Dtnef_task.eml44 (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits))
/dports/archivers/peazip/peazip-8.1.0.src/
H A Dmanifest48 t_cbccts.pas Test prog for AES CBC cipher text stealing
55 t_ecbcts.pas Test prog for AES ECB cipher text stealing
H A Dmanifest.aes57 t_cbccts.pas Test prog for AES CBC cipher text stealing
61 t_ecbcts.pas Test prog for AES ECB cipher text stealing
H A Dreadme.aes2 Delphi sources: basic AES routines and recommended block cipher modes of
10 The following recommended block cipher modes of operation are implemented:
12 chaining modes allow plain and cipher text lengths that need not be multiples
13 of the block length (for ECB and CBC cipher text stealing is used for the
H A Dreadme.tf1 This archive contains Pascal/Delphi sources for the Twofish cipher.
4 plain and cipher text lengths that need not be multiples of the block
5 length (for ECB and CBC cipher text stealing is used for the short
/dports/archivers/py-borgbackup/borgbackup-1.1.17/scripts/
H A Dborg.exe.spec26 cipher=block_cipher)
33 pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/crypto/
H A Dlow_level.pyx38 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
40 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
110 """A thin wrapper around the OpenSSL EVP cipher API
120 # Set cipher type and mode
/dports/archivers/py-lzma/pylzma-0.5.0/
H A Dpy7zlib.py764 cipher = pylzma.AESDecrypt(key, iv=iv)
768 result = cipher.decrypt(input)
/dports/archivers/sectar/sectar-1.02/sectar/
H A Dcrypt.c40 cipherInstance cipher; in cryptEncode() local
78 if (cipherInit(&cipher, MODE_CBC, NULL)!=TRUE){ in cryptEncode()
91 rc=blockEncrypt(&cipher, &key, inbuff, nb, outbuff); in cryptEncode()
108 cipherInstance cipher; in cryptDecode() local
138 if (cipherInit(&cipher, MODE_CBC, NULL)!=TRUE) in cryptDecode()
149 if (blockDecrypt(&cipher, &key, inbuff, nb, outbuff)!= nb) in cryptDecode()
H A Drijndael-api-fst.c85 cipher->mode = mode; in cipherInit()
107 cipher->IV[i] = (word8)j; in cipherInit()
123 if (cipher == NULL || in blockEncrypt()
134 switch (cipher->mode) { in blockEncrypt()
219 if (cipher == NULL || in padEncrypt()
230 switch (cipher->mode) { in padEncrypt()
245 iv = cipher->IV; in padEncrypt()
279 if (cipher == NULL || in blockDecrypt()
290 switch (cipher->mode) { in blockDecrypt()
378 if (cipher == NULL || in padDecrypt()
[all …]
H A Drijndael-api-fst.h81 int cipherInit(cipherInstance *cipher, BYTE mode, char *IV);
83 int blockEncrypt(cipherInstance *cipher, keyInstance *key,
86 int padEncrypt(cipherInstance *cipher, keyInstance *key,
89 int blockDecrypt(cipherInstance *cipher, keyInstance *key,
92 int padDecrypt(cipherInstance *cipher, keyInstance *key,
96 int cipherUpdateRounds(cipherInstance *cipher, keyInstance *key,
/dports/archivers/unrar-iconv/unrar/
H A Drijndael.cpp80 const EVP_CIPHER *cipher; in Init() local
84 cipher = EVP_aes_128_cbc(); in Init()
87 cipher = EVP_aes_192_cbc(); in Init()
90 cipher = EVP_aes_256_cbc(); in Init()
96 EVP_CipherInit_ex(&ctx, cipher, NULL, key, initVector, Encrypt); in Init()
100 EVP_CipherInit_ex(ctx, cipher, NULL, key, initVector, Encrypt); in Init()
/dports/archivers/unrar/unrar/
H A Drijndael.cpp80 const EVP_CIPHER *cipher; in Init() local
84 cipher = EVP_aes_128_cbc(); in Init()
87 cipher = EVP_aes_192_cbc(); in Init()
90 cipher = EVP_aes_256_cbc(); in Init()
96 EVP_CipherInit_ex(&ctx, cipher, NULL, key, initVector, Encrypt); in Init()
100 EVP_CipherInit_ex(ctx, cipher, NULL, key, initVector, Encrypt); in Init()
/dports/archivers/xpk/xpk-0.1.4/doc/
H A Dxpkmaster.guide1582 IDEA (International Data Encryption Algorithm) is a block cipher
1594 methods, using the IDEA cipher as the encryption function. The IDEA cipher
1616 IDEA is a cipher used for encryption in this library, what means it is a
1668 CBC cipher block chaining mode
1678 IDEA is the encryption function using the IDEA cipher
1806 cipher.
/dports/audio/baresip/baresip-0.5.8/modules/gzrtp/
H A Dsrtp.cpp125 int cipher; in Srtp() local
145 cipher = SrtpEncryptionAESCM; in Srtp()
148 cipher = SrtpEncryptionTWOCM; in Srtp()
159 cipher, // encryption algo in Srtp()
172 cipher, // encryption algo in Srtp()

12345678910>>...1629