Home
last modified time | relevance | path

Searched refs:secret (Results 26 – 50 of 140) sorted by last modified time

123456

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPKCS8.php225 "\x04\x20" . $privateKey->secret,
H A DPuTTY.php121 Strings::packSSH2('s', $privateKey->secret) :
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 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/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/google/apiclient-services/src/
H A DCloudBuild.php800 'secret' => [
1041 'secret' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DVolume.php62 public function setSecret(SecretVolumeSource $secret) argument
64 $this->secret = $secret;
71 return $this->secret;
H A DGoogleCloudRunOpV2Volume.php62 public function setSecret(GoogleCloudRunOpV2SecretVolumeSource $secret) argument
64 $this->secret = $secret;
71 return $this->secret;
H A DGoogleCloudRunV2SecretKeySelector.php25 public $secret; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2SecretKeySelector
34 public function setSecret($secret) argument
36 $this->secret = $secret;
43 return $this->secret;
H A DGoogleCloudRunV2SecretVolumeSource.php32 public $secret; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2SecretVolumeSource
65 public function setSecret($secret) argument
67 $this->secret = $secret;
74 return $this->secret;
H A DGoogleCloudRunOpV2SecretVolumeSource.php32 public $secret; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2SecretVolumeSource
65 public function setSecret($secret) argument
67 $this->secret = $secret;
74 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/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;
H A DSasPortalGenerateSecretResponse.php25 public $secret; variable in Google\\Service\\SASPortalTesting\\SasPortalGenerateSecretResponse
30 public function setSecret($secret) argument
32 $this->secret = $secret;
39 return $this->secret;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DIdpConfig.php42 public $secret; variable in Google\\Service\\IdentityToolkit\\IdpConfig
107 public function setSecret($secret) argument
109 $this->secret = $secret;
116 return $this->secret;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
H A DSecretEnvVar.php33 public $secret; variable in Google\\Service\\CloudFunctions\\SecretEnvVar
70 public function setSecret($secret) argument
72 $this->secret = $secret;
79 return $this->secret;
H A DSecretVolume.php34 public $secret; variable in Google\\Service\\CloudFunctions\\SecretVolume
69 public function setSecret($secret) argument
71 $this->secret = $secret;
78 return $this->secret;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIAP/
H A DIdentityAwareProxyClient.php33 public $secret; variable in Google\\Service\\CloudIAP\\IdentityAwareProxyClient
66 public function setSecret($secret) argument
68 $this->secret = $secret;
75 return $this->secret;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DWebhookConfig.php25 public $secret; variable in Google\\Service\\CloudBuild\\WebhookConfig
34 public function setSecret($secret) argument
36 $this->secret = $secret;
43 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/firebase/php-jwt/
H A DREADME.md167 // sodium_crypto_sign_keypair(). The secret keys generated by other tools may

123456