Home
last modified time | relevance | path

Searched refs:round4_step (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl102 sub round4_step subroutine
236 round4_step(-1,'%eax','%ebx','%ecx','%edx', '7','0xf4292244', '6');
237 round4_step( 0,'%edx','%eax','%ebx','%ecx','14','0x432aff97','10');
238 round4_step( 0,'%ecx','%edx','%eax','%ebx', '5','0xab9423a7','15');
239 round4_step( 0,'%ebx','%ecx','%edx','%eax','12','0xfc93a039','21');
240 round4_step( 0,'%eax','%ebx','%ecx','%edx', '3','0x655b59c3', '6');
241 round4_step( 0,'%edx','%eax','%ebx','%ecx','10','0x8f0ccc92','10');
242 round4_step( 0,'%ecx','%edx','%eax','%ebx', '1','0xffeff47d','15');
243 round4_step( 0,'%ebx','%ecx','%edx','%eax', '8','0x85845dd1','21');
244 round4_step( 0,'%eax','%ebx','%ecx','%edx','15','0x6fa87e4f', '6');
[all …]
H A Dmd5-loongarch64.pl138 sub round4_step subroutine
259 round4_step(-1, $a4, $a5, $a6, $a7, '7', 0xf4292244, '6');
261 round4_step(0, $a6, $a7, $a4, $a5, '5', 0xab9423a7, '15');
263 round4_step(0, $a4, $a5, $a6, $a7, '3', 0x655b59c3, '6');
265 round4_step(0, $a6, $a7, $a4, $a5, '1', 0xffeff47d, '15');
266 round4_step(0, $a5, $a6, $a7, $a4, '8', 0x85845dd1, '21');
267 round4_step(0, $a4, $a5, $a6, $a7, '15', 0x6fa87e4f, '6');
268 round4_step(0, $a7, $a4, $a5, $a6, '6', 0xfe2ce6e0, '10');
270 round4_step(0, $a5, $a6, $a7, $a4, '4', 0x4e0811a1, '21');
271 round4_step(0, $a4, $a5, $a6, $a7, '11', 0xf7537e82, '6');
[all …]

Completed in 6 milliseconds