Home
last modified time | relevance | path

Searched refs:order (Results 1 – 22 of 22) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBase.php30 protected $order; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\Base
118 return BigInteger::randomRange($one, $this->order->subtract($one));
131 if (!isset($this->order)) {
134 if ($x->compare($this->order) > 0 || $x->compare($zero) <= 0) {
142 public function setOrder(BigInteger $order) argument
144 $this->order = $order;
154 return $this->order;
H A DKoblitzPrime.php90 $factory = new PrimeField($this->order);
107 $this->basis = static::extendedGCD($lambda->toBigInteger(), $this->order);
126 list($c1, $r) = $c1->divide($this->order);
127 if ($this->order->compare($r->multiply($two)) <= 0) {
132 list($c2, $r) = $c2->divide($this->order);
133 if ($this->order->compare($r->multiply($two)) <= 0) {
H A DMontgomery.php93 protected $order; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\Montgomery
H A DBinary.php82 protected $order; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\Binary
H A DPrime.php112 protected $order; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\Prime
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php55 $order = $this->curve->getOrder();
84 if ($S->compare($order) >= 0) {
102 list(, $k) = $k->divide($order);
130 $n_1 = $order->subtract(self::$one);
138 $Ln = $this->hash->getLength() - $order->getLength();
141 $w = $s->modInverse($order);
142 list(, $u1) = $z->multiply($w)->divide($order);
143 list(, $u2) = $r->multiply($w)->divide($order);
154 list(, $x1) = $x1->divide($order);
H A DPrivateKey.php99 $order = $this->curve->getOrder();
133 list(, $r) = $r->divide($order);
139 list(, $k) = $k->divide($order);
141 list(, $S) = $S->divide($order);
169 $Ln = $this->hash->getLength() - $order->getLength();
173 $k = BigInteger::randomRange(self::$one, $order->subtract(self::$one));
176 list(, $r) = $x->divide($order);
180 $kinv = $k->modInverse($order);
183 list(, $s) = $temp->divide($order);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php306 $order = $curve->getLengthInBytes();
308 if ($keylen == $order + 1) {
313 if ($keylen == 2 * $order + 1) {
314 preg_match("#(.)(.{{$order}})(.{{$order}})#s", $str, $matches);
427 $order = $curve->getOrder();
431 if (!$order) {
462 'order' => $order
516 'order' => $order
H A DXML.php255 $order = self::query($xpath, 'order', 'Order is not present');
267 $curve->setOrder(new BigInteger($order, 256));
307 $order = self::query($xpath, 'order', 'Order is not present', false);
330 $order = str_replace(["\r", "\n", ' ', "\t"], '', $order);
331 $curve->setOrder(new BigInteger($order));
/dokuwiki/_test/tests/TreeBuilder/cp/
H A Dcomplex.txt13 * [[foo:bar|duplicates]] will be ignored in the order
/dokuwiki/lib/plugins/usermanager/lang/en/
H A Dimport.txt4 The columns must contain, in order: user-id, full name, email address and groups.
/dokuwiki/conf/
H A Dwordblock.conf4 https?:\/\/(\S*?)(-side-effects|top|pharm|pill|discount|discount-|deal|price|order|now|best|cheap|c…
/dokuwiki/
H A Dcomposer.lock398 …"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary prec…
400 …"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operati…
401 …"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic…
H A DCOPYING199 conditions are imposed on you (whether by court order, agreement or
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1215 foreach ($this->sortOptions as $sort => $order) {
1229 return $order === SORT_DESC ? -$result : $result;
1240 return $order === SORT_ASC ? $a[$sort] - $b[$sort] : $b[$sort] - $a[$sort];
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE70 this license for certain libraries in order to permit linking those
113 be combined with the library in order to run.
376 conditions are imposed on you (whether by court order, agreement or
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE70 this license for certain libraries in order to permit linking those
113 be combined with the library in order to run.
376 conditions are imposed on you (whether by court order, agreement or
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md153 * Tests: use the correct parameter order by @jrfnl in [#694](https://github.com/simplepie/simplepie…
189 * PHP 7.4 support: Ensure the proper argument order for `implode()` calls. [#617](https://github.co…
/dokuwiki/vendor/splitbrain/lesserphp/
H A DLICENSE478 You are not required to accept this License in order to receive or
583 If conditions are imposed on you (whether by court order, agreement or
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE199 conditions are imposed on you (whether by court order, agreement or
H A DCHANGELOG456 - Changes to default CSS in order to make the GESHI_HEADER_PRE_TABLE align properly,
/dokuwiki/lib/scripts/jquery/
H A Djquery.min.js2 …tart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scal… property