Home
last modified time | relevance | path

Searched refs:MAX10LEN (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php124 strlen($x) + ((static::MAX10LEN - 1) * strlen($x)) % static::MAX10LEN,
130 … $temp = $temp->add(new static($this->int2bytes(substr($x, 0, static::MAX10LEN)), 256));
131 $x = substr($x, static::MAX10LEN);
175 static::MAX10LEN,
H A DPHP32.php45 const MAX10LEN = 7; define in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
H A DPHP64.php45 const MAX10LEN = 9; define in phpseclib3\\Math\\BigInteger\\Engines\\PHP64