Home
last modified time | relevance | path

Searched refs:getCurve (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php121 if (is_array($key->getCurve()) || !isset(self::$curveAliases[$key->getCurve()])) {
185 switch ($this->key->getCurve()) {
198 …eption('The only supported hash for ' . self::$curveAliases[$this->key->getCurve()] . ' is ' . $ex…
253 public function getCurve() function in phpseclib3\\System\\SSH\\Agent\\Identity
259 return $this->key->getCurve();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php110 …rtFormat == 'SSH2' ? Strings::packSSH2('ss', 'ssh-' . strtolower($this->getCurve()), $result) : $r…
143 …rtFormat == 'SSH2' ? Strings::packSSH2('ss', 'ssh-' . strtolower($this->getCurve()), $R . $S) : $R…
272 case 3: return $format::save($r, $s, $this->getCurve());
273 case 4: return $format::save($r, $s, $this->getCurve(), $this->getLength());
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php304 switch ($private->getCurve()) {
H A DEC.php271 public function getCurve() function in phpseclib3\\Crypt\\EC
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php3011 switch ($key->getCurve()) {
3014 return ['algorithm' => 'id-' . $key->getCurve()];
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2710 $curveName = $privatekey->getCurve();