Searched refs:reduction_alg9 (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/modes/asm/ |
D | ghash-x86_64.pl | 445 sub reduction_alg9 { # 17/11 times faster than Intel version subroutine 515 &reduction_alg9 ($Xhi,$Xi); 528 &reduction_alg9 ($Xhi,$Xi); 533 &reduction_alg9 ($Xhi,$Xi); 571 $code.=<<___ if (0 || (&reduction_alg9($Xhi,$Xi)&&0)); 809 &reduction_alg9($Xhi,$Xi); 927 &reduction_alg9 ($Xhi,$Xi); 938 &reduction_alg9 ($Xhi,$Xi);
|
D | ghash-x86.pl | 670 sub reduction_alg9 { # 17/11 times faster than Intel version subroutine 727 &reduction_alg9 ($Xhi,$Xi); 757 &reduction_alg9 ($Xhi,$Xi); 897 &reduction_alg9 ($Xhi,$Xi); 909 &reduction_alg9 ($Xhi,$Xi);
|