Home
last modified time | relevance | path

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

/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl71 sub round3_step subroutine
219 round3_step(-1,'%eax','%ebx','%ecx','%edx', '8','0xfffa3942', '4');
220 round3_step( 0,'%edx','%eax','%ebx','%ecx','11','0x8771f681','11');
221 round3_step( 0,'%ecx','%edx','%eax','%ebx','14','0x6d9d6122','16');
222 round3_step( 0,'%ebx','%ecx','%edx','%eax', '1','0xfde5380c','23');
223 round3_step( 0,'%eax','%ebx','%ecx','%edx', '4','0xa4beea44', '4');
224 round3_step( 0,'%edx','%eax','%ebx','%ecx', '7','0x4bdecfa9','11');
225 round3_step( 0,'%ecx','%edx','%eax','%ebx','10','0xf6bb4b60','16');
226 round3_step( 0,'%ebx','%ecx','%edx','%eax','13','0xbebfbc70','23');
227 round3_step( 0,'%eax','%ebx','%ecx','%edx', '0','0x289b7ec6', '4');
[all …]
H A Dmd5-loongarch64.pl108 sub round3_step subroutine
242 round3_step(-1, $a4, $a5, $a6, $a7, '8', 0xfffa3942, '4');
245 round3_step(0, $a5, $a6, $a7, $a4, '1', 0xfde5380c, '23');
246 round3_step(0, $a4, $a5, $a6, $a7, '4', 0xa4beea44, '4');
247 round3_step(0, $a7, $a4, $a5, $a6, '7', 0x4bdecfa9, '11');
250 round3_step(0, $a4, $a5, $a6, $a7, '0', 0x289b7ec6, '4');
251 round3_step(0, $a7, $a4, $a5, $a6, '3', 0xeaa127fa, '11');
252 round3_step(0, $a6, $a7, $a4, $a5, '6', 0xd4ef3085, '16');
253 round3_step(0, $a5, $a6, $a7, $a4, '9', 0x4881d05, '23');
254 round3_step(0, $a4, $a5, $a6, $a7, '12', 0xd9d4d039, '4');
[all …]

Completed in 8 milliseconds