Home
last modified time | relevance | path

Searched refs:rotl (Results 1 – 11 of 11) sorted by relevance

/openssl/crypto/sm4/
H A Dsm4.c223 static ossl_inline uint32_t rotl(uint32_t a, uint8_t n) in rotl() function
263 return t ^ rotl(t, 2) ^ rotl(t, 10) ^ rotl(t, 18) ^ rotl(t, 24); in SM4_T_slow()
278 return t ^ rotl(t, 13) ^ rotl(t, 23); in SM4_key_sub()
/openssl/crypto/ripemd/asm/
H A Drmd-586.pl100 &rotl($c, 10);
104 &rotl($a, $s);
116 &rotl($c, 10);
121 &rotl($a, $s);
145 &rotl($c, 10);
149 &rotl($a, $s);
165 &rotl($c, 10);
172 &rotl($c, 10);
176 &rotl($a, $s);
196 &rotl($c, 10);
[all …]
/openssl/crypto/des/asm/
H A Ddes-586.pl162 &rotl($R,3);
164 &rotl($L,3);
257 &rotl( $a, $shift ) if ($shift != 0);
290 else { &rotl($tt, $lr-3); }
296 else { &rotl($r, $lr-2); }
307 { &rotl($r, 2-$lr); }
313 { &rotl($l, 3-$lr); }
H A Dcrypt586.pl151 &rotl( $a, $shift ) if ($shift != 0);
182 else { &rotl($tt, $lr-3); }
188 else { &rotl($r, $lr-2); }
199 { &rotl($r, 2-$lr); }
205 { &rotl($l, 3-$lr); }
/openssl/crypto/rc5/asm/
H A Drc5-586.pl69 &rotl($A, &LB("ecx"));
75 &rotl($B, &LB("ecx"));
/openssl/crypto/sha/asm/
H A Dsha1-586.pl207 &rotl($f,1); # f=ROTATE(f,1)
213 &rotl($a,5); # ROTATE(a,5)
224 &rotl($f,1); # f=ROTATE(f,1)
230 &rotl($tmp1,5); # ROTATE(a,5)
251 &rotl($f,1); # f=ROTATE(f,1)
255 &rotl($a,5); # ROTATE(a,5)
269 &rotl($f,1); # f=ROTATE(f,1)
294 &rotl($f,1); # f=ROTATE(f,1)
300 &rotl($a,5); # ROTATE(a,5)
313 &rotl($f,1); # f=ROTATE(f,1)
[all …]
/openssl/crypto/md5/asm/
H A Dmd5-586.pl77 &rotl($a,$s);
102 &rotl($a,$s);
126 &rotl($a,$s);
148 &rotl($a,$s);
174 &rotl($a,$s);
/openssl/crypto/perlasm/
H A Dx86asm.pl71 sub ::rotl { &rol(@_); }
/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl269 &rotl ($idx,1);
281 &rotl (@T[2],1);
444 &rotl ($idx,1);
456 &rotl (@T[2],1);
/openssl/crypto/aes/asm/
H A Daes-586.pl504 &rotl ($s[$i],24);
1317 &rotl ($s[$i],8); # = ROTATE(tp1,8)
1324 &rotl ($tp2,24);
1326 &rotl ($tp4,16);
1328 &rotl ($tp8,8);
2914 &rotl ($tp1,8); # = ROTATE(tp1,8)
2922 &rotl ($tp2,24);
2925 &rotl ($tp4,16);
2927 &rotl ($tp8,8);
/openssl/crypto/cast/asm/
H A Dcast-586.pl154 &rotl( $tmp4, &LB($tmp1));

Completed in 33 milliseconds