Searched refs:k2 (Results 1 - 25 of 53) sorted by last modified time

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddircache.c157 const struct dir *k2 = key2; local
159 return !(k1->d_did == k2->d_did && k1->d_vid == k2->d_vid);
225 static int hash_comp_didname(const void *k1, const void *k2) argument
228 const struct dir *key2 = (const struct dir *)k2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhash.c308 size_t Curl_str_key_compare(void*k1, size_t key1_len, void*k2, size_t key2_len)
311 char *key2 = (char *)k2;
H A Dhash.h89 size_t Curl_str_key_compare(void*k1, size_t key1_len, void*k2,
H A Dmulti.c328 static size_t fd_key_compare(void*k1, size_t k1_len, void*k2, size_t k2_len)
332 return (*((int* ) k1)) == (*((int* ) k2));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dufc.c545 long32 v, *k2 = &_ufc_keytab[0][0]; local
548 long64 v, *k2 = &_ufc_keytab[0]; local
567 *k2++ = v;
580 *k2++ = v;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dntlmssp_sign.c56 static void calc_hash(unsigned char hash[258], unsigned char *k2, int k2l) argument
70 j += (hash[ind] + k2[ind%k2l]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_pipe.c463 unsigned char k2[8]; local
465 memcpy(k2, p24, 5);
466 k2[5] = 0xe5;
467 k2[6] = 0x38;
468 k2[7] = 0xb0;
476 j += (p->ntlmssp_hash[ind] + k2[ind%8]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tests/
H A Dcrypttest.c568 long32 v, *k2 = &_ufc_keytab[0][0]; local
571 long64 v, *k2 = &_ufc_keytab[0]; local
590 *k2++ = v;
603 *k2++ = v;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Ddnsmasq.c130 keyword_t *k1, *k2; local
167 k2 = keyword_list;
168 while(k2->next)
169 k2 = k2->next;
170 k2->next = k1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/rand/
H A Dfips_rand.c121 void FIPS_set_prng_key(const unsigned char k1[8],const unsigned char k2[8]) argument
124 memcpy(&key2,k2,sizeof key2);
H A Dfips_rand.h61 void FIPS_set_prng_key(const unsigned char k1[8],const unsigned char k2[8]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Ddes.h113 #define DES_ecb2_encrypt(i,o,k1,k2,e) \
114 DES_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
116 #define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \
117 DES_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
119 #define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \
120 DES_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
122 #define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \
123 DES_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
H A Ddes_old.h134 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\
135 DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e))
136 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\
137 DES_ede3_cbc_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(e))
138 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\
139 DES_ede3_cbcm_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv1),(iv2),(e))
140 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\
141 DES_ede3_cfb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n),(e))
142 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\
143 DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),
[all...]
H A Dfips_rand.h61 void FIPS_set_prng_key(const unsigned char k1[8],const unsigned char k2[8]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Ddes.c371 DES_cblock kk,k2; local
427 k2[i-8]=k;
429 DES_set_key_unchecked(&k2,&ks2);
430 OPENSSL_cleanse(k2,sizeof(k2));
436 DES_string_to_2keys(key,&kk,&k2);
437 DES_set_key_unchecked(&k2,&ks2);
438 OPENSSL_cleanse(k2,sizeof(k2));
676 OPENSSL_cleanse(k2,sizeo
[all...]
H A Ddes.h113 #define DES_ecb2_encrypt(i,o,k1,k2,e) \
114 DES_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
116 #define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \
117 DES_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
119 #define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \
120 DES_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
122 #define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \
123 DES_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
H A Ddes_old.h134 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\
135 DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e))
136 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\
137 DES_ede3_cbc_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(e))
138 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\
139 DES_ede3_cbcm_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv1),(iv2),(e))
140 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\
141 DES_ede3_cfb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n),(e))
142 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\
143 DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),
[all...]
H A Dofb64ede.c67 DES_key_schedule *k1, DES_key_schedule *k2,
94 DES_encrypt3(ti,k1,k2,k3);
121 DES_key_schedule k2, DES_cblock (*ivec), int *num)
123 DES_ede3_ofb64_encrypt(in, out, length, k1,k2,k1, ivec, num);
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
119 DES_ede2_ofb64_encrypt(register unsigned char *in, register unsigned char *out, long length, DES_key_schedule k1, DES_key_schedule k2, DES_cblock (*ivec), int *num) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/t/
H A Dtest20 ($k1,$k2)=DES::string_to_2keys($str);
24 @a=split(//,$k2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dtherm_pm72.c45 static struct i2c_adapter * k2; variable in typeref:struct:i2c_adapter
205 adap = k2;
1892 if (k2 || !rackmac)
1900 } else if (k2 == NULL && !strcmp(adapter->name, "mac-io 0")) {
1901 k2 = adapter;
1905 k2 = NULL;
1908 if (u3_0 != NULL && u3_1 != NULL && (k2 || !rackmac)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/hp6xx/
H A Dpm_wakeup.S15 #define k2 r2 define
23 * k2 scratch (Exception code)
33 mov #-126, k2
35 mov.b k0, @k2
41 mov.l 2f, k2
43 mov.l @k2, k2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh3/
H A Dentry.S75 #define k2 r2 define
89 * k2 scratch (Exception code)
293 mov k3, k2 ! original SR value
297 and k1, k2 ! Mask orignal SR value
307 6: or k0, k2 ! Set the IMASK-bits
308 ldc k2, ssr
316 mov.l @r15+, k2 ! restore EXPEVT
341 mov.l 1f, k2
344 mov.l @k2, k2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dtea.c66 u32 k0, k1, k2, k3; local
76 k2 = ctx->KEY[2];
84 z += ((y << 4) + k2) ^ (y + sum) ^ ((y >> 5) + k3);
94 u32 k0, k1, k2, k3; local
104 k2 = ctx->KEY[2];
112 z -= ((y << 4) + k2) ^ (y + sum) ^ ((y >> 5) + k3);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dkeychain.c79 key_cmp_func (struct key *k1, struct key *k2) argument
81 if (k1->index > k2->index)
83 if (k1->index < k2->index)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dstree.c79 form. k2 is pointer to cpu variable. For key of items of the same
102 form. k2 is pointer to cpu variable.
169 const struct reiserfs_key *k2)
171 return memcmp(k1, k2, sizeof(struct reiserfs_key));
168 comp_le_keys(const struct reiserfs_key *k1, const struct reiserfs_key *k2) argument

Completed in 340 milliseconds

123