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

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/crypto/
H A Daes_i.h72 static inline u32 rotr(u32 val, int bits) function
78 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8)
79 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16)
80 #define TE3(i) rotr(Te0[(i) & 0xff], 24)
92 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8)
93 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16)
94 #define TD3(i) rotr(Td0[(i) & 0xff], 24)
100 #define TD1_(i) rotr(Td0[(i) & 0xff], 8)
101 #define TD2_(i) rotr(Td0[(i) & 0xff], 16)
102 #define TD3_(i) rotr(Td
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/crypto/
H A Daes_i.h72 static inline u32 rotr(u32 val, int bits) function
78 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8)
79 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16)
80 #define TE3(i) rotr(Te0[(i) & 0xff], 24)
92 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8)
93 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16)
94 #define TD3(i) rotr(Td0[(i) & 0xff], 24)
100 #define TD1_(i) rotr(Td0[(i) & 0xff], 8)
101 #define TD2_(i) rotr(Td0[(i) & 0xff], 16)
102 #define TD3_(i) rotr(Td
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/crypto/
H A Daes_i.h72 static inline u32 rotr(u32 val, int bits) function
78 #define TE1(i) rotr(Te0[((i) >> 16) & 0xff], 8)
79 #define TE2(i) rotr(Te0[((i) >> 8) & 0xff], 16)
80 #define TE3(i) rotr(Te0[(i) & 0xff], 24)
92 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8)
93 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16)
94 #define TD3(i) rotr(Td0[(i) & 0xff], 24)
100 #define TD1_(i) rotr(Td0[(i) & 0xff], 8)
101 #define TD2_(i) rotr(Td0[(i) & 0xff], 16)
102 #define TD3_(i) rotr(Td
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.disasm/
H A Dt11_logs.s1067 rotr.b r1h ;1381
1068 rotr.b @er1 ;7d101380
1069 rotr.b @(0x3:2,er1) ;017768181380
1070 rotr.b @er1+ ;01746c181380
1071 rotr.b @-er1 ;01776c181380
1072 rotr.b @+er1 ;01756c181380
1073 rotr.b @er1- ;01766c181380
1074 rotr.b @(0x1234:16,er1) ;01746e1812341380
1075 rotr.b @(0x12345678:32,er1) ;78146a28123456781380
1076 rotr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.disasm/
H A Dt11_logs.s1067 rotr.b r1h ;1381
1068 rotr.b @er1 ;7d101380
1069 rotr.b @(0x3:2,er1) ;017768181380
1070 rotr.b @er1+ ;01746c181380
1071 rotr.b @-er1 ;01776c181380
1072 rotr.b @+er1 ;01756c181380
1073 rotr.b @er1- ;01766c181380
1074 rotr.b @(0x1234:16,er1) ;01746e1812341380
1075 rotr.b @(0x12345678:32,er1) ;78146a28123456781380
1076 rotr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.disasm/
H A Dt11_logs.s1067 rotr.b r1h ;1381
1068 rotr.b @er1 ;7d101380
1069 rotr.b @(0x3:2,er1) ;017768181380
1070 rotr.b @er1+ ;01746c181380
1071 rotr.b @-er1 ;01776c181380
1072 rotr.b @+er1 ;01756c181380
1073 rotr.b @er1- ;01766c181380
1074 rotr.b @(0x1234:16,er1) ;01746e1812341380
1075 rotr.b @(0x12345678:32,er1) ;78146a28123456781380
1076 rotr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/testsuite/sim/h8300/
H A Drotr.s1 # Hitachi H8 testcase 'rotr'
28 rotr.b r0l ; shift right arithmetic by one
53 rotr.b @er0 ; shift right arithmetic by one, indirect
80 rotr.b @er0+ ; shift right arithmetic by one, postinc
107 rotr.b @er0- ; shift right arithmetic by one, postdec
134 rotr.b @+er0 ; shift right arithmetic by one, preinc
161 rotr.b @-er0 ; shift right arithmetic by one, predec
188 rotr.b @(2:2, er0) ; shift right arithmetic by one, disp2
215 rotr.b @(44:16, er0) ; shift right arithmetic by one, disp16
242 rotr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/testsuite/sim/h8300/
H A Drotr.s1 # Hitachi H8 testcase 'rotr'
28 rotr.b r0l ; shift right arithmetic by one
53 rotr.b @er0 ; shift right arithmetic by one, indirect
80 rotr.b @er0+ ; shift right arithmetic by one, postinc
107 rotr.b @er0- ; shift right arithmetic by one, postdec
134 rotr.b @+er0 ; shift right arithmetic by one, preinc
161 rotr.b @-er0 ; shift right arithmetic by one, predec
188 rotr.b @(2:2, er0) ; shift right arithmetic by one, disp2
215 rotr.b @(44:16, er0) ; shift right arithmetic by one, disp16
242 rotr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/h8300/
H A Drotr.s1 # Hitachi H8 testcase 'rotr'
28 rotr.b r0l ; shift right arithmetic by one
53 rotr.b @er0 ; shift right arithmetic by one, indirect
80 rotr.b @er0+ ; shift right arithmetic by one, postinc
107 rotr.b @er0- ; shift right arithmetic by one, postdec
134 rotr.b @+er0 ; shift right arithmetic by one, preinc
161 rotr.b @-er0 ; shift right arithmetic by one, predec
188 rotr.b @(2:2, er0) ; shift right arithmetic by one, disp2
215 rotr.b @(44:16, er0) ; shift right arithmetic by one, disp16
242 rotr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/rc5/asm/
H A Drc5-586.pl85 &rotr($B, &LB("ecx"));
91 &rotr($A, &LB("ecx"));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/rc5/asm/
H A Drc5-586.pl85 &rotr($B, &LB("ecx"));
91 &rotr($A, &LB("ecx"));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/rc5/asm/
H A Drc5-586.pl85 &rotr($B, &LB("ecx"));
91 &rotr($A, &LB("ecx"));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/rc5/asm/
H A Drc5-586.pl85 &rotr($B, &LB("ecx"));
91 &rotr($A, &LB("ecx"));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/rc5/asm/
H A Drc5-586.pl85 &rotr($B, &LB("ecx"));
91 &rotr($A, &LB("ecx"));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/rc5/asm/
H A Drc5-586.pl85 &rotr($B, &LB("ecx"));
91 &rotr($A, &LB("ecx"));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bf/asm/
H A Dbf-686.pl95 &rotr( $R, 16);
101 &rotr( $R, 16);

Completed in 317 milliseconds

123456