Home
last modified time | relevance | path

Searched refs:extractSecret (Results 1 – 7 of 7) sorted by path

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php163 public function extractSecret($str) function in phpseclib3\\Crypt\\EC\\Curves\\Ed25519
214 return $this->extractSecret(Random::string(32));
H A DEd448.php104 public function extractSecret($str) function in phpseclib3\\Crypt\\EC\\Curves\\Ed448
155 return $this->extractSecret(Random::string(57));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPKCS8.php154 $components['dA'] = $components['curve']->extractSecret(substr($key['privateKey'], 2));
H A DPuTTY.php81 $components['dA'] = $components['curve']->extractSecret($private);
H A Dlibsodium.php76 $components['dA'] = $curve->extractSecret($private);
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php487 function extractSecret($response) function in Auth_OpenID_DiffieHellmanSHA1ConsumerSession
537 function extractSecret($response) function in Auth_OpenID_PlainTextConsumerSession
1652 $secret = $assoc_session->extractSecret($assoc_response);
/plugin/openid/Auth/OpenID/
H A DConsumer.php495 function extractSecret($response) function in Auth_OpenID_DiffieHellmanSHA1ConsumerSession
549 function extractSecret($response) function in Auth_OpenID_PlainTextConsumerSession
1748 $secret = $assoc_session->extractSecret($assoc_response);