Searched refs:rotr (Results 1 - 25 of 53) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/asm/
H A Ddes-586.pl124 &rotr($L,3); # r
126 &rotr($R,3); # l
154 &rotr( $t, 4 );
216 { &rotr($tt, 3-$lr); }
222 { &rotr($r, 2-$lr); }
235 else { &rotr($r, $lr-2); }
241 else { &rotr($l, $lr-3); }
249 &rotr($tt , 4);
H A Dcrypt586.pl108 &rotr( $t, 4 );
173 { &rotr($tt, 3-$lr); }
179 { &rotr($r, 2-$lr); }
192 else { &rotr($r, $lr-2); }
198 else { &rotr($l, $lr-3); }
206 &rotr($tt , 4);
H A Ddes686.pl121 &rotr($L,3); # r
122 &rotr($R,3); # l
151 &rotr( $t, 4 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc5/asm/
H A Drc5-586.pl85 &rotr($B, &LB("ecx"));
91 &rotr($A, &LB("ecx"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/asm/
H A Drc5-586.pl84 &rotr($B, &LB("ecx"));
90 &rotr($A, &LB("ecx"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc5/asm/
H A Drc5-586.pl85 &rotr($B, &LB("ecx"));
91 &rotr($A, &LB("ecx"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/asm/
H A Dcrypt586.pl109 &rotr( $t, 4 );
174 { &rotr($tt, 3-$lr); }
180 { &rotr($r, 2-$lr); }
193 else { &rotr($r, $lr-2); }
199 else { &rotr($l, $lr-3); }
207 &rotr($tt , 4);
H A Ddes-586.pl188 &rotr($L,3); # r
190 &rotr($R,3); # l
218 &rotr( $t, 4 );
280 { &rotr($tt, 3-$lr); }
286 { &rotr($r, 2-$lr); }
299 else { &rotr($r, $lr-2); }
305 else { &rotr($l, $lr-3); }
313 &rotr($tt , 4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/asm/
H A Dcrypt586.pl109 &rotr( $t, 4 );
174 { &rotr($tt, 3-$lr); }
180 { &rotr($r, 2-$lr); }
193 else { &rotr($r, $lr-2); }
199 else { &rotr($l, $lr-3); }
207 &rotr($tt , 4);
H A Ddes-586.pl188 &rotr($L,3); # r
190 &rotr($R,3); # l
218 &rotr( $t, 4 );
280 { &rotr($tt, 3-$lr); }
286 { &rotr($r, 2-$lr); }
299 else { &rotr($r, $lr-2); }
305 else { &rotr($l, $lr-3); }
313 &rotr($tt , 4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha1-mips.pl104 rotr @X[$i],@X[$i],16
121 rotr $t1,$a,27
128 rotr $b,$b,2
157 rotr @X[$i],@X[$i],16
175 rotr $t1,$a,27
182 rotr @X[$j%16],@X[$j%16],31
183 rotr $b,$b,2
216 rotr $t1,$a,27
223 rotr @X[$j%16],@X[$j%16],31
224 rotr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha1-mips.pl104 rotr @X[$i],@X[$i],16
121 rotr $t1,$a,27
128 rotr $b,$b,2
157 rotr @X[$i],@X[$i],16
175 rotr $t1,$a,27
182 rotr @X[$j%16],@X[$j%16],31
183 rotr $b,$b,2
216 rotr $t1,$a,27
223 rotr @X[$j%16],@X[$j%16],31
224 rotr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bf/asm/
H A Dbf-686.pl95 &rotr( $R, 16);
101 &rotr( $R, 16);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/asm/
H A Dbf-686.pl95 &rotr( $R, 16);
101 &rotr( $R, 16);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bf/asm/
H A Dbf-686.pl95 &rotr( $R, 16);
101 &rotr( $R, 16);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Daes-mips.pl175 rotr $t0,$t0,8
176 rotr $t1,$t1,8
177 rotr $t2,$t2,8
178 rotr $t3,$t3,8
180 rotr $t4,$t4,16
181 rotr $t5,$t5,16
182 rotr $t6,$t6,16
183 rotr $t7,$t7,16
194 rotr $t8,$t8,24
196 rotr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/asm/
H A Daes-mips.pl175 rotr $t0,$t0,8
176 rotr $t1,$t1,8
177 rotr $t2,$t2,8
178 rotr $t3,$t3,8
180 rotr $t4,$t4,16
181 rotr $t5,$t5,16
182 rotr $t6,$t6,16
183 rotr $t7,$t7,16
194 rotr $t8,$t8,24
196 rotr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dmichael_mic.c34 static inline u32 rotr(u32 val, int bits) function
54 r ^= rotr(l, 2); \
H A Daes.c83 #define rotr generic_rotr32 macro
236 (y) ^= rotr(u ^ t, 8) ^ \
237 rotr(v ^ t, 16) ^ \
238 rotr(t,24)
243 { t = rotr(t, 8); t = ls_box(t) ^ rco_tab[i]; \
251 { t = rotr(t, 8); t = ls_box(t) ^ rco_tab[i]; \
261 { t = rotr(t, 8); ; t = ls_box(t) ^ rco_tab[i]; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/lib/
H A Dxor.S40 .rotr s1[6+1], s2[6+1], d[2]
78 .rotr s1[6+1], s2[6+1], s3[6+1], d[2]
119 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], d[2]
163 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], s5[6+1], d[2]
H A Dcopy_page.S42 .rotr t1[PIPE_DEPTH], t2[PIPE_DEPTH], t3[PIPE_DEPTH], t4[PIPE_DEPTH], \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/perlasm/
H A Dcbc.pl283 &rotr("edx", 16);
294 &rotr("ecx", 16);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dcbc.pl285 &rotr("edx", 16);
296 &rotr("ecx", 16);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/perlasm/
H A Dcbc.pl283 &rotr("edx", 16);
294 &rotr("ecx", 16);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/asm/
H A Drc4-ia64.S90 .rotr dat[4],key_x[4],tx[2],rnd[2],key_y[2],ty[1];

Completed in 134 milliseconds

123