Searched refs:k1 (Results 1 - 25 of 66) 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.c156 const struct dir *k1 = key1; 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
227 const struct dir *key1 = (const struct dir *)k1;
/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)
310 char *key1 = (char *)k1;
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.c542 { ufc_long v1, v2, *k1; local
551 v1 = v2 = 0; k1 = &do_pc1[0][0][0];
553 v1 |= k1[*key & 0x7f]; k1 += 128;
554 v2 |= k1[*key++ & 0x7f]; k1 += 128;
558 k1 = &do_pc2[0][0];
561 v = k1[(v1 >> 21) & 0x7f]; k1 += 128;
562 v |= k1[(v
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tests/
H A Dcrypttest.c565 { ufc_long v1, v2, *k1; local
574 v1 = v2 = 0; k1 = &do_pc1[0][0][0];
576 v1 |= k1[*key & 0x7f]; k1 += 128;
577 v2 |= k1[*key++ & 0x7f]; k1 += 128;
581 k1 = &do_pc2[0][0];
584 v = k1[(v1 >> 21) & 0x7f]; k1 += 128;
585 v |= k1[(v
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dbzlib.c538 UChar k1; local
565 BZ_GET_FAST(k1); BZ_RAND_UPD_MASK;
566 k1 ^= BZ_RAND_MASK; s->nblock_used++;
568 if (k1 != s->k0) { s->k0 = k1; continue; };
571 BZ_GET_FAST(k1); BZ_RAND_UPD_MASK;
572 k1 ^= BZ_RAND_MASK; s->nblock_used++;
574 if (k1 != s->k0) { s->k0 = k1; continue; };
577 BZ_GET_FAST(k1); BZ_RAND_UPD_MAS
708 UChar k1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Ddnsmasq.c130 keyword_t *k1, *k2; local
149 k1 = malloc(sizeof(keyword_t));
150 if (!k1) {
155 k1->wildcard = 1;
156 strcpy(k1->name, strstr(buf, "*")+1);
158 k1->wildcard = 0;
159 strcpy(k1->name, buf);
161 k1->next = NULL;
162 /* fprintf(stderr, "added %s (%d) to keyword_list\n", k1->name,
163 k1
[all...]
/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
123 memcpy(&key1,k1,sizeof key1);
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,k
[all...]
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),
[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.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,k
[all...]
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),
[all...]
H A Dofb64ede.c67 DES_key_schedule *k1, DES_key_schedule *k2,
94 DES_encrypt3(ti,k1,k2,k3);
120 register unsigned char *out, long length, DES_key_schedule k1,
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
H A Drpw.c64 DES_cblock k,k1; local
78 if ((i=des_read_2passwords(&k,&k1,
87 printf("%02x ",k1[i]);
/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);
21 @a=split(//,$k1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/hp6xx/
H A Dpm_wakeup.S14 #define k1 r1 define
22 * k1 scratch
37 mov.l 5f, k1
39 mov.w k0, @k1
45 mov.l 4f, k1
46 jmp @k1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh3/
H A Dentry.S35 * ldc k1, ssr ! delay slot
74 #define k1 r1 define
88 * k1 scratch
212 mov.l @r15+, k1
221 ldc k1, ssr
260 mov.l 5f, k1
261 cmp/eq k0, k1 ! Do we have a DSP stack frame?
265 or k1, k0 ! (within kernel it may be disabled)
294 mov #0xf0, k1
295 extu.b k1, k
[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
75 k1 = ctx->KEY[1];
83 y += ((z << 4) + k0) ^ (z + sum) ^ ((z >> 5) + k1);
94 u32 k0, k1, k2, k3; local
103 k1 = ctx->KEY[1];
113 y -= ((z << 4) + k0) ^ (z + sum) ^ ((z >> 5) + k1);
/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/arch/mips/au1000/common/
H A Dsleeper.S73 lui k1, 0xb190
74 ori k1, 0x18
75 sw sp, 0(k1)
76 ori k1, 0x1c
77 sw k0, 0(k1)
97 lui k1, 0xb190
98 sw zero, 0x0078(k1) /* get ready to sleep */
100 sw zero, 0x007c(k1) /* Put processor to sleep */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/dec/prom/
H A Dlocore.S20 la k1, mem_err
22 sw k0, 0(k1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dgdb-low.S50 move k1, sp
60 PTR_L k1, saved_vectors(k0)
61 jr k1
65 PTR_SUBU sp, k1, GDB_FR_SIZE*2 # see comment above

Completed in 152 milliseconds

123