Searched refs:round4_step (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/md5/asm/ |
D | md5-x86_64.pl | 91 sub round4_step subroutine 224 round4_step(-1,'%eax','%ebx','%ecx','%edx', '7','0xf4292244', '6'); 225 round4_step( 0,'%edx','%eax','%ebx','%ecx','14','0x432aff97','10'); 226 round4_step( 0,'%ecx','%edx','%eax','%ebx', '5','0xab9423a7','15'); 227 round4_step( 0,'%ebx','%ecx','%edx','%eax','12','0xfc93a039','21'); 228 round4_step( 0,'%eax','%ebx','%ecx','%edx', '3','0x655b59c3', '6'); 229 round4_step( 0,'%edx','%eax','%ebx','%ecx','10','0x8f0ccc92','10'); 230 round4_step( 0,'%ecx','%edx','%eax','%ebx', '1','0xffeff47d','15'); 231 round4_step( 0,'%ebx','%ecx','%edx','%eax', '8','0x85845dd1','21'); 232 round4_step( 0,'%eax','%ebx','%ecx','%edx','15','0x6fa87e4f', '6'); [all …]
|