Searched refs:K1 (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dmichael.c62 static unsigned long K0, K1; // Key variable
97 R = K1;
106 K1 = dwK1;
145 K1 = 0;
148 //Note that this sets (L,R) to (K0,K1) which is just fine.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dmichael.c65 static DWORD K0, K1; /* Key */ variable
97 R = K1;
106 K1 = dwK1;
144 K1 = 0;
147 /* Note that this sets (L,R) to (K0,K1) which is just fine. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dhalfmd4.c18 #define K1 0 macro
30 ROUND(F, a, b, c, d, in[0] + K1, 3);
31 ROUND(F, d, a, b, c, in[1] + K1, 7);
32 ROUND(F, c, d, a, b, in[2] + K1, 11);
33 ROUND(F, b, c, d, a, in[3] + K1, 19);
34 ROUND(F, a, b, c, d, in[4] + K1, 3);
35 ROUND(F, d, a, b, c, in[5] + K1, 7);
36 ROUND(F, c, d, a, b, in[6] + K1, 11);
37 ROUND(F, b, c, d, a, in[7] + K1, 19);
H A Dsha1.c18 #define K1 0x5A827999L /* Rounds 0-19: sqrt(2) * 2^30 */ macro
56 t = f1(b, c, d) + K1 + rol32(a, 5) + e + W[i];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Ddirhash.c64 #define K1 0 macro
76 ROUND(F, a, b, c, d, in[0] + K1, 3);
77 ROUND(F, d, a, b, c, in[1] + K1, 7);
78 ROUND(F, c, d, a, b, in[2] + K1, 11);
79 ROUND(F, b, c, d, a, in[3] + K1, 19);
80 ROUND(F, a, b, c, d, in[4] + K1, 3);
81 ROUND(F, d, a, b, c, in[5] + K1, 7);
82 ROUND(F, c, d, a, b, in[6] + K1, 11);
83 ROUND(F, b, c, d, a, in[7] + K1, 19);
115 #undef K1 macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dsha1.c83 #define K1 0x5A827999L macro
142 R( a, b, c, d, e, F1, K1, x[ 0] );
143 R( e, a, b, c, d, F1, K1, x[ 1] );
144 R( d, e, a, b, c, F1, K1, x[ 2] );
145 R( c, d, e, a, b, F1, K1, x[ 3] );
146 R( b, c, d, e, a, F1, K1, x[ 4] );
147 R( a, b, c, d, e, F1, K1, x[ 5] );
148 R( e, a, b, c, d, F1, K1, x[ 6] );
149 R( d, e, a, b, c, F1, K1, x[ 7] );
150 R( c, d, e, a, b, F1, K1,
[all...]
H A Drmd160.c194 #define K1 0x5A827999 macro
235 R( e, a, b, c, d, F1, K1, 7, 7 );
236 R( d, e, a, b, c, F1, K1, 4, 6 );
237 R( c, d, e, a, b, F1, K1, 13, 8 );
238 R( b, c, d, e, a, F1, K1, 1, 13 );
239 R( a, b, c, d, e, F1, K1, 10, 11 );
240 R( e, a, b, c, d, F1, K1, 6, 9 );
241 R( d, e, a, b, c, F1, K1, 15, 7 );
242 R( c, d, e, a, b, F1, K1, 3, 15 );
243 R( b, c, d, e, a, F1, K1, 1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dsha1.c83 #define K1 0x5A827999L macro
142 R( a, b, c, d, e, F1, K1, x[ 0] );
143 R( e, a, b, c, d, F1, K1, x[ 1] );
144 R( d, e, a, b, c, F1, K1, x[ 2] );
145 R( c, d, e, a, b, F1, K1, x[ 3] );
146 R( b, c, d, e, a, F1, K1, x[ 4] );
147 R( a, b, c, d, e, F1, K1, x[ 5] );
148 R( e, a, b, c, d, F1, K1, x[ 6] );
149 R( d, e, a, b, c, F1, K1, x[ 7] );
150 R( c, d, e, a, b, F1, K1,
[all...]
H A Drmd160.c194 #define K1 0x5A827999 macro
235 R( e, a, b, c, d, F1, K1, 7, 7 );
236 R( d, e, a, b, c, F1, K1, 4, 6 );
237 R( c, d, e, a, b, F1, K1, 13, 8 );
238 R( b, c, d, e, a, F1, K1, 1, 13 );
239 R( a, b, c, d, e, F1, K1, 10, 11 );
240 R( e, a, b, c, d, F1, K1, 6, 9 );
241 R( d, e, a, b, c, F1, K1, 15, 7 );
242 R( c, d, e, a, b, F1, K1, 3, 15 );
243 R( b, c, d, e, a, F1, K1, 1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sha.c108 #define K1 0x5A827999L /* Rounds 0-19 */ macro
185 subRound (A, B, C, D, E, f1, K1, eData[0]);
186 subRound (E, A, B, C, D, f1, K1, eData[1]);
187 subRound (D, E, A, B, C, f1, K1, eData[2]);
188 subRound (C, D, E, A, B, f1, K1, eData[3]);
189 subRound (B, C, D, E, A, f1, K1, eData[4]);
190 subRound (A, B, C, D, E, f1, K1, eData[5]);
191 subRound (E, A, B, C, D, f1, K1, eData[6]);
192 subRound (D, E, A, B, C, f1, K1, eData[7]);
193 subRound (C, D, E, A, B, f1, K1, eDat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dtlbex.c195 #define K1 27 macro
271 r.r2 = K1;
300 UASM_i_LA(p, K1, (long)&handler_reg_save);
301 UASM_i_ADDU(p, K0, K0, K1);
309 r.r1 = K1;
349 uasm_i_lui(&p, K1, uasm_rel_hi(pgdc)); /* cp0 delay */
350 uasm_i_lw(&p, K1, uasm_rel_lo(pgdc), K1);
353 uasm_i_addu(&p, K1, K1, K
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Drmd128.c31 #define K1 RMD_K1 macro
67 ROUND(aa, bb, cc, dd, F1, K1, in[0], 11);
68 ROUND(dd, aa, bb, cc, F1, K1, in[1], 14);
69 ROUND(cc, dd, aa, bb, F1, K1, in[2], 15);
70 ROUND(bb, cc, dd, aa, F1, K1, in[3], 12);
71 ROUND(aa, bb, cc, dd, F1, K1, in[4], 5);
72 ROUND(dd, aa, bb, cc, F1, K1, in[5], 8);
73 ROUND(cc, dd, aa, bb, F1, K1, in[6], 7);
74 ROUND(bb, cc, dd, aa, F1, K1, in[7], 9);
75 ROUND(aa, bb, cc, dd, F1, K1, i
[all...]
H A Drmd160.c31 #define K1 RMD_K1 macro
73 ROUND(aa, bb, cc, dd, ee, F1, K1, in[0], 11);
74 ROUND(ee, aa, bb, cc, dd, F1, K1, in[1], 14);
75 ROUND(dd, ee, aa, bb, cc, F1, K1, in[2], 15);
76 ROUND(cc, dd, ee, aa, bb, F1, K1, in[3], 12);
77 ROUND(bb, cc, dd, ee, aa, F1, K1, in[4], 5);
78 ROUND(aa, bb, cc, dd, ee, F1, K1, in[5], 8);
79 ROUND(ee, aa, bb, cc, dd, F1, K1, in[6], 7);
80 ROUND(dd, ee, aa, bb, cc, F1, K1, in[7], 9);
81 ROUND(cc, dd, ee, aa, bb, F1, K1, i
[all...]
H A Drmd256.c31 #define K1 RMD_K1 macro
67 ROUND(aa, bb, cc, dd, F1, K1, in[0], 11);
68 ROUND(dd, aa, bb, cc, F1, K1, in[1], 14);
69 ROUND(cc, dd, aa, bb, F1, K1, in[2], 15);
70 ROUND(bb, cc, dd, aa, F1, K1, in[3], 12);
71 ROUND(aa, bb, cc, dd, F1, K1, in[4], 5);
72 ROUND(dd, aa, bb, cc, F1, K1, in[5], 8);
73 ROUND(cc, dd, aa, bb, F1, K1, in[6], 7);
74 ROUND(bb, cc, dd, aa, F1, K1, in[7], 9);
75 ROUND(aa, bb, cc, dd, F1, K1, i
[all...]
H A Drmd320.c31 #define K1 RMD_K1 macro
73 ROUND(aa, bb, cc, dd, ee, F1, K1, in[0], 11);
74 ROUND(ee, aa, bb, cc, dd, F1, K1, in[1], 14);
75 ROUND(dd, ee, aa, bb, cc, F1, K1, in[2], 15);
76 ROUND(cc, dd, ee, aa, bb, F1, K1, in[3], 12);
77 ROUND(bb, cc, dd, ee, aa, F1, K1, in[4], 5);
78 ROUND(aa, bb, cc, dd, ee, F1, K1, in[5], 8);
79 ROUND(ee, aa, bb, cc, dd, F1, K1, in[6], 7);
80 ROUND(dd, ee, aa, bb, cc, F1, K1, in[7], 9);
81 ROUND(cc, dd, ee, aa, bb, F1, K1, i
[all...]
H A Dkhazad.c763 u64 K2, K1; local
767 K1 = ((u64)be32_to_cpu(key[2]) << 32) | be32_to_cpu(key[3]);
771 ctx->E[r] = T0[(int)(K1 >> 56) ] ^
772 T1[(int)(K1 >> 48) & 0xff] ^
773 T2[(int)(K1 >> 40) & 0xff] ^
774 T3[(int)(K1 >> 32) & 0xff] ^
775 T4[(int)(K1 >> 24) & 0xff] ^
776 T5[(int)(K1 >> 16) & 0xff] ^
777 T6[(int)(K1 >> 8) & 0xff] ^
778 T7[(int)(K1 )
[all...]
H A Danubis.c493 u32 K0, K1, K2, K3; local
498 K1 = T4[(kappa[N - 1] >> 16) & 0xff];
507 K1 = T4[(kappa[i] >> 16) & 0xff] ^
508 (T5[(K1 >> 24) ] & 0xff000000U) ^
509 (T5[(K1 >> 16) & 0xff] & 0x00ff0000U) ^
510 (T5[(K1 >> 8) & 0xff] & 0x0000ff00U) ^
511 (T5[(K1 ) & 0xff] & 0x000000ffU);
525 ctx->E[r][1] = K1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Drandom.c1286 #define K1 0 macro
1297 ROUND(F, a, b, c, d, in[ 0] + K1, 3);
1298 ROUND(F, d, a, b, c, in[ 1] + K1, 7);
1299 ROUND(F, c, d, a, b, in[ 2] + K1, 11);
1300 ROUND(F, b, c, d, a, in[ 3] + K1, 19);
1301 ROUND(F, a, b, c, d, in[ 4] + K1, 3);
1302 ROUND(F, d, a, b, c, in[ 5] + K1, 7);
1303 ROUND(F, c, d, a, b, in[ 6] + K1, 11);
1304 ROUND(F, b, c, d, a, in[ 7] + K1, 19);
1305 ROUND(F, a, b, c, d, in[ 8] + K1,
1347 #undef K1 macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dxtea.c69 #define DSTEP(SUM, K0, K1) \
71 v0 -= (((v1 << 4) ^ (v1 >> 5)) + v1) ^ (SUM - 0x9E3779B9U + K1)
122 #define ESTEP(SUM, K0, K1) \
124 v1 += (((v0 << 4) ^ (v0 >> 5)) + v0) ^ (SUM + 0x9E3779B9U + K1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_tkip.c221 pTkip->K1 = RTMPTkipGetUInt32(pMICKey + 4);
224 pTkip->R = pTkip->K1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_vfe8x.h534 int16_t K1; member in struct:vfe_cmd_color_correction_config
H A Dmsm_vfe8x_proc.c2639 cmd.k1 = in->K1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/
H A Dgcm128.c1742 static const u8 K1[16], *P1 = NULL, *A1 = NULL, IV1[12], *C1 = NULL; local
1749 # define K2 K1
2196 # define K19 K1
2225 # define K20 K1
2331 AES_set_encrypt_key(K1, sizeof(K1) * 8, &key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/
H A Dgcm128.c1742 static const u8 K1[16], *P1 = NULL, *A1 = NULL, IV1[12], *C1 = NULL; local
1749 # define K2 K1
2196 # define K19 K1
2225 # define K20 K1
2331 AES_set_encrypt_key(K1, sizeof(K1) * 8, &key);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h753 unsigned long K1; /* for MICKEY Hig */ member in struct:rt_tkip_key_info

Completed in 312 milliseconds

12