Searched refs:F3 (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/crypto/
H A Dmd5.c32 #define F3(x, y, z) (x ^ y ^ z) macro
87 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
88 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
89 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
90 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
91 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
92 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
93 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
94 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
95 MD5STEP(F3,
[all...]
H A Dcast5.c576 #define F3(D,m,r) ( (I = ((m) - (D))), (I=rol32(I,(r))), \ macro
610 t = l; l = r; r = t ^ F3(r, Km[2], Kr[2]);
613 t = l; l = r; r = t ^ F3(r, Km[5], Kr[5]);
616 t = l; l = r; r = t ^ F3(r, Km[8], Kr[8]);
619 t = l; l = r; r = t ^ F3(r, Km[11], Kr[11]);
622 t = l; l = r; r = t ^ F3(r, Km[14], Kr[14]);
627 t = l; l = r; r = t ^ F3(r, Km[2], Kr[2]);
630 t = l; l = r; r = t ^ F3(r, Km[5], Kr[5]);
633 t = l; l = r; r = t ^ F3(r, Km[8], Kr[8]);
636 t = l; l = r; r = t ^ F3(
[all...]
H A Dcast6.c42 #define F3(D,r,m) ( (I = ((m) - (D))), (I=rol32(I,(r))), \ macro
376 key[4] ^= F3(key[5], Tr[i % 4][2], Tm[i][2]);
379 key[1] ^= F3(key[2], Tr[i % 4][5], Tm[i][5]);
435 block[0] ^= F3(block[1], Kr[2], Km[2]);
443 block[0] ^= F3(block[1], Kr[2], Km[2]);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dmd5.c154 #define F3(x, y, z) (x ^ y ^ z) macro
209 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
210 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
211 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
212 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
213 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
214 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
215 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
216 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
217 MD5STEP(F3,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/l2tpd-0.69/
H A Dmd5.c177 #define F3(x, y, z) (x ^ y ^ z) macro
232 MD5STEP (F3, a, b, c, d, in[5] + 0xfffa3942, 4);
233 MD5STEP (F3, d, a, b, c, in[8] + 0x8771f681, 11);
234 MD5STEP (F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
235 MD5STEP (F3, b, c, d, a, in[14] + 0xfde5380c, 23);
236 MD5STEP (F3, a, b, c, d, in[1] + 0xa4beea44, 4);
237 MD5STEP (F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
238 MD5STEP (F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
239 MD5STEP (F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
240 MD5STEP (F3,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dmd5.c159 #define F3(x, y, z) (x ^ y ^ z) macro
215 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
216 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
217 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
218 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
219 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
220 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
221 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
222 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
223 MD5STEP(F3,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/cast/asm/
H A Dcast-586.pl27 @F3=("sub","add","xor");
82 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
85 &E_CAST( 5,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
88 &E_CAST( 8,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
91 &E_CAST(11,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
98 &E_CAST(14,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
102 &E_CAST(14,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
106 &E_CAST(11,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
109 &E_CAST( 8,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
112 &E_CAST( 5,$S,$L,$R,$K,@F3,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/asm/
H A Dcast-586.pl27 @F3=("sub","add","xor");
82 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
85 &E_CAST( 5,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
88 &E_CAST( 8,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
91 &E_CAST(11,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
98 &E_CAST(14,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
102 &E_CAST(14,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
106 &E_CAST(11,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
109 &E_CAST( 8,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
112 &E_CAST( 5,$S,$L,$R,$K,@F3,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drmd160.c206 #define F3(x,y,z) ( ((x) & (z)) | ((y) & ~(z)) ) macro
267 R( c, d, e, a, b, F3, K3, 1, 11 );
268 R( b, c, d, e, a, F3, K3, 9, 12 );
269 R( a, b, c, d, e, F3, K3, 11, 14 );
270 R( e, a, b, c, d, F3, K3, 10, 15 );
271 R( d, e, a, b, c, F3, K3, 0, 14 );
272 R( c, d, e, a, b, F3, K3, 8, 15 );
273 R( b, c, d, e, a, F3, K3, 12, 9 );
274 R( a, b, c, d, e, F3, K3, 4, 8 );
275 R( e, a, b, c, d, F3, K
[all...]
H A Dsha1.c89 #define F3(x,y,z) ( ( x & y ) | ( z & ( x | y ) ) ) macro
182 R( a, b, c, d, e, F3, K3, M(40) );
183 R( e, a, b, c, d, F3, K3, M(41) );
184 R( d, e, a, b, c, F3, K3, M(42) );
185 R( c, d, e, a, b, F3, K3, M(43) );
186 R( b, c, d, e, a, F3, K3, M(44) );
187 R( a, b, c, d, e, F3, K3, M(45) );
188 R( e, a, b, c, d, F3, K3, M(46) );
189 R( d, e, a, b, c, F3, K3, M(47) );
190 R( c, d, e, a, b, F3, K
[all...]
H A Dcast5.c351 #define F3(D,m,r) ( (I = ((m) - (D))), (I=rol((r),I)), \ macro
381 t = l; l = r; r = t ^ F3(r, Km[ 2], Kr[ 2]);
384 t = l; l = r; r = t ^ F3(r, Km[ 5], Kr[ 5]);
387 t = l; l = r; r = t ^ F3(r, Km[ 8], Kr[ 8]);
390 t = l; l = r; r = t ^ F3(r, Km[11], Kr[11]);
393 t = l; l = r; r = t ^ F3(r, Km[14], Kr[14]);
432 t = l; l = r; r = t ^ F3(r, Km[14], Kr[14]);
435 t = l; l = r; r = t ^ F3(r, Km[11], Kr[11]);
438 t = l; l = r; r = t ^ F3(r, Km[ 8], Kr[ 8]);
441 t = l; l = r; r = t ^ F3(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmd5.c45 #define F3(x, y, z) (x ^ y ^ z) macro
100 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
101 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
102 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
103 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
104 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
105 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
106 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
107 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
108 MD5STEP(F3,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ripemd/
H A Drmd_locl.h114 #define F3(x,y,z) (((x)|(~y))^(z))
123 #define F3(x,y,z) (((~(y)) | (x)) ^ (z)) macro
147 a+=F3(b,c,d)+X(w)+K; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ripemd/
H A Drmd_locl.h118 #define F3(x,y,z) (((x)|(~y))^(z))
127 #define F3(x,y,z) (((~(y)) | (x)) ^ (z)) macro
151 a+=F3(b,c,d)+X(w)+K; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dentry.h44 .spillsp f2,SW(F2)+16+(off); .spillsp f3,SW(F3)+16+(off); \
H A Dmca_asm.S550 add temp2=SW(F3), regs
708 add temp2=SW(F3), regs
H A Dentry.S298 add r3=SW(F3)+16,sp // r3 = &sw->f3
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsparc-stub.c141 F0, F1, F2, F3, F4, F5, F6, F7, enumerator in enum:regnames
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/telephony/
H A Dixj.h201 unsigned int F3:1; member in struct:__anon7011
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex8243 \DeclareUnicodeCharacter{00F3}{\'o}
8386 \DeclareUnicodeCharacter{01F3}{dz}
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex8515 \DeclareUnicodeCharacter{00F3}{\'o}
8662 \DeclareUnicodeCharacter{01F3}{dz}

Completed in 377 milliseconds