Home
last modified time | relevance | path

Searched refs:x1 (Results 51 – 75 of 278) sorted by last modified time

12345678910>>...12

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DChaCha20.php370 $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 16);
372 $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 8);
391 $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 16);
393 $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 8);
414 $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 8);
435 $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 8);
456 $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 8);
477 $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 8);
498 $x1+= $x5; $x13 = self::leftRotate($x13 ^ $x1, 8);
519 $x1+= $x6; $x12 = self::leftRotate($x12 ^ $x1, 8);
[all …]
H A DSalsa20.php444 * @param int $x1 (by reference)
460 …protected static function doubleRound(&$x0, &$x1, &$x2, &$x3, &$x4, &$x5, &$x6, &$x7, &$x8, &$x9, … argument
464 static::quarterRound($x5, $x9, $x13, $x1);
468 static::quarterRound($x0, $x1, $x2, $x3);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBinary.php186 list($x1, $y1, $z1) = $p;
194 $e = $x1->add($b);
210 $a = $x1->multiply($o2);
249 list($x1, $y1, $z1) = $p;
251 $a = $x1->multiply($x1);
256 $z3 = clone $x1;
267 $z3 = $x1->multiply($c);
H A DKoblitzPrime.php195 list($x1, $y1, $z1) = $p;
196 $a = $x1->multiply($x1);
199 $d = $x1->add($b);
220 list($x1, $y1) = $p;
221 $xx = $x1->multiply($x1);
224 $s = $x1->add($yy);
H A DMontgomery.php173 private function doubleAndAddPoint(array $p, array $q, PrimeInteger $x1) argument
202 $z5 = $x1->multiply($temp->multiply($temp));
H A DPrime.php262 list($x1, $y1, $z1) = $p;
268 $u1 = $x1->multiply($z22);
377 $x1 = $m->multiply($m)->subtract($this->two->multiply($s));
378 $y1 = $m->multiply($s->subtract($x1))->subtract(
382 return [$x1, $y1, $z1];
398 $x1 = $m->multiply($m)->subtract($this->two->multiply($s));
399 $y1 = $m->multiply($s->subtract($x1))->subtract(
403 return [$x1, $y1, $z1];
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php264 list($x1, $y1, $z1, $t1) = $p;
266 $a = $x1->multiply($x1);
270 $temp = $x1->add($y1);
314 list($x1, $y1, $z1, $t1) = $p;
317 $a = $y1->subtract($x1)->multiply($y2->subtract($x2));
318 $b = $y1->add($x1)->multiply($y2->add($x2));
H A DEd448.php204 list($x1, $y1, $z1) = $p;
206 $b = $x1->add($y1);
208 $c = $x1->multiply($x1);
252 list($x1, $y1, $z1) = $p;
257 $c = $x1->multiply($x2);
262 $h = $x1->add($y1)->multiply($x2->add($y2));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php450 $x1 = array_slice($x_value, $m);
455 $z2 = self::karatsuba($x1, $y1);
458 $z1 = self::addHelper($x1, false, $x0, false);
1064 $x1 = array_slice($value, $m);
1067 $z2 = self::karatsubaSquare($x1);
1070 $z1 = self::addHelper($x1, false, $x0, false);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php257 $x1 = substr($x, 0, -$m);
262 $z2 = self::polynomialMultiply($x1, $y1);
265 self::subAdd2($x1, $x0),
295 $x1 = $x & 0x22222222;
304 $z0 = ($x0 * $y0) ^ ($x1 * $y3) ^ ($x2 * $y2) ^ ($x3 * $y1);
305 $z1 = ($x0 * $y1) ^ ($x1 * $y0) ^ ($x2 * $y3) ^ ($x3 * $y2);
306 $z2 = ($x0 * $y2) ^ ($x1 * $y1) ^ ($x2 * $y0) ^ ($x3 * $y3);
307 $z3 = ($x0 * $y3) ^ ($x1 * $y2) ^ ($x2 * $y1) ^ ($x3 * $y0);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php153 list($x1, $y1) = $this->curve->multiplyAddPoints(
158 $x1 = $x1->toBigInteger();
159 list(, $x1) = $x1->divide($order);
161 return $x1->equals($r);
/plugin/a2s/
H A DASCIIToSVG.php2721 $x1 = $t->x - 4;
2725 $out .= "<line x1=\"$x1\" y1=\"$y1\" x2=\"$x2\" y2=\"$y2\" stroke-width=\"1\" />";
2727 $x1 = $t->x + 4;
2731 $out .= "<line x1=\"$x1\" y1=\"$y1\" x2=\"$x2\" y2=\"$y2\" stroke-width=\"1\" />";
/plugin/c3chart/assets/
H A Dc3.min.js2x1:Math.ceil(e),x2:Math.ceil(i),y1:Math.ceil(n),y2:Math.ceil(r)})})},l.prototype.updateSizes=funct… property in case.SVGPathSeg.PATHSEG_ARC_ABS
H A Dd3.min.js2x1=r,this.y1=i},yl=sn.prototype=fn.prototype;yl.copy=function(){var t,n,e=new fn(this._x,this._y,t… function
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js3379 bbox.x1 - bbox.x0,
3452 var nx = (x1 * y2 - y1 * x2) * (x3 - x4) - (x1 - x2) * (x3 * y4 - y3 * x4),
3600 x1 = x1m = pi[1];
3606 x1 = bez1[6];
3609 bez1 = [x1, y1, x1, y1, x1m, y1m, x1m, y1m];
3610 x1 = x1m;
3764 x1, y1, x2,
3774 _13 * x1 + _23 * ax,
3800 x1 = xy.x;
3806 var x = (x1 - x2) / 2,
[all …]
H A Dbpmn-modeler.production.min.js7x1-t.x0,t.y1-t.y0)}function Ht(e,t,n){return t>=e.x&&t<=e.x+e.width&&n>=e.y&&n<=e.y+e.height}funct…
/plugin/diagramsnet/lib/img/lib/cumulus/
H A Dchassis_cumulus_linux.svg1x1="34.21" y1="17.85" x2="18.79" y2="-8.85" gradientUnits="userSpaceOnUse"><stop offset="0" stop-c…
H A Drack_out_of_band.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 57"><defs><linearGradient id="A" x1="32.23"…
H A Drack_voyager.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 57"><defs><linearGradient id="A" x1="32.23"…
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dcd_dvd.svg1 …<![CDATA[.B{dominant-baseline:auto}]]></style><defs><linearGradient id="A" x1="29.31" y1="149.735"…
H A Dcell_phone.svg1x1="97.553" y1="233.123" x2="98.89" y2="82.65" xlink:href="#F"><stop offset="0" stop-color="#076bf…
H A Ddatabase_cube.svg1x1="147.066" y1="217.349" x2="146.866" y2="176.658" gradientUnits="userSpaceOnUse"><stop offset="0…
H A Ddomain_controller.svg1x1="83.839" y1="200.393" x2="83.47" y2="127.295" gradientUnits="userSpaceOnUse"><stop offset="0" s…
H A Dfax.svg1x1="16.783" y1="130.162" x2="206.672" y2="130.162" gradientUnits="userSpaceOnUse"><stop offset="0"…
H A Dfolder_open.svg1x1="259.6" y1="556.011" x2="689.381" y2="556.011" gradientUnits="userSpaceOnUse"><stop offset="0" …

12345678910>>...12