Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DCurve25519.php81 if ($x->getLength() > 256 || $x->isNegative()) {
H A DCurve448.php92 if ($x->getLength() > 448 || $x->isNegative()) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPKCS1.php183 return $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.php865 public function isNegative() function in phpseclib3\\Math\\BigInteger
867 return $this->value->isNegative();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php207 if ($temp->value->isNegative()) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DGMP.php678 public function isNegative() function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DBCMath.php676 public function isNegative() function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DEngine.php683 if ($this->compare($n) > 0 || $this->isNegative()) {
H A DPHP.php1197 public function isNegative() function in phpseclib3\\Math\\BigInteger\\Engines\\PHP