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

/opensolaris-onvv-gate/usr/src/common/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);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/rc5/asm/
H A Drc5-586.pl57 &rotl($A, &LB("ecx"));
63 &rotl($B, &LB("ecx"));
/opensolaris-onvv-gate/usr/src/common/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...]
/opensolaris-onvv-gate/usr/src/common/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);
/opensolaris-onvv-gate/usr/src/common/openssl/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)
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/cast/asm/
H A Dcast-586.pl139 &rotl( $tmp4, &LB($tmp1));
/opensolaris-onvv-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_tkip.c557 rotl(uint32_t val, int bits) function
579 r ^= rotl(l, 17); \
583 r ^= rotl(l, 3); \

Completed in 55 milliseconds