Home
last modified time | relevance | path

Searched refs:isNegative (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DCurve448.php88 if ($x->getLength() > 448 || $x->isNegative()) {
H A DCurve25519.php77 if ($x->getLength() > 256 || $x->isNegative()) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DKoblitzPrime.php163 if ($k1->isNegative()) {
168 if ($k2->isNegative()) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php831 public function isNegative() function in phpseclib3\\Math\\BigInteger
833 return $this->value->isNegative();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php190 if ($temp->value->isNegative()) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php671 public function isNegative() function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php675 public function isNegative() function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DPHP.php1194 public function isNegative() function in phpseclib3\\Math\\BigInteger\\Engines\\PHP