Searched refs:round2_step (Results 1 – 2 of 2) sorted by relevance
/openssl/crypto/md5/asm/ |
H A D | md5-x86_64.pl | 45 sub round2_step subroutine 202 round2_step(-1,'%eax','%ebx','%ecx','%edx', '6','0xf61e2562', '5'); 203 round2_step( 0,'%edx','%eax','%ebx','%ecx','11','0xc040b340', '9'); 204 round2_step( 0,'%ecx','%edx','%eax','%ebx', '0','0x265e5a51','14'); 205 round2_step( 0,'%ebx','%ecx','%edx','%eax', '5','0xe9b6c7aa','20'); 206 round2_step( 0,'%eax','%ebx','%ecx','%edx','10','0xd62f105d', '5'); 207 round2_step( 0,'%edx','%eax','%ebx','%ecx','15', '0x2441453', '9'); 208 round2_step( 0,'%ecx','%edx','%eax','%ebx', '4','0xd8a1e681','14'); 209 round2_step( 0,'%ebx','%ecx','%edx','%eax', '9','0xe7d3fbc8','20'); 210 round2_step( 0,'%eax','%ebx','%ecx','%edx','14','0x21e1cde6', '5'); [all …]
|
H A D | md5-loongarch64.pl | 75 sub round2_step subroutine 225 round2_step(-1, $a4, $a5, $a6, $a7, '6', 0xf61e2562, '5'); 226 round2_step(0, $a7, $a4, $a5, $a6, '11', 0xc040b340, '9'); 227 round2_step(0, $a6, $a7, $a4, $a5, '0', 0x265e5a51, '14'); 228 round2_step(0, $a5, $a6, $a7, $a4, '5', 0xe9b6c7aa, '20'); 229 round2_step(0, $a4, $a5, $a6, $a7, '10', 0xd62f105d, '5'); 230 round2_step(0, $a7, $a4, $a5, $a6, '15', 0x2441453, '9'); 231 round2_step(0, $a6, $a7, $a4, $a5, '4', 0xd8a1e681, '14'); 234 round2_step(0, $a7, $a4, $a5, $a6, '3', 0xc33707d6, '9'); 237 round2_step(0, $a4, $a5, $a6, $a7, '2', 0xa9e3e905, '5'); [all …]
|
Completed in 5 milliseconds