Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/md5/asm/
Dmd5-x86_64.pl19 sub round1_step subroutine
173 round1_step(-1,'%eax','%ebx','%ecx','%edx', '1','0xd76aa478', '7');
174 round1_step( 0,'%edx','%eax','%ebx','%ecx', '2','0xe8c7b756','12');
175 round1_step( 0,'%ecx','%edx','%eax','%ebx', '3','0x242070db','17');
176 round1_step( 0,'%ebx','%ecx','%edx','%eax', '4','0xc1bdceee','22');
177 round1_step( 0,'%eax','%ebx','%ecx','%edx', '5','0xf57c0faf', '7');
178 round1_step( 0,'%edx','%eax','%ebx','%ecx', '6','0x4787c62a','12');
179 round1_step( 0,'%ecx','%edx','%eax','%ebx', '7','0xa8304613','17');
180 round1_step( 0,'%ebx','%ecx','%edx','%eax', '8','0xfd469501','22');
181 round1_step( 0,'%eax','%ebx','%ecx','%edx', '9','0x698098d8', '7');
[all …]