Searched refs:getCurve (Results 1 – 6 of 6) sorted by relevance
121 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\\Identity259 return $this->key->getCurve();
110 …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());
304 switch ($private->getCurve()) {
271 public function getCurve() function in phpseclib3\\Crypt\\EC
3011 switch ($key->getCurve()) {3014 return ['algorithm' => 'id-' . $key->getCurve()];
2710 $curveName = $privatekey->getCurve();