/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
D | Base.php | 126 static $zero; 127 if (!isset($zero)) { 128 $zero = new BigInteger(); 134 if ($x->compare($this->order) > 0 || $x->compare($zero) <= 0) {
|
D | KoblitzPrime.php | 71 static $zero, $one, $two; 272 $zero = new BigInteger(); 275 $b = clone $zero; 276 $c = clone $zero; 281 $a1 = clone $zero; 282 $b1 = clone $zero; 283 $a2 = clone $zero; 284 $b2 = clone $zero; 288 while (!$v->equals($zero)) {
|
D | Montgomery.php | 65 protected $zero; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\Montgomery 102 $this->zero = $this->factory->newInteger(new BigInteger()); 221 $p1 = [$this->one, $this->zero]; 254 return [clone $this->zero, clone $this->one];
|
D | TwistedEdwards.php | 73 protected $zero; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\TwistedEdwards 96 $this->zero = $this->factory->newInteger(new BigInteger(0));
|
D | Prime.php | 599 $zero = true; 603 $zero = false; 606 if (!$zero) {
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/ |
D | Ed25519.php | 115 if ($x2->equals($this->zero)) { 119 return clone $this->zero; 135 if (!$x->multiply($x)->subtract($x2)->equals($this->zero)) { 140 if (!$x->multiply($x)->subtract($x2)->equals($this->zero)) { 230 return [clone $this->zero, clone $this->one, clone $this->one, clone $this->zero];
|
D | Ed448.php | 71 if ($x2->equals($this->zero)) { 75 return clone $this->zero; 82 if (!$x->multiply($x)->subtract($x2)->equals($this->zero)) { 174 return [clone $this->zero, clone $this->one, clone $this->one];
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/ |
D | Integer.php | 59 protected static $zero; variable in phpseclib3\\Math\\PrimeField\\Integer 71 $this->value = clone static::$zero[static::class]; 98 if (!isset(static::$zero[static::class])) { 99 static::$zero[static::class] = new BigInteger(); 366 while ($d->compare(static::$zero[static::class]) > 0) { 380 …$shift = !$d->equals(static::$zero[static::class]) && $d->bitwise_and($mask)->equals(static::$zero…
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
D | Engine.php | 47 protected static $zero = []; variable in phpseclib3\\Math\\BigInteger\\Engines\\Engine 131 if (!array_key_exists(static::class, static::$zero)) { 132 static::$zero[static::class] = null; // Placeholder to prevent infinite loop. 133 static::$zero[static::class] = new static(0); 313 if ($this->compare(static::$zero[static::class]) < 0) { 329 $x = $x->compare(static::$zero[static::class]) < 0 ? $x->add($n) : $x; 331 …return $this->compare(static::$zero[static::class]) < 0 ? $this->normalize($n->subtract($x)) : $th… 469 return $this->normalize(static::$zero[static::class]); 1022 return clone static::$zero[static::class]; 1025 return clone static::$zero[static::class]; [all …]
|
D | PHP.php | 555 return [$this->normalize($temp), $this->normalize(static::$zero[static::class])]; 563 return [$this->normalize(static::$zero[static::class]), $this->normalize($x)]; 652 if ($x->compare(static::$zero[static::class]) < 0) { 1149 if ($n->compare(static::$zero[static::class]) == 0) {
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/ |
D | PrivateKey.php | 104 if ($r->equals(self::$zero)) { 111 if (!$s->equals(self::$zero)) {
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
D | AsymmetricKey.php | 35 protected static $zero; variable in phpseclib3\\Crypt\\Common\\AsymmetricKey 117 if (!isset(self::$zero)) { 118 self::$zero = new BigInteger(0); 520 if (!$k->equals(self::$zero) && $k->compare($this->q) < 0) { 577 return $z2->compare(self::$zero) < 0 ?
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/ |
D | PrivateKey.php | 67 if ($c->compare(self::$zero) < 0 || $c->compare($this->modulus) > 0) { 82 if ($m->compare(self::$zero) < 0 || $m->compare($this->modulus) > 0) { 98 case $this->primes[1]->equals(self::$zero): 100 case $this->coefficients[2]->equals(self::$zero): 102 case $this->exponents[1]->equals(self::$zero):
|
D | PublicKey.php | 56 if ($s->compare(self::$zero) < 0 || $s->compare($this->modulus) > 0) { 413 if ($m->compare(self::$zero) < 0 || $m->compare($this->modulus) > 0) {
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/ |
D | PrivateKey.php | 177 if ($r->equals(self::$zero)) { 184 if (!$s->equals(self::$zero)) {
|
/dokuwiki/vendor/splitbrain/slika/ |
D | README.md | 51 Keeping either width or height at zero will auto calculate the value for you.
|
/dokuwiki/vendor/splitbrain/php-cli/ |
D | README.md | 79 exit the programm with a non-zero exit code. You can disable this behaviour and catch all exception… 94 ``error()`` (red) or ``fatal()`` (red). The latter will also exit the programm with a non-zero exit…
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
D | ASN1.php | 1200 static $mask, $zero, $forty; 1203 $zero = new BigInteger(); 1233 while (!$part->equals($zero)) {
|
/dokuwiki/_test/tests/inc/ |
D | utf8_kanaromaji.txt | 4628 ゼロ;zero 7091 ゼロ;zero
|