Home
last modified time | relevance | path

Searched refs:RC2_BLOCK_SIZE (Results 1 – 25 of 39) sorted by relevance

12

/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/hcrypto/
H A Drc2.c206 while (size >= RC2_BLOCK_SIZE) { in RC2_cbc_encrypt()
210 memcpy(iv, out, RC2_BLOCK_SIZE); in RC2_cbc_encrypt()
211 size -= RC2_BLOCK_SIZE; in RC2_cbc_encrypt()
212 in += RC2_BLOCK_SIZE; in RC2_cbc_encrypt()
213 out += RC2_BLOCK_SIZE; in RC2_cbc_encrypt()
221 memcpy(iv, out, RC2_BLOCK_SIZE); in RC2_cbc_encrypt()
224 while (size >= RC2_BLOCK_SIZE) { in RC2_cbc_encrypt()
225 memcpy(tmp, in, RC2_BLOCK_SIZE); in RC2_cbc_encrypt()
230 size -= RC2_BLOCK_SIZE; in RC2_cbc_encrypt()
231 in += RC2_BLOCK_SIZE; in RC2_cbc_encrypt()
[all …]
H A Drc2.h49 #define RC2_BLOCK_SIZE 8 macro
50 #define RC2_BLOCK RC2_BLOCK_SIZE
H A Devp-hcrypto.c610 RC2_BLOCK_SIZE, in EVP_hcrypto_rc2_cbc()
612 RC2_BLOCK_SIZE, in EVP_hcrypto_rc2_cbc()
639 RC2_BLOCK_SIZE, in EVP_hcrypto_rc2_40_cbc()
641 RC2_BLOCK_SIZE, in EVP_hcrypto_rc2_40_cbc()
668 RC2_BLOCK_SIZE, in EVP_hcrypto_rc2_64_cbc()
670 RC2_BLOCK_SIZE, in EVP_hcrypto_rc2_64_cbc()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/heimdal/lib/des/
H A Drc2.c209 while (size >= RC2_BLOCK_SIZE) { in RC2_cbc_encrypt()
213 memcpy(iv, out, RC2_BLOCK_SIZE); in RC2_cbc_encrypt()
214 size -= RC2_BLOCK_SIZE; in RC2_cbc_encrypt()
215 in += RC2_BLOCK_SIZE; in RC2_cbc_encrypt()
216 out += RC2_BLOCK_SIZE; in RC2_cbc_encrypt()
224 memcpy(iv, out, RC2_BLOCK_SIZE); in RC2_cbc_encrypt()
227 while (size >= RC2_BLOCK_SIZE) { in RC2_cbc_encrypt()
228 memcpy(tmp, in, RC2_BLOCK_SIZE); in RC2_cbc_encrypt()
233 size -= RC2_BLOCK_SIZE; in RC2_cbc_encrypt()
234 in += RC2_BLOCK_SIZE; in RC2_cbc_encrypt()
[all …]
H A Drc2.h49 #define RC2_BLOCK_SIZE 8 macro
50 #define RC2_BLOCK RC2_BLOCK_SIZE
H A Devp.c529 RC2_BLOCK_SIZE, in EVP_rc2_cbc()
531 RC2_BLOCK_SIZE, in EVP_rc2_cbc()
550 RC2_BLOCK_SIZE, in EVP_rc2_40_cbc()
552 RC2_BLOCK_SIZE, in EVP_rc2_40_cbc()
571 RC2_BLOCK_SIZE, in EVP_rc2_64_cbc()
573 RC2_BLOCK_SIZE, in EVP_rc2_64_cbc()
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/
H A Drc2.c94 XMEMCPY(rc2->reg, iv, RC2_BLOCK_SIZE); in wc_Rc2SetIV()
96 XMEMSET(rc2->reg, 0, RC2_BLOCK_SIZE); in wc_Rc2SetIV()
174 if (sz != RC2_BLOCK_SIZE) { in wc_Rc2EcbEncrypt()
239 if (sz != RC2_BLOCK_SIZE) { in wc_Rc2EcbDecrypt()
286 word32 blocks = (sz / RC2_BLOCK_SIZE); in wc_Rc2CbcEncrypt()
305 out += RC2_BLOCK_SIZE; in wc_Rc2CbcEncrypt()
306 in += RC2_BLOCK_SIZE; in wc_Rc2CbcEncrypt()
315 word32 blocks = (sz / RC2_BLOCK_SIZE); in wc_Rc2CbcDecrypt()
326 XMEMCPY(rc2->tmp, in, RC2_BLOCK_SIZE); in wc_Rc2CbcDecrypt()
335 out += RC2_BLOCK_SIZE; in wc_Rc2CbcDecrypt()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Drc2.c94 XMEMCPY(rc2->reg, iv, RC2_BLOCK_SIZE); in wc_Rc2SetIV()
96 XMEMSET(rc2->reg, 0, RC2_BLOCK_SIZE); in wc_Rc2SetIV()
174 if (sz != RC2_BLOCK_SIZE) { in wc_Rc2EcbEncrypt()
239 if (sz != RC2_BLOCK_SIZE) { in wc_Rc2EcbDecrypt()
286 word32 blocks = (sz / RC2_BLOCK_SIZE); in wc_Rc2CbcEncrypt()
305 out += RC2_BLOCK_SIZE; in wc_Rc2CbcEncrypt()
306 in += RC2_BLOCK_SIZE; in wc_Rc2CbcEncrypt()
315 word32 blocks = (sz / RC2_BLOCK_SIZE); in wc_Rc2CbcDecrypt()
326 XMEMCPY(rc2->tmp, in, RC2_BLOCK_SIZE); in wc_Rc2CbcDecrypt()
335 out += RC2_BLOCK_SIZE; in wc_Rc2CbcDecrypt()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Drc2.c94 XMEMCPY(rc2->reg, iv, RC2_BLOCK_SIZE); in wc_Rc2SetIV()
96 XMEMSET(rc2->reg, 0, RC2_BLOCK_SIZE); in wc_Rc2SetIV()
174 if (sz != RC2_BLOCK_SIZE) { in wc_Rc2EcbEncrypt()
239 if (sz != RC2_BLOCK_SIZE) { in wc_Rc2EcbDecrypt()
286 word32 blocks = (sz / RC2_BLOCK_SIZE); in wc_Rc2CbcEncrypt()
305 out += RC2_BLOCK_SIZE; in wc_Rc2CbcEncrypt()
306 in += RC2_BLOCK_SIZE; in wc_Rc2CbcEncrypt()
315 word32 blocks = (sz / RC2_BLOCK_SIZE); in wc_Rc2CbcDecrypt()
326 XMEMCPY(rc2->tmp, in, RC2_BLOCK_SIZE); in wc_Rc2CbcDecrypt()
335 out += RC2_BLOCK_SIZE; in wc_Rc2CbcDecrypt()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Drc2.c94 XMEMCPY(rc2->reg, iv, RC2_BLOCK_SIZE); in wc_Rc2SetIV()
96 XMEMSET(rc2->reg, 0, RC2_BLOCK_SIZE); in wc_Rc2SetIV()
174 if (sz != RC2_BLOCK_SIZE) { in wc_Rc2EcbEncrypt()
239 if (sz != RC2_BLOCK_SIZE) { in wc_Rc2EcbDecrypt()
286 word32 blocks = (sz / RC2_BLOCK_SIZE); in wc_Rc2CbcEncrypt()
305 out += RC2_BLOCK_SIZE; in wc_Rc2CbcEncrypt()
306 in += RC2_BLOCK_SIZE; in wc_Rc2CbcEncrypt()
315 word32 blocks = (sz / RC2_BLOCK_SIZE); in wc_Rc2CbcDecrypt()
326 XMEMCPY(rc2->tmp, in, RC2_BLOCK_SIZE); in wc_Rc2CbcDecrypt()
335 out += RC2_BLOCK_SIZE; in wc_Rc2CbcDecrypt()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Drc2.c94 XMEMCPY(rc2->reg, iv, RC2_BLOCK_SIZE); in wc_Rc2SetIV()
96 XMEMSET(rc2->reg, 0, RC2_BLOCK_SIZE); in wc_Rc2SetIV()
174 if (sz != RC2_BLOCK_SIZE) { in wc_Rc2EcbEncrypt()
239 if (sz != RC2_BLOCK_SIZE) { in wc_Rc2EcbDecrypt()
286 word32 blocks = (sz / RC2_BLOCK_SIZE); in wc_Rc2CbcEncrypt()
305 out += RC2_BLOCK_SIZE; in wc_Rc2CbcEncrypt()
306 in += RC2_BLOCK_SIZE; in wc_Rc2CbcEncrypt()
315 word32 blocks = (sz / RC2_BLOCK_SIZE); in wc_Rc2CbcDecrypt()
326 XMEMCPY(rc2->tmp, in, RC2_BLOCK_SIZE); in wc_Rc2CbcDecrypt()
335 out += RC2_BLOCK_SIZE; in wc_Rc2CbcDecrypt()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/freebl/deprecated/
H A Dalg2268.c52 #define RC2_BLOCK_SIZE 8 macro
377 output += RC2_BLOCK_SIZE; in rc2_EncryptECB()
378 input += RC2_BLOCK_SIZE; in rc2_EncryptECB()
379 inputLen -= RC2_BLOCK_SIZE; in rc2_EncryptECB()
394 output += RC2_BLOCK_SIZE; in rc2_DecryptECB()
395 input += RC2_BLOCK_SIZE; in rc2_DecryptECB()
396 inputLen -= RC2_BLOCK_SIZE; in rc2_DecryptECB()
415 output += RC2_BLOCK_SIZE; in rc2_EncryptCBC()
416 input += RC2_BLOCK_SIZE; in rc2_EncryptCBC()
436 output += RC2_BLOCK_SIZE; in rc2_DecryptCBC()
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/lib/freebl/deprecated/
H A Dalg2268.c52 #define RC2_BLOCK_SIZE 8 macro
377 output += RC2_BLOCK_SIZE; in rc2_EncryptECB()
378 input += RC2_BLOCK_SIZE; in rc2_EncryptECB()
379 inputLen -= RC2_BLOCK_SIZE; in rc2_EncryptECB()
394 output += RC2_BLOCK_SIZE; in rc2_DecryptECB()
395 input += RC2_BLOCK_SIZE; in rc2_DecryptECB()
396 inputLen -= RC2_BLOCK_SIZE; in rc2_DecryptECB()
415 output += RC2_BLOCK_SIZE; in rc2_EncryptCBC()
416 input += RC2_BLOCK_SIZE; in rc2_EncryptCBC()
436 output += RC2_BLOCK_SIZE; in rc2_DecryptCBC()
[all …]
/dports/www/firefox/firefox-99.0/security/nss/lib/freebl/deprecated/
H A Dalg2268.c52 #define RC2_BLOCK_SIZE 8 macro
377 output += RC2_BLOCK_SIZE; in rc2_EncryptECB()
378 input += RC2_BLOCK_SIZE; in rc2_EncryptECB()
379 inputLen -= RC2_BLOCK_SIZE; in rc2_EncryptECB()
394 output += RC2_BLOCK_SIZE; in rc2_DecryptECB()
395 input += RC2_BLOCK_SIZE; in rc2_DecryptECB()
396 inputLen -= RC2_BLOCK_SIZE; in rc2_DecryptECB()
415 output += RC2_BLOCK_SIZE; in rc2_EncryptCBC()
416 input += RC2_BLOCK_SIZE; in rc2_EncryptCBC()
436 output += RC2_BLOCK_SIZE; in rc2_DecryptCBC()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/freebl/
H A Dalg2268.c52 #define RC2_BLOCK_SIZE 8 macro
377 output += RC2_BLOCK_SIZE; in rc2_EncryptECB()
378 input += RC2_BLOCK_SIZE; in rc2_EncryptECB()
379 inputLen -= RC2_BLOCK_SIZE; in rc2_EncryptECB()
394 output += RC2_BLOCK_SIZE; in rc2_DecryptECB()
395 input += RC2_BLOCK_SIZE; in rc2_DecryptECB()
396 inputLen -= RC2_BLOCK_SIZE; in rc2_DecryptECB()
415 output += RC2_BLOCK_SIZE; in rc2_EncryptCBC()
416 input += RC2_BLOCK_SIZE; in rc2_EncryptCBC()
436 output += RC2_BLOCK_SIZE; in rc2_DecryptCBC()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/freebl/
H A Dalg2268.c52 #define RC2_BLOCK_SIZE 8 macro
377 output += RC2_BLOCK_SIZE; in rc2_EncryptECB()
378 input += RC2_BLOCK_SIZE; in rc2_EncryptECB()
379 inputLen -= RC2_BLOCK_SIZE; in rc2_EncryptECB()
394 output += RC2_BLOCK_SIZE; in rc2_DecryptECB()
395 input += RC2_BLOCK_SIZE; in rc2_DecryptECB()
396 inputLen -= RC2_BLOCK_SIZE; in rc2_DecryptECB()
415 output += RC2_BLOCK_SIZE; in rc2_EncryptCBC()
416 input += RC2_BLOCK_SIZE; in rc2_EncryptCBC()
436 output += RC2_BLOCK_SIZE; in rc2_DecryptCBC()
[all …]
/dports/security/nss/nss-3.76.1/nss/lib/freebl/deprecated/
H A Dalg2268.c52 #define RC2_BLOCK_SIZE 8 macro
377 output += RC2_BLOCK_SIZE; in rc2_EncryptECB()
378 input += RC2_BLOCK_SIZE; in rc2_EncryptECB()
379 inputLen -= RC2_BLOCK_SIZE; in rc2_EncryptECB()
394 output += RC2_BLOCK_SIZE; in rc2_DecryptECB()
395 input += RC2_BLOCK_SIZE; in rc2_DecryptECB()
396 inputLen -= RC2_BLOCK_SIZE; in rc2_DecryptECB()
415 output += RC2_BLOCK_SIZE; in rc2_EncryptCBC()
416 input += RC2_BLOCK_SIZE; in rc2_EncryptCBC()
436 output += RC2_BLOCK_SIZE; in rc2_DecryptCBC()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/freebl/deprecated/
H A Dalg2268.c52 #define RC2_BLOCK_SIZE 8 macro
377 output += RC2_BLOCK_SIZE; in rc2_EncryptECB()
378 input += RC2_BLOCK_SIZE; in rc2_EncryptECB()
379 inputLen -= RC2_BLOCK_SIZE; in rc2_EncryptECB()
394 output += RC2_BLOCK_SIZE; in rc2_DecryptECB()
395 input += RC2_BLOCK_SIZE; in rc2_DecryptECB()
396 inputLen -= RC2_BLOCK_SIZE; in rc2_DecryptECB()
415 output += RC2_BLOCK_SIZE; in rc2_EncryptCBC()
416 input += RC2_BLOCK_SIZE; in rc2_EncryptCBC()
436 output += RC2_BLOCK_SIZE; in rc2_DecryptCBC()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/freebl/
H A Dalg2268.c52 #define RC2_BLOCK_SIZE 8 macro
377 output += RC2_BLOCK_SIZE; in rc2_EncryptECB()
378 input += RC2_BLOCK_SIZE; in rc2_EncryptECB()
379 inputLen -= RC2_BLOCK_SIZE; in rc2_EncryptECB()
394 output += RC2_BLOCK_SIZE; in rc2_DecryptECB()
395 input += RC2_BLOCK_SIZE; in rc2_DecryptECB()
396 inputLen -= RC2_BLOCK_SIZE; in rc2_DecryptECB()
415 output += RC2_BLOCK_SIZE; in rc2_EncryptCBC()
416 input += RC2_BLOCK_SIZE; in rc2_EncryptCBC()
436 output += RC2_BLOCK_SIZE; in rc2_DecryptCBC()
[all …]
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/
H A Drc2.h35 RC2_BLOCK_SIZE = 8 enumerator
41 ALIGN16 word32 reg[RC2_BLOCK_SIZE / sizeof(word32)]; /* for CBC mode */
42 ALIGN16 word32 tmp[RC2_BLOCK_SIZE / sizeof(word32)]; /* same */
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Drc2.h35 RC2_BLOCK_SIZE = 8 enumerator
41 ALIGN16 word32 reg[RC2_BLOCK_SIZE / sizeof(word32)]; /* for CBC mode */
42 ALIGN16 word32 tmp[RC2_BLOCK_SIZE / sizeof(word32)]; /* same */
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Drc2.h35 RC2_BLOCK_SIZE = 8 enumerator
41 ALIGN16 word32 reg[RC2_BLOCK_SIZE / sizeof(word32)]; /* for CBC mode */
42 ALIGN16 word32 tmp[RC2_BLOCK_SIZE / sizeof(word32)]; /* same */
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Drc2.h35 RC2_BLOCK_SIZE = 8 enumerator
41 ALIGN16 word32 reg[RC2_BLOCK_SIZE / sizeof(word32)]; /* for CBC mode */
42 ALIGN16 word32 tmp[RC2_BLOCK_SIZE / sizeof(word32)]; /* same */
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Drc2.h35 RC2_BLOCK_SIZE = 8 enumerator
41 ALIGN16 word32 reg[RC2_BLOCK_SIZE / sizeof(word32)]; /* for CBC mode */
42 ALIGN16 word32 tmp[RC2_BLOCK_SIZE / sizeof(word32)]; /* same */
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/test/
H A Dtest.c4662 a.inLen = RC2_BLOCK_SIZE; in rc2_ecb_test()
4663 a.outLen = RC2_BLOCK_SIZE; in rc2_ecb_test()
4670 b.inLen = RC2_BLOCK_SIZE; in rc2_ecb_test()
4671 b.outLen = RC2_BLOCK_SIZE; in rc2_ecb_test()
4678 c.inLen = RC2_BLOCK_SIZE; in rc2_ecb_test()
4679 c.outLen = RC2_BLOCK_SIZE; in rc2_ecb_test()
4686 d.inLen = RC2_BLOCK_SIZE; in rc2_ecb_test()
4687 d.outLen = RC2_BLOCK_SIZE; in rc2_ecb_test()
4694 e.inLen = RC2_BLOCK_SIZE; in rc2_ecb_test()
4695 e.outLen = RC2_BLOCK_SIZE; in rc2_ecb_test()
[all …]

12