Home
last modified time | relevance | path

Searched refs:secret (Results 26 – 50 of 140) sorted by path

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/
H A DSasPortalValidateInstallerRequest.php33 public $secret; variable in Google\\Service\\SASPortalTesting\\SasPortalValidateInstallerRequest
66 public function setSecret($secret) argument
68 $this->secret = $secret;
75 return $this->secret;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/
H A DSasPortalGenerateSecretResponse.php25 public $secret; variable in Google\\Service\\Sasportal\\SasPortalGenerateSecretResponse
30 public function setSecret($secret) argument
32 $this->secret = $secret;
39 return $this->secret;
H A DSasPortalValidateInstallerRequest.php33 public $secret; variable in Google\\Service\\Sasportal\\SasPortalValidateInstallerRequest
66 public function setSecret($secret) argument
68 $this->secret = $secret;
75 return $this->secret;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DHmacKey.php31 public $secret; variable in Google\\Service\\Storage\\HmacKey
64 public function setSecret($secret) argument
66 $this->secret = $secret;
73 return $this->secret;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php300 $secret = $point;
304 $secret = substr($point, 1, (strlen($point) - 1) >> 1);
311 return $secret;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php184 $dA->secret = $str;
H A DEd448.php126 $dA->secret = $str;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DOpenSSH.php191 if (!isset($privateKey->secret)) {
194 if (strlen($privateKey->secret) != 32) {
201 … $privateKey = Strings::packSSH2('sss', 'ssh-ed25519', $pubKey, $privateKey->secret . $pubKey);
H A DPKCS8.php225 "\x04\x20" . $privateKey->secret,
H A DPuTTY.php121 Strings::packSSH2('s', $privateKey->secret) :
H A Dlibsodium.php110 if (!isset($privateKey->secret)) {
113 if (strlen($privateKey->secret) != 32) {
119 return $privateKey->secret . $curve->encodePoint($publicKey);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php120 $secret = substr($hash->hash($this->dA->secret), $curve::SIZE);
130 $r = $hash->hash($dom . $secret . $message);
/plugin/authradius/
H A Dauth.php44 $secret = $this->getConf('secret');
57 if (!radius_add_server($this->radius,$hosts[$i],$port,$secret,$timeout,$tries)){
/plugin/authvk/
H A Daction.php125 $secret = auth_cookiesalt(!$sticky, true); //bind non-sticky to session
126 auth_setCookie($vk_login, auth_encrypt($vk_pass, $secret), $sticky);
/plugin/authyubikey/
H A DREADME.md23 In the next step you have to set client ID and the secret key for your Yubikey.
/plugin/autotweet/
H A DOAuth.php12 public $secret; variable in OAuthConsumer
14 function __construct($key, $secret, $callback_url=NULL) { argument
16 $this->secret = $secret;
28 public $secret; variable in OAuthToken
34 function __construct($key, $secret) { argument
36 $this->secret = $secret;
47 OAuthUtil::urlencode_rfc3986($this->secret);
109 $consumer->secret,
110 ($token) ? $token->secret : ""
141 $consumer->secret,
[all …]
/plugin/bible/bible_douayRheims/
H A D1_Kings.txt116 …e men of every city, both small and great, and they had emerods in their secret parts. And the Get…
493 …ook to thyself, I beseech thee, in the morning and thou shalt abide in a secret place, and shalt b…
H A D1_Machabees.txt55 …1:56. And they drove away the people of Israel into lurking holes, and into the secret places of f…
95 …tain men, who had broken the king's commandment, were gone away into the secret places in the wild…
100 …2:36. But they answered them not, neither did they cast a stone at them, nor stopped up the secret
105 …l fight against him: and we will not all die, as our brethren that were slain in the secret places.
H A D2_Corinthians.txt225 …12:4. That he was caught up into paradise and heard secret words which it is not granted to man to…
H A D2_Machabees.txt16 …1:16. When Antiochus was come in: and opening a secret entrance of the temple, they cast stones an…
H A DAmos.txt38 3:7. For the Lord God doth nothing without revealing his secret to his servants the prophets.
H A DDaniel.txt39 … they should ask mercy at the face of the God of heaven, concerning this secret, and that Daniel a…
48 …2:27. And Daniel made answer before the king, and said: The secret that the king desireth to know,…
51 …2:30. To me also this secret is revealed, not by any wisdom that I have more than all men alive: b…
68 …gods, and Lord of kings, and a revealer of hidden things: seeing thou couldst discover this secret.
174 …e I know that thou hast in thee the spirit of the holy gods, and that no secret is impossible to t…
499 …14:12. And they little regarded it, because they had made under the table a secret entrance, and t…
H A DDeuteronomy.txt707 … of the Lord, the work of the hands of artificers, and shall put it in a secret place: and all the…
H A DEcclesiasticus.txt313 …or the works of the Highest only are wonderful, and his works are glorious, and secret, and hidden.
831 …27:17. He that discloseth the secret of a friend loseth his credit, and shall never find a friend …
1301 …42:1. Repeat not the word which thou hast heard, and disclose not the thing that is secret; so sha…
1503 48:28. He showed what should come to pass for ever, and secret things before they came.
H A DEphesians.txt110 5:12. For the things that are done by them in secret, it is a shame even to speak of.

123456