Searched refs:rotl (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/asm/
H A Ddes-586.pl70 &rotl($R,3);
72 &rotl($L,3);
184 &rotl( $a, $shift ) if ($shift != 0);
217 else { &rotl($tt, $lr-3); }
223 else { &rotl($r, $lr-2); }
234 { &rotl($r, 2-$lr); }
240 { &rotl($l, 3-$lr); }
H A Dcrypt586.pl143 &rotl( $a, $shift ) if ($shift != 0);
174 else { &rotl($tt, $lr-3); }
180 else { &rotl($r, $lr-2); }
191 { &rotl($r, 2-$lr); }
197 { &rotl($l, 3-$lr); }
H A Ddes686.pl80 &rotl($R,3);
81 &rotl($L,3);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/asm/
H A Ddes-586.pl70 &rotl($R,3);
72 &rotl($L,3);
184 &rotl( $a, $shift ) if ($shift != 0);
217 else { &rotl($tt, $lr-3); }
223 else { &rotl($r, $lr-2); }
234 { &rotl($r, 2-$lr); }
240 { &rotl($l, 3-$lr); }
H A Dcrypt586.pl143 &rotl( $a, $shift ) if ($shift != 0);
174 else { &rotl($tt, $lr-3); }
180 else { &rotl($r, $lr-2); }
191 { &rotl($r, 2-$lr); }
197 { &rotl($l, 3-$lr); }
H A Ddes686.pl80 &rotl($R,3);
81 &rotl($L,3);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dmichael.c20 static inline u32 rotl(u32 val, int bits) function
34 r ^= rotl(l, 17); \
38 r ^= rotl(l, 3); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc5/asm/
H A Drc5-586.pl57 &rotl($A, &LB("ecx"));
63 &rotl($B, &LB("ecx"));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/asm/
H A Drc5-586.pl57 &rotl($A, &LB("ecx"));
63 &rotl($B, &LB("ecx"));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/crypto/
H A Dpadlock-aes.c105 #define rotl generic_rotl32 macro
209 fl_tab[1][i] = rotl (t, 8);
210 fl_tab[2][i] = rotl (t, 16);
211 fl_tab[3][i] = rotl (t, 24);
218 ft_tab[1][i] = rotl (t, 8);
219 ft_tab[2][i] = rotl (t, 16);
220 ft_tab[3][i] = rotl (t, 24);
226 il_tab[1][i] = rotl (t, 8);
227 il_tab[2][i] = rotl (t, 16);
228 il_tab[3][i] = rotl (
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/ripemd/asm/
H A Drmd-586.pl88 &rotl($c, 10);
92 &rotl($a, $s);
104 &rotl($c, 10);
109 &rotl($a, $s);
133 &rotl($c, 10);
137 &rotl($a, $s);
153 &rotl($c, 10);
160 &rotl($c, 10);
164 &rotl($a, $s);
184 &rotl(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ripemd/asm/
H A Drmd-586.pl88 &rotl($c, 10);
92 &rotl($a, $s);
104 &rotl($c, 10);
109 &rotl($a, $s);
133 &rotl($c, 10);
137 &rotl($a, $s);
153 &rotl($c, 10);
160 &rotl($c, 10);
164 &rotl($a, $s);
184 &rotl(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/md5/asm/
H A Dmd5-586.pl63 &rotl($a,$s);
88 &rotl($a,$s);
111 &rotl($a,$s);
134 &rotl($a,$s);
160 &rotl($a,$s);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/md5/asm/
H A Dmd5-586.pl63 &rotl($a,$s);
88 &rotl($a,$s);
111 &rotl($a,$s);
134 &rotl($a,$s);
160 &rotl($a,$s);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/sha/asm/
H A Dsha1-586.pl109 &rotl($tmp1,5); # tmp1=ROTATE(a,5)
138 &rotl($f,1); # f=ROATE(f,1)
143 &rotl($e,5); # e=ROTATE(a,5)
162 &rotl($f,1); # f=ROTATE(f,1)
166 &rotl($e,5); # e=ROTATE(a,5)
185 &rotl($f,1); # f=ROTATE(f,1)
194 &rotl($e,5); # e=ROTATE(a,5)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/asm/
H A Dsha1-586.pl110 &rotl($tmp1,5); # tmp1=ROTATE(a,5)
139 &rotl($f,1); # f=ROATE(f,1)
144 &rotl($e,5); # e=ROTATE(a,5)
164 &rotl($f,1); # f=ROTATE(f,1)
168 &rotl($e,5); # e=ROTATE(a,5)
188 &rotl($f,1); # f=ROTATE(f,1)
199 &rotl($e,5); # e=ROTATE(a,5)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh2/
H A Dentry.S48 rotl r0 ! T <- "S" flag
49 rotl r0 ! "S" flag is LSB
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/cast/asm/
H A Dcast-586.pl139 &rotl( $tmp4, &LB($tmp1));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/asm/
H A Dcast-586.pl139 &rotl( $tmp4, &LB($tmp1));

Completed in 151 milliseconds