Home
last modified time | relevance | path

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

/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl21 sub round1_step subroutine
185 round1_step(-1,'%eax','%ebx','%ecx','%edx', '1','0xd76aa478', '7');
186 round1_step( 0,'%edx','%eax','%ebx','%ecx', '2','0xe8c7b756','12');
187 round1_step( 0,'%ecx','%edx','%eax','%ebx', '3','0x242070db','17');
188 round1_step( 0,'%ebx','%ecx','%edx','%eax', '4','0xc1bdceee','22');
189 round1_step( 0,'%eax','%ebx','%ecx','%edx', '5','0xf57c0faf', '7');
190 round1_step( 0,'%edx','%eax','%ebx','%ecx', '6','0x4787c62a','12');
191 round1_step( 0,'%ecx','%edx','%eax','%ebx', '7','0xa8304613','17');
192 round1_step( 0,'%ebx','%ecx','%edx','%eax', '8','0xfd469501','22');
193 round1_step( 0,'%eax','%ebx','%ecx','%edx', '9','0x698098d8', '7');
[all …]
H A Dmd5-loongarch64.pl29 sub round1_step subroutine
208 round1_step(-1, $a4, $a5, $a6, $a7, '1', 0xd76aa478, '7');
209 round1_step(0, $a7, $a4, $a5, $a6, '2', 0xe8c7b756, '12');
210 round1_step(0, $a6, $a7, $a4, $a5, '3', 0x242070db, '17');
211 round1_step(0, $a5, $a6, $a7, $a4, '4', 0xc1bdceee, '22');
212 round1_step(0, $a4, $a5, $a6, $a7, '5', 0xf57c0faf, '7');
213 round1_step(0, $a7, $a4, $a5, $a6, '6', 0x4787c62a, '12');
214 round1_step(0, $a6, $a7, $a4, $a5, '7', 0xa8304613, '17');
215 round1_step(0, $a5, $a6, $a7, $a4, '8', 0xfd469501, '22');
216 round1_step(0, $a4, $a5, $a6, $a7, '9', 0x698098d8, '7');
[all …]

Completed in 10 milliseconds