Home
last modified time | relevance | path

Searched refs:order (Results 1 – 21 of 21) 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.php110 $order = $this->curve->getOrder();
130 if ($S->compare($order) >= 0) {
148 list(, $k) = $k->divide($order);
190 $order = $this->curve->getOrder();
192 $n_1 = $order->subtract(self::$one);
200 $Ln = $this->hash->getLength() - $order->getLength();
203 $w = $s->modInverse($order);
204 list(, $u1) = $z->multiply($w)->divide($order);
205 list(, $u2) = $r->multiply($w)->divide($order);
216 list(, $x1) = $x1->divide($order);
H A DPrivateKey.php116 $order = $this->curve->getOrder();
195 list(, $r) = $r->divide($order);
201 list(, $k) = $k->divide($order);
203 list(, $S) = $S->divide($order);
245 $Ln = $this->hash->getLength() - $order->getLength();
249 $k = BigInteger::randomRange(self::$one, $order->subtract(self::$one));
252 list(, $r) = $x->divide($order);
256 $kinv = $k->modInverse($order);
259 list(, $s) = $temp->divide($order);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php310 $order = $curve->getLengthInBytes();
312 if ($keylen == $order + 1) {
317 if ($keylen == 2 * $order + 1) {
318 preg_match("#(.)(.{{$order}})(.{{$order}})#s", $str, $matches);
431 $order = $curve->getOrder();
435 if (!$order) {
466 'order' => $order
520 'order' => $order
H A DXML.php256 $order = self::query($xpath, 'order', 'Order is not present');
268 $curve->setOrder(new BigInteger($order, 256));
308 $order = self::query($xpath, 'order', 'Order is not present', false);
331 $order = str_replace(["\r", "\n", ' ', "\t"], '', $order);
332 $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.php1222 foreach ($this->sortOptions as $sort => $order) {
1236 return $order === SORT_DESC ? -$result : $result;
1247 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/
H A DCHANGELOG.md205 * Tests: use the correct parameter order (by @jrfnl in [#694](https://github.com/simplepie/simplepi…
241 * 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