Searched refs:extractSecret (Results 1 – 7 of 7) sorted by relevance
70 $arr = $curve->extractSecret($private);
73 $arr = $components['curve']->extractSecret($private);
81 $arr = $curve->extractSecret(Strings::base64url_decode($key->d));
147 $arr = $components['curve']->extractSecret(substr($key['privateKey'], 2));
102 public function extractSecret($str) function in phpseclib3\\Crypt\\EC\\Curves\\Ed448158 return $this->extractSecret(Random::string(57))['dA'];
161 public function extractSecret($str) function in phpseclib3\\Crypt\\EC\\Curves\\Ed25519214 return $this->extractSecret(Random::string(32))['dA'];
213 $arr = $curve->extractSecret(Random::string($curve instanceof Ed448 ? 57 : 32));