Searched refs:k3 (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.10/OpenSSH-189/openssh/
H A Dcipher-3des1.c60 EVP_CIPHER_CTX k1, k2, k3; member in struct:ssh1_3des_ctx
71 u_char *k1, *k2, *k3; local
81 k1 = k2 = k3 = (u_char *) key;
85 k3 += 16;
91 EVP_CIPHER_CTX_init(&c->k3);
95 EVP_CipherInit(&c->k3, EVP_des_cbc(), k3, NULL, enc);
99 EVP_CipherInit(&c->k3, EVP_des_cbc(), k3, NULL, enc) == 0) {
122 EVP_Cipher(&c->k3, des
[all...]
H A Dumac.c352 UINT32 k0,k1,k2,k3,k4,k5,k6,k7; local
360 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
365 h += MUL64((k3 + d3), (k7 + d7));
385 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
390 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
408 h1 += MUL64((k3 + d3), (k7 + d7));
411 k0 = k8; k1 = k9; k2 = k10; k3 = k11;
432 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
438 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
460 h1 += MUL64((k3
487 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cpu/arm/filters/
H A DFECompositeArithmeticNEON.h40 unsigned pixelArrayLength, float k1, float k2, float k3, float k4)
44 float32x4_t k3x4 = vdupq_n_f32(k3);
72 unsigned pixelArrayLength, float k1, float k2, float k3, float k4)
76 computeArithmeticPixelsNeon<0, 0>(source, destination, pixelArrayLength, k1, k2, k3, k4);
80 computeArithmeticPixelsNeon<1, 0>(source, destination, pixelArrayLength, k1, k2, k3, k4);
85 computeArithmeticPixelsNeon<0, 1>(source, destination, pixelArrayLength, k1, k2, k3, k4);
88 computeArithmeticPixelsNeon<1, 1>(source, destination, pixelArrayLength, k1, k2, k3, k4);
39 computeArithmeticPixelsNeon(unsigned char* source, unsigned char* destination, unsigned pixelArrayLength, float k1, float k2, float k3, float k4) argument
71 platformArithmeticNeon(unsigned char* source, unsigned char* destination, unsigned pixelArrayLength, float k1, float k2, float k3, float k4) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFEComposite.cpp38 FEComposite::FEComposite(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4) argument
43 , m_k3(k3)
48 PassRefPtr<FEComposite> FEComposite::create(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4) argument
50 return adoptRef(new FEComposite(filter, type, k1, k2, k3, k4));
92 float FEComposite::k3() const function in class:WebCore::FEComposite
97 bool FEComposite::setK3(float k3) argument
99 if (m_k3 == k3)
101 m_k3 = k3;
128 float k1, float k2, float k3, float k4)
140 float result = k2 * i1 + k3 * i
127 computeArithmeticPixels(unsigned char* source, unsigned char* destination, int pixelArrayLength, float k1, float k2, float k3, float k4) argument
160 computeArithmeticPixelsUnclamped(unsigned char* source, unsigned char* destination, int pixelArrayLength, float k1, float k2, float k3, float k4) argument
185 arithmeticSoftware(unsigned char* source, unsigned char* destination, int pixelArrayLength, float k1, float k2, float k3, float k4) argument
218 platformArithmeticSoftware(Uint8ClampedArray* source, Uint8ClampedArray* destination, float k1, float k2, float k3, float k4) argument
[all...]
H A DFEComposite.h56 float k3() const;
78 float k1, float k2, float k3, float k4);
81 unsigned pixelArrayLength, float k1, float k2, float k3, float k4);
83 unsigned pixelArrayLength, float k1, float k2, float k3, float k4);
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DJoinTest.java63 sec3 = store.getSecondaryIndex(primary, Integer.class, "k3");
84 * Secondary k3: { 0:0, 1:1, 2:2, 0:3, 1:4 }
95 * k1, k2, k3, -> { primary keys }
108 private void doJoin(int k1, int k2, int k3, int[] expectKeys) argument
122 if (k3 >= 0) {
123 join.addCondition(sec3, k3);
158 int k3; field in class:JoinTest.MyEntity
162 MyEntity(int id, int k1, int k2, int k3) { argument
166 this.k3 = k3;
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dtest_fx.c114 krb5_keyblock k1, k2, k3; local
161 ret = krb5_crypto_fx_cf2(context, c1, c2, &p1, &p2, cf2[i].e3, &k3);
165 if (k3.keytype != cf2[i].e3)
167 if (k3.keyvalue.length != cf2[i].len ||
168 memcmp(k3.keyvalue.data, cf2[i].key, cf2[i].len) != 0)
176 krb5_free_keyblock_contents(context, &k3);
/macosx-10.10/OpenSSL098-52/src/crypto/des/
H A Dofb64ede.c68 DES_key_schedule *k3, DES_cblock *ivec,
94 DES_encrypt3(ti,k1,k2,k3);
65 DES_ede3_ofb64_encrypt(register const unsigned char *in, register unsigned char *out, long length, DES_key_schedule *k1, DES_key_schedule *k2, DES_key_schedule *k3, DES_cblock *ivec, int *num) argument
H A Ddes_old.h138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\
139 DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e))
140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\
141 DES_ede3_cbc_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(e))
142 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\
143 DES_ede3_cbcm_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv1),(iv2),(e))
144 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\
145 DES_ede3_cfb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n),(e))
146 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\
147 DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(i
[all...]
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGFECompositeElement.idl44 readonly attribute SVGAnimatedNumber k3;
H A DSVGFECompositeElement.cpp41 DEFINE_ANIMATED_NUMBER(SVGFECompositeElement, SVGNames::k3Attr, K3, k3)
50 REGISTER_LOCAL_ANIMATED_PROPERTY(k3)
140 return composite->setK3(k3());
183 RefPtr<FilterEffect> effect = FEComposite::create(filter, svgOperator(), k1(), k2(), k3(), k4());
H A DSVGFECompositeElement.h96 DECLARE_ANIMATED_NUMBER(K3, k3)
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Ddes_old.h138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\
139 DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e))
140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\
141 DES_ede3_cbc_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(e))
142 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\
143 DES_ede3_cbcm_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv1),(iv2),(e))
144 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\
145 DES_ede3_cfb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n),(e))
146 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\
147 DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(i
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Ddestest.c73 unsigned char k1[8], k2[8], k3[8], local
79 memcpy(k3, key3, 8);
84 DES_set_odd_parity(&k3);
87 DES_set_key_unchecked(&k3, &s3);
148 unsigned char k1[8], k2[8], k3[8], local
155 memcpy(k3, key3, 8);
161 DES_set_odd_parity(&k3);
164 DES_set_key_unchecked(&k3, &s3);
/macosx-10.10/vim-55/runtime/
H A Dtermcap19 :k1=\E[224z:k2=\E[225z:k3=\E[226z:k4=\E[227z:k5=\E[228z:\
53 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=5\EM:vt#3:xn:\
61 :k1=\2330~:k2=\2331~:k3=\2332~:k4=\2333~:k5=\2334~:\
116 :k3=\303:\
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest3_dict_interface.py236 k3 = self.dictClass().dictionaryWithDictionary_({4:4}).keys()
239 self.assertEqual(k1 - k3, {1,2})
241 self.assertEqual(k3 - k1, {4})
243 self.assertEqual(k1 & k3, set())
246 self.assertEqual(k1 ^ k3, {1,2,4})
251 k3 = self.dictClass().dictionaryWithDictionary_({4:4}).items()
254 self.assertEqual(k1 - k3, {(1,1), (2,2)})
256 self.assertEqual(k3 - k1, {(4,4)})
258 self.assertEqual(k1 & k3, set())
261 self.assertEqual(k1 ^ k3, {(
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest3_dict_interface.py236 k3 = self.dictClass().dictionaryWithDictionary_({4:4}).keys()
239 self.assertEqual(k1 - k3, {1,2})
241 self.assertEqual(k3 - k1, {4})
243 self.assertEqual(k1 & k3, set())
246 self.assertEqual(k1 ^ k3, {1,2,4})
251 k3 = self.dictClass().dictionaryWithDictionary_({4:4}).items()
254 self.assertEqual(k1 - k3, {(1,1), (2,2)})
256 self.assertEqual(k3 - k1, {(4,4)})
258 self.assertEqual(k1 & k3, set())
261 self.assertEqual(k1 ^ k3, {(
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/ec/
H A Dec_asn1.c106 unsigned int *k2, unsigned int *k3)
122 if (k3)
123 *k3 = group->poly[1];
134 long k3; member in struct:x9_62_pentanomial_st
202 ASN1_SIMPLE(X9_62_PENTANOMIAL, k3, LONG)
394 unsigned int k1, k2, k3; local
396 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3))
409 char_two->p.ppBasis->k3 = (long)k3;
838 if (!(char_two->m > penta->k3
105 EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1, unsigned int *k2, unsigned int *k3) argument
[all...]
H A Dec.h273 unsigned int *k2, unsigned int *k3);
/macosx-10.10/emacs-93/emacs/etc/
H A Dtermcap.src612 :ho=\E[H:ic=\E[@:im=\E[4h:k1=\E[11~:k2=\E[12~:k3=\E[13~:\
692 :k1=\E[[A:k2=\E[[B:k3=\E[[C:k4=\E[[D:k5=\E[[E:k6=\E[17~:\
745 :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:\
764 :bl=^G:cl=^L:cr=^M:do=^J:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
805 :ho=\E[H:ic=\E[@:im=:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:\
827 :k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:\
842 :ei=:ho=\E[H:ic=\E[1@:im=:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:\
977 :k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
1027 :k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
1079 :k2=\E[L:k3
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DopensshWrap.cpp203 unsigned char k3[kCCKeySizeDES]; local
206 memmove(k3, key, kCCKeySizeDES);
245 k3, kCCKeySizeDES,
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-eigrp.c113 u_int8_t k3; member in struct:eigrp_tlv_general_parm_t
305 printf("\n\t holdtime: %us, k1 %u, k2 %u, k3 %u, k4 %u, k5 %u",
309 tlv_ptr.eigrp_tlv_general_parm->k3,
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dtkterm150 :k3=\EOR:
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/sshKey/
H A DsshKey.cpp367 unsigned char k3[kCCKeySizeDES]; local
370 memmove(k3, pwdDigest, kCCKeySizeDES);
408 k3, kCCKeySizeDES,
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DHashing.h171 static const uint64_t k3 = 0xc949d7c7509e6557ULL; member in namespace:llvm::hashing::detail
202 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
222 a + rotate(b ^ k3, 20) - c + len + seed);

Completed in 462 milliseconds

12