Home
last modified time | relevance | path

Searched refs:MontgomeryCurve (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DMontgomeryPrivate.php25 use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; alias
85 public static function savePublicKey(MontgomeryCurve $curve, array $publicKey)
100 …public static function savePrivateKey(BigInteger $privateKey, MontgomeryCurve $curve, array $publi…
H A DMontgomeryPublic.php18 use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; alias
74 public static function savePublicKey(MontgomeryCurve $curve, array $publicKey)
H A DPKCS1.php34 use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; alias
158 if ($curve instanceof TwistedEdwardsCurve || $curve instanceof MontgomeryCurve) {
184 if ($curve instanceof TwistedEdwardsCurve || $curve instanceof MontgomeryCurve) {
H A DPKCS8.php31 use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; alias
185 if ($curve instanceof MontgomeryCurve) {
219 if ($curve instanceof MontgomeryCurve) {
H A DXML.php26 use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; alias
384 if ($curve instanceof TwistedEdwardsCurve || $curve instanceof MontgomeryCurve) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php35 use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; alias
269 if ($this->curve instanceof MontgomeryCurve) {
347 if ($this->curve instanceof MontgomeryCurve) {
385 if ($this->curve instanceof MontgomeryCurve) {
454 if ($this->curve instanceof MontgomeryCurve) {
474 if ($this->curve instanceof MontgomeryCurve) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php19 use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; alias
61 if ($this->curve instanceof MontgomeryCurve) {
94 if ($this->curve instanceof MontgomeryCurve) {
238 if ($this->curve instanceof MontgomeryCurve) {
246 if ($this->curve instanceof MontgomeryCurve) {
H A DPublicKey.php19 use phpseclib3\Crypt\EC\BaseCurves\Montgomery as MontgomeryCurve; alias
50 if ($this->curve instanceof MontgomeryCurve) {