Searched refs:add32_64 (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| H A D | Hash.php | 642 private static function add32_64($x, $y) function in phpseclib3\\Crypt\\Hash 701 $y = self::add32_64($y, self::mul32_64($temp, $temp2)); 705 $y = self::add32_64($y, self::mul32_64($temp, $temp2)); 709 $y = self::add32_64($y, self::mul32_64($temp, $temp2)); 713 $y = self::add32_64($y, self::mul32_64($temp, $temp2)); 718 return self::add32_64($y, pack('N2', 0, $length));
|