Home
last modified time | relevance | path

Searched refs:ks1 (Results 1 – 25 of 924) sorted by relevance

12345678910>>...37

/dports/security/hashcat/hashcat-6.2.5/OpenCL/
H A Dinc_luks_serpent.h9 DECLSPEC void serpent128_decrypt_cbc (const u32 *ks1, const u32 *in, u32 *out, u32 *essiv);
10 DECLSPEC void serpent256_decrypt_cbc (const u32 *ks1, const u32 *in, u32 *out, u32 *essiv);
11 …sector_serpent_cbc_essiv128 (GLOBAL_AS const u32 *in, u32 *out, const u32 *ks1, const u32 *ks2, co…
29 …_sector_serpent_cbc_plain128 (GLOBAL_AS const u32 *in, u32 *out, const u32 *ks1, const u32 sector);
30 …_serpent_cbc_plain128_mk_sha1 (GLOBAL_AS const u32 *in, u32 *mk, const u32 *ks1, const u32 sector);
32 …erpent_cbc_plain128_mk_sha256 (GLOBAL_AS const u32 *in, u32 *mk, const u32 *ks1, const u32 sector);
34 …erpent_cbc_plain128_mk_sha512 (GLOBAL_AS const u32 *in, u32 *mk, const u32 *ks1, const u32 sector);
38 …_sector_serpent_cbc_plain256 (GLOBAL_AS const u32 *in, u32 *out, const u32 *ks1, const u32 sector);
39 …_serpent_cbc_plain256_mk_sha1 (GLOBAL_AS const u32 *in, u32 *mk, const u32 *ks1, const u32 sector);
48 DECLSPEC void serpent128_decrypt_xts (const u32 *ks1, const u32 *in, u32 *out, u32 *T);
[all …]
H A Dinc_luks_serpent.cl2585 u32 ks1[140];
2618 u32 ks1[140];
2646 u32 ks1[140];
2673 u32 ks1[140];
2706 u32 ks1[140];
2746 u32 ks1[140];
2781 u32 ks1[140];
2806 u32 ks1[140];
2826 u32 ks1[140];
2845 u32 ks1[140];
[all …]
H A Dinc_luks_aes.cl2589 u32 ks1[44];
2622 u32 ks1[60];
2650 u32 ks1[44];
2677 u32 ks1[60];
2710 u32 ks1[44];
2750 u32 ks1[60];
2789 u32 ks1[44];
2818 u32 ks1[60];
2842 u32 ks1[44];
2865 u32 ks1[60];
[all …]
H A Dinc_luks_aes.h9 DECLSPEC void aes128_decrypt_cbc (const u32 *ks1, const u32 *in, u32 *out, u32 *essiv, SHM_TYPE u32…
10 DECLSPEC void aes256_decrypt_cbc (const u32 *ks1, const u32 *in, u32 *out, u32 *essiv, SHM_TYPE u32…
11 …ypt_sector_aes_cbc_essiv128 (GLOBAL_AS const u32 *in, u32 *out, const u32 *ks1, const u32 *ks2, co…
12 …tor_aes_cbc_essiv128_mk_sha1 (GLOBAL_AS const u32 *in, u32 *mk, const u32 *ks1, const u32 *ks2, co…
29 …ypt_sector_aes_cbc_plain128 (GLOBAL_AS const u32 *in, u32 *out, const u32 *ks1, const u32 sector, …
30 …tor_aes_cbc_plain128_mk_sha1 (GLOBAL_AS const u32 *in, u32 *mk, const u32 *ks1, const u32 sector, …
32 …r_aes_cbc_plain128_mk_sha256 (GLOBAL_AS const u32 *in, u32 *mk, const u32 *ks1, const u32 sector, …
38 …ypt_sector_aes_cbc_plain256 (GLOBAL_AS const u32 *in, u32 *out, const u32 *ks1, const u32 sector, …
39 …tor_aes_cbc_plain256_mk_sha1 (GLOBAL_AS const u32 *in, u32 *mk, const u32 *ks1, const u32 sector, …
48 DECLSPEC void aes128_decrypt_xts (const u32 *ks1, const u32 *in, u32 *out, u32 *T, SHM_TYPE u32 *s_…
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_default_hw.c18 #define ks1 tks.ks[0] macro
33 des_t4_key_expand(&deskey[0], &tctx->ks1); in ossl_cipher_hw_tdes_ede2_initkey()
35 memcpy(&tctx->ks3, &tctx->ks1, sizeof(tctx->ks1)); in ossl_cipher_hw_tdes_ede2_initkey()
42 DES_set_key_unchecked(&deskey[0], &tctx->ks1); in ossl_cipher_hw_tdes_ede2_initkey()
44 memcpy(&tctx->ks3, &tctx->ks1, sizeof(tctx->ks1)); in ossl_cipher_hw_tdes_ede2_initkey()
62 DES_ede3_ofb64_encrypt(in, out, (long)inl, &tctx->ks1, &tctx->ks2, in ossl_cipher_hw_tdes_ofb()
78 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb()
86 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb()
109 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb1()
125 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb8()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_default_hw.c18 #define ks1 tks.ks[0] macro
33 des_t4_key_expand(&deskey[0], &tctx->ks1); in ossl_cipher_hw_tdes_ede2_initkey()
35 memcpy(&tctx->ks3, &tctx->ks1, sizeof(tctx->ks1)); in ossl_cipher_hw_tdes_ede2_initkey()
42 DES_set_key_unchecked(&deskey[0], &tctx->ks1); in ossl_cipher_hw_tdes_ede2_initkey()
44 memcpy(&tctx->ks3, &tctx->ks1, sizeof(tctx->ks1)); in ossl_cipher_hw_tdes_ede2_initkey()
62 DES_ede3_ofb64_encrypt(in, out, (long)inl, &tctx->ks1, &tctx->ks2, in ossl_cipher_hw_tdes_ofb()
78 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb()
86 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb()
109 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb1()
125 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb8()
[all …]
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_default_hw.c18 #define ks1 tks.ks[0] macro
33 des_t4_key_expand(&deskey[0], &tctx->ks1); in ossl_cipher_hw_tdes_ede2_initkey()
35 memcpy(&tctx->ks3, &tctx->ks1, sizeof(tctx->ks1)); in ossl_cipher_hw_tdes_ede2_initkey()
42 DES_set_key_unchecked(&deskey[0], &tctx->ks1); in ossl_cipher_hw_tdes_ede2_initkey()
44 memcpy(&tctx->ks3, &tctx->ks1, sizeof(tctx->ks1)); in ossl_cipher_hw_tdes_ede2_initkey()
62 DES_ede3_ofb64_encrypt(in, out, (long)inl, &tctx->ks1, &tctx->ks2, in ossl_cipher_hw_tdes_ofb()
78 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb()
86 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb()
109 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb1()
125 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb8()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_default_hw.c18 #define ks1 tks.ks[0] macro
33 des_t4_key_expand(&deskey[0], &tctx->ks1); in ossl_cipher_hw_tdes_ede2_initkey()
35 memcpy(&tctx->ks3, &tctx->ks1, sizeof(tctx->ks1)); in ossl_cipher_hw_tdes_ede2_initkey()
42 DES_set_key_unchecked(&deskey[0], &tctx->ks1); in ossl_cipher_hw_tdes_ede2_initkey()
44 memcpy(&tctx->ks3, &tctx->ks1, sizeof(tctx->ks1)); in ossl_cipher_hw_tdes_ede2_initkey()
62 DES_ede3_ofb64_encrypt(in, out, (long)inl, &tctx->ks1, &tctx->ks2, in ossl_cipher_hw_tdes_ofb()
78 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb()
86 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb()
109 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb1()
125 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb8()
[all …]
/dports/security/openssl-devel/openssl-3.0.2/providers/implementations/ciphers/
H A Dcipher_tdes_default_hw.c18 #define ks1 tks.ks[0] macro
33 des_t4_key_expand(&deskey[0], &tctx->ks1); in ossl_cipher_hw_tdes_ede2_initkey()
35 memcpy(&tctx->ks3, &tctx->ks1, sizeof(tctx->ks1)); in ossl_cipher_hw_tdes_ede2_initkey()
42 DES_set_key_unchecked(&deskey[0], &tctx->ks1); in ossl_cipher_hw_tdes_ede2_initkey()
44 memcpy(&tctx->ks3, &tctx->ks1, sizeof(tctx->ks1)); in ossl_cipher_hw_tdes_ede2_initkey()
62 DES_ede3_ofb64_encrypt(in, out, (long)inl, &tctx->ks1, &tctx->ks2, in ossl_cipher_hw_tdes_ofb()
78 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb()
86 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb()
109 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb1()
125 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb8()
[all …]
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/providers/implementations/ciphers/
H A Dcipher_tdes_default_hw.c18 #define ks1 tks.ks[0] macro
33 des_t4_key_expand(&deskey[0], &tctx->ks1); in ossl_cipher_hw_tdes_ede2_initkey()
35 memcpy(&tctx->ks3, &tctx->ks1, sizeof(tctx->ks1)); in ossl_cipher_hw_tdes_ede2_initkey()
42 DES_set_key_unchecked(&deskey[0], &tctx->ks1); in ossl_cipher_hw_tdes_ede2_initkey()
44 memcpy(&tctx->ks3, &tctx->ks1, sizeof(tctx->ks1)); in ossl_cipher_hw_tdes_ede2_initkey()
62 DES_ede3_ofb64_encrypt(in, out, (long)inl, &tctx->ks1, &tctx->ks2, in ossl_cipher_hw_tdes_ofb()
78 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb()
86 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb()
109 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb1()
125 &tctx->ks1, &tctx->ks2, &tctx->ks3, in ossl_cipher_hw_tdes_cfb8()
[all …]
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/spanner/
H A Dkeys_test.cc108 KeySet ks1; in TEST() local
109 EXPECT_EQ(ks1, ks1); in TEST()
111 KeySet ks2 = ks1; in TEST()
112 EXPECT_EQ(ks1, ks2); in TEST()
114 ks2 = ks1; in TEST()
115 EXPECT_EQ(ks1, ks2); in TEST()
117 ks2 = std::move(ks1); in TEST()
165 auto ks1 = KeySet(); in TEST() local
167 EXPECT_NE(ks0, ks1); in TEST()
169 EXPECT_EQ(ks0, ks1); in TEST()
[all …]
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/spanner/
H A Dkeys_test.cc108 KeySet ks1; in TEST() local
109 EXPECT_EQ(ks1, ks1); in TEST()
111 KeySet ks2 = ks1; in TEST()
112 EXPECT_EQ(ks1, ks2); in TEST()
114 ks2 = ks1; in TEST()
115 EXPECT_EQ(ks1, ks2); in TEST()
117 ks2 = std::move(ks1); in TEST()
165 auto ks1 = KeySet(); in TEST() local
167 EXPECT_NE(ks0, ks1); in TEST()
169 EXPECT_EQ(ks0, ks1); in TEST()
[all …]
/dports/security/libressl/libressl-3.4.3/crypto/evp/
H A De_des3.c81 DES_key_schedule ks1;/* key schedule */ member
106 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_ofb_cipher()
114 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_ofb_cipher()
126 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cbc_cipher()
134 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cbc_cipher()
145 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cfb64_cipher()
153 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cfb64_cipher()
235 DES_set_key_unchecked(&deskey[0], &data(ctx)->ks1); in des_ede_init_key()
237 memcpy(&data(ctx)->ks3, &data(ctx)->ks1, in des_ede_init_key()
238 sizeof(data(ctx)->ks1)); in des_ede_init_key()
[all …]
/dports/security/libressl-static/libressl-3.3.5/crypto/evp/
H A De_des3.c81 DES_key_schedule ks1;/* key schedule */ member
106 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_ofb_cipher()
114 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_ofb_cipher()
126 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cbc_cipher()
134 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cbc_cipher()
145 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cfb64_cipher()
153 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cfb64_cipher()
235 DES_set_key_unchecked(&deskey[0], &data(ctx)->ks1); in des_ede_init_key()
237 memcpy(&data(ctx)->ks3, &data(ctx)->ks1, in des_ede_init_key()
238 sizeof(data(ctx)->ks1)); in des_ede_init_key()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/evp/
H A De_des3.c81 DES_key_schedule ks1;/* key schedule */ member
106 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_ofb_cipher()
114 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_ofb_cipher()
126 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cbc_cipher()
134 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cbc_cipher()
145 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cfb64_cipher()
153 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cfb64_cipher()
235 DES_set_key_unchecked(&deskey[0], &data(ctx)->ks1); in des_ede_init_key()
237 memcpy(&data(ctx)->ks3, &data(ctx)->ks1, in des_ede_init_key()
238 sizeof(data(ctx)->ks1)); in des_ede_init_key()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/evp/
H A De_des3.c81 DES_key_schedule ks1;/* key schedule */ member
106 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_ofb_cipher()
114 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_ofb_cipher()
126 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cbc_cipher()
134 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cbc_cipher()
145 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cfb64_cipher()
153 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cfb64_cipher()
235 DES_set_key_unchecked(&deskey[0], &data(ctx)->ks1); in des_ede_init_key()
237 memcpy(&data(ctx)->ks3, &data(ctx)->ks1, in des_ede_init_key()
238 sizeof(data(ctx)->ks1)); in des_ede_init_key()
[all …]
/dports/www/obhttpd/libressl-3.4.1/crypto/evp/
H A De_des3.c81 DES_key_schedule ks1;/* key schedule */ member
106 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_ofb_cipher()
114 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_ofb_cipher()
126 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cbc_cipher()
134 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cbc_cipher()
145 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cfb64_cipher()
153 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cfb64_cipher()
235 DES_set_key_unchecked(&deskey[0], &data(ctx)->ks1); in des_ede_init_key()
237 memcpy(&data(ctx)->ks3, &data(ctx)->ks1, in des_ede_init_key()
238 sizeof(data(ctx)->ks1)); in des_ede_init_key()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/mul/pdf1d/tests/
H A Dtest_weighted_epanech_kernel_pdf.cxx45 vnl_vector<double> x(ns), p(ns), ks1(ns); in test_weighted_epanech_kernel_pdf() local
50 ks1(i) = ((double)i + 0.5)/ns; in test_weighted_epanech_kernel_pdf()
53 ks1 -= p; in test_weighted_epanech_kernel_pdf()
54 ks1.apply(&vnl_math::abs); in test_weighted_epanech_kernel_pdf()
56 …std::cout << "Single kernel KS1 deviation is " << vnl_c_vector<double>::max_value(ks1.data_block()… in test_weighted_epanech_kernel_pdf()
57 TEST("KS1 test < 0.003", vnl_c_vector<double>::max_value(ks1.data_block(), ns) < 0.003, true); in test_weighted_epanech_kernel_pdf()
67 vnl_vector<double> x(ns), p(ns), ks1(ns); in test_weighted_epanech_kernel_pdf() local
72 ks1(i) = ((double)i + 0.5)/ns; in test_weighted_epanech_kernel_pdf()
75 ks1 -= p; in test_weighted_epanech_kernel_pdf()
76 ks1.apply(&vnl_math::abs); in test_weighted_epanech_kernel_pdf()
[all …]
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/evp/
H A De_des3.c78 DES_key_schedule ks1;/* key schedule */ member
93 &data(ctx)->ks1, &data(ctx)->ks2, in des_ede_ecb_cipher()
122 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cbc_cipher()
148 &data(ctx)->ks1,&data(ctx)->ks2,&data(ctx)->ks3, in des_ede3_cfb1_cipher()
160 &data(ctx)->ks1,&data(ctx)->ks2,&data(ctx)->ks3, in des_ede3_cfb8_cipher()
199 if (DES_set_key_checked(&deskey[0],&data(ctx)->ks1) in des_ede_init_key()
203 DES_set_key_unchecked(&deskey[0],&data(ctx)->ks1); in des_ede_init_key()
206 memcpy(&data(ctx)->ks3,&data(ctx)->ks1, in des_ede_init_key()
207 sizeof(data(ctx)->ks1)); in des_ede_init_key()
227 if (DES_set_key_checked(&deskey[0],&data(ctx)->ks1) in des_ede3_init_key()
[all …]
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/evp/
H A De_des3.c77 DES_key_schedule ks1; /* key schedule */ member
95 &data(ctx)->ks1, &data(ctx)->ks2, in des_ede_ecb_cipher()
104 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_ofb_cipher()
124 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cbc_cipher()
151 &data(ctx)->ks1, &data(ctx)->ks2, in des_ede3_cfb1_cipher()
165 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede3_cfb8_cipher()
198 if (DES_set_key_checked(&deskey[0], &data(ctx)->ks1) in des_ede_init_key()
202 DES_set_key_unchecked(&deskey[0], &data(ctx)->ks1); in des_ede_init_key()
205 memcpy(&data(ctx)->ks3, &data(ctx)->ks1, sizeof(data(ctx)->ks1)); in des_ede_init_key()
229 if (DES_set_key_checked(&deskey[0], &data(ctx)->ks1) in des_ede3_init_key()
[all …]
/dports/security/cyrus-sasl2-sql/cyrus-sasl-2.1.28/mac/libdes/src/
H A Dede_enc.c61 void des_ede3_cbc_encrypt(input, output, length, ks1, ks2, ks3, ivec, encrypt)
65 des_key_schedule ks1;
95 des_encrypt3((DES_LONG *)tin,ks1,ks2,ks3);
110 des_encrypt3((DES_LONG *)tin,ks1,ks2,ks3);
137 des_decrypt3((DES_LONG *)tin,ks1,ks2,ks3);
158 des_decrypt3((DES_LONG *)tin,ks1,ks2,ks3);
177 void des_ede2_cbc_encrypt(input, output, length, ks1, ks2, ivec, enc)
181 des_key_schedule ks1;
186 des_ede3_cbc_encrypt(input,output,length,ks1,ks2,ks1,ivec,enc);
/dports/security/cyrus-sasl2-gssapi/cyrus-sasl-2.1.28/mac/libdes/src/
H A Dede_enc.c61 void des_ede3_cbc_encrypt(input, output, length, ks1, ks2, ks3, ivec, encrypt)
65 des_key_schedule ks1;
95 des_encrypt3((DES_LONG *)tin,ks1,ks2,ks3);
110 des_encrypt3((DES_LONG *)tin,ks1,ks2,ks3);
137 des_decrypt3((DES_LONG *)tin,ks1,ks2,ks3);
158 des_decrypt3((DES_LONG *)tin,ks1,ks2,ks3);
177 void des_ede2_cbc_encrypt(input, output, length, ks1, ks2, ivec, enc)
181 des_key_schedule ks1;
186 des_ede3_cbc_encrypt(input,output,length,ks1,ks2,ks1,ivec,enc);
/dports/security/cyrus-sasl2-saslauthd/cyrus-sasl-2.1.28/mac/libdes/src/
H A Dede_enc.c61 void des_ede3_cbc_encrypt(input, output, length, ks1, ks2, ks3, ivec, encrypt)
65 des_key_schedule ks1;
95 des_encrypt3((DES_LONG *)tin,ks1,ks2,ks3);
110 des_encrypt3((DES_LONG *)tin,ks1,ks2,ks3);
137 des_decrypt3((DES_LONG *)tin,ks1,ks2,ks3);
158 des_decrypt3((DES_LONG *)tin,ks1,ks2,ks3);
177 void des_ede2_cbc_encrypt(input, output, length, ks1, ks2, ivec, enc)
181 des_key_schedule ks1;
186 des_ede3_cbc_encrypt(input,output,length,ks1,ks2,ks1,ivec,enc);
/dports/security/cyrus-sasl2/cyrus-sasl-2.1.28/mac/libdes/src/
H A Dede_enc.c61 void des_ede3_cbc_encrypt(input, output, length, ks1, ks2, ks3, ivec, encrypt)
65 des_key_schedule ks1;
95 des_encrypt3((DES_LONG *)tin,ks1,ks2,ks3);
110 des_encrypt3((DES_LONG *)tin,ks1,ks2,ks3);
137 des_decrypt3((DES_LONG *)tin,ks1,ks2,ks3);
158 des_decrypt3((DES_LONG *)tin,ks1,ks2,ks3);
177 void des_ede2_cbc_encrypt(input, output, length, ks1, ks2, ivec, enc)
181 des_key_schedule ks1;
186 des_ede3_cbc_encrypt(input,output,length,ks1,ks2,ks1,ivec,enc);
/dports/security/cyrus-sasl2-ldapdb/cyrus-sasl-2.1.28/mac/libdes/src/
H A Dede_enc.c61 void des_ede3_cbc_encrypt(input, output, length, ks1, ks2, ks3, ivec, encrypt)
65 des_key_schedule ks1;
95 des_encrypt3((DES_LONG *)tin,ks1,ks2,ks3);
110 des_encrypt3((DES_LONG *)tin,ks1,ks2,ks3);
137 des_decrypt3((DES_LONG *)tin,ks1,ks2,ks3);
158 des_decrypt3((DES_LONG *)tin,ks1,ks2,ks3);
177 void des_ede2_cbc_encrypt(input, output, length, ks1, ks2, ivec, enc)
181 des_key_schedule ks1;
186 des_ede3_cbc_encrypt(input,output,length,ks1,ks2,ks1,ivec,enc);

12345678910>>...37