Searched refs:add32_64 (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| H A D | Hash.php | 668 private static function add32_64($x, $y) function in phpseclib3\\Crypt\\Hash 727 $y = self::add32_64($y, self::mul32_64($temp, $temp2)); 731 $y = self::add32_64($y, self::mul32_64($temp, $temp2)); 735 $y = self::add32_64($y, self::mul32_64($temp, $temp2)); 739 $y = self::add32_64($y, self::mul32_64($temp, $temp2)); 744 return self::add32_64($y, pack('N2', 0, $length));
|