Searched refs:rotate (Results 1 – 2 of 2) sorted by relevance
/openssl-master/crypto/sha/asm/ |
A D | sha1-thumb.pl | 60 sub rotate { subroutine 80 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 90 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 103 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 253 $code.=".Lrotate:\n".&rotate()."\tmov pc,lr\n" if (!$inline);
|
/openssl-master/crypto/des/asm/ |
A D | des_enc.m4 | 311 sll out1, 28, out1 ! rotate 316 or out1, local0, out1 ! rotate 366 sll out0, 28, out0 ! rotate 374 or out0, local0, out0 ! rotate 415 srl out1, 4, local0 ! rotate 423 sll out1, 28, out1 ! rotate 428 or out1, local0, out1 ! rotate 486 or out0, local0, out0 ! rotate 1203 ! rotate 1231 ! rotate [all …]
|
Completed in 5 milliseconds