Searched refs:getBasePoint (Results 1 – 13 of 13) sorted by relevance
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ |
| D | Common.php | 390 list($candidateX, $candidateY) = $candidate->getBasePoint(); 391 list($curveX, $curveY) = $curve->getBasePoint(); 416 list($candidateX, $candidateY) = $candidate->getBasePoint(); 417 list($curveX, $curveY) = $curve->getBasePoint(); 439 $point = $curve->getBasePoint();
|
| D | PKCS1.php | 113 … $components['curve']->multiplyPoint($components['curve']->getBasePoint(), $components['dA']); 143 … $components['curve']->multiplyPoint($components['curve']->getBasePoint(), $components['dA']);
|
| D | PKCS8.php | 132 … $components['curve']->multiplyPoint($components['curve']->getBasePoint(), $components['dA']); 166 …nts['QA'] = $components['curve']->multiplyPoint($components['curve']->getBasePoint(), $components[…
|
| D | MontgomeryPrivate.php | 72 …$components['QA'] = $components['curve']->multiplyPoint($components['curve']->getBasePoint(), $com…
|
| D | libsodium.php | 80 $curve->multiplyPoint($curve->getBasePoint(), $components['dA']);
|
| D | XML.php | 443 list($x, $y) = $curve->getBasePoint();
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/ |
| D | PublicKey.php | 111 $lhs = $curve->multiplyPoint($curve->getBasePoint(), $S); 154 [$this->curve->getBasePoint(), $this->QA],
|
| D | PrivateKey.php | 134 $R = $curve->multiplyPoint($curve->getBasePoint(), $r); 174 list($x, $y) = $this->curve->multiplyPoint($this->curve->getBasePoint(), $k);
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
| D | TwistedEdwards.php | 162 public function getBasePoint() function in phpseclib3\\Crypt\\EC\\BaseCurves\\TwistedEdwards
|
| D | Montgomery.php | 153 public function getBasePoint() function in phpseclib3\\Crypt\\EC\\BaseCurves\\Montgomery
|
| D | Binary.php | 142 public function getBasePoint() function in phpseclib3\\Crypt\\EC\\BaseCurves\\Binary
|
| D | Prime.php | 174 public function getBasePoint() function in phpseclib3\\Crypt\\EC\\BaseCurves\\Prime
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| D | EC.php | 188 $privatekey->QA = $curve->multiplyPoint($curve->getBasePoint(), $dA);
|