Searched refs:reduction_alg9 (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/crypto/modes/asm/ |
D | ghash-x86_64.pl | 494 sub reduction_alg9 { # 17/11 times faster than Intel version subroutine 565 &reduction_alg9 ($Xhi,$Xi); 578 &reduction_alg9 ($Xhi,$Xi); 583 &reduction_alg9 ($Xhi,$Xi); 623 $code.=<<___ if (0 || (&reduction_alg9($Xhi,$Xi)&&0)); 862 &reduction_alg9($Xhi,$Xi); 980 &reduction_alg9 ($Xhi,$Xi); 991 &reduction_alg9 ($Xhi,$Xi);
|
D | ghash-x86.pl | 904 sub reduction_alg9 { # 17/11 times faster than Intel version subroutine 961 &reduction_alg9 ($Xhi,$Xi); 991 &reduction_alg9 ($Xhi,$Xi); 1131 &reduction_alg9 ($Xhi,$Xi); 1143 &reduction_alg9 ($Xhi,$Xi);
|