Home
last modified time | relevance | path

Searched refs:nonce (Results 1 – 25 of 45) sorted by relevance

12

/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DDigestTest.php40 list($nonce, $opaque) = $this->getServerTokens();
49 $nonce . ':' .
57 …st username="' . $username . '", realm="' . self::REALM . '", nonce="' . $nonce . '", uri="/", res…
70 list($nonce, $opaque) = $this->getServerTokens();
79 $nonce . ':' .
109 list($nonce, $opaque) = $this->getServerTokens(Digest::QOP_AUTHINT);
118 $nonce . ':' .
138 list($nonce, $opaque) = $this->getServerTokens(Digest::QOP_AUTHINT | Digest::QOP_AUTH);
147 $nonce . ':' .
180 $nonce = $matches[1];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PlayIntegrity/
H A DRequestDetails.php25 public $nonce; variable in Google\\Service\\PlayIntegrity\\RequestDetails
38 public function setNonce($nonce) argument
40 $this->nonce = $nonce;
47 return $this->nonce;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/
H A DMyconfig.php75 * @param string $nonce The client nonce value.
87 public function requestAccess($cpksver, $nonce, $source, $volumeId, $optParams = []) argument
89 …$params = ['cpksver' => $cpksver, 'nonce' => $nonce, 'source' => $source, 'volumeId' => $volumeId];
99 * @param string $nonce The client nonce value.
115 public function syncVolumeLicenses($cpksver, $nonce, $source, $optParams = []) argument
117 $params = ['cpksver' => $cpksver, 'nonce' => $nonce, 'source' => $source];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DConcurrentAccessRestriction.php41 public $nonce; variable in Google\\Service\\Books\\ConcurrentAccessRestriction
126 public function setNonce($nonce) argument
128 $this->nonce = $nonce;
135 return $this->nonce;
H A DDownloadAccessRestriction.php49 public $nonce; variable in Google\\Service\\Books\\DownloadAccessRestriction
158 public function setNonce($nonce) argument
160 $this->nonce = $nonce;
167 return $this->nonce;
/plugin/authdiscourse/
H A Dauth.php14 private $nonce, $prev_nonce;
39 $this->nonce = base64_encode(random_bytes(18));
40 …setcookie('authdiscourse_nonce', $this->nonce.';'.hash_hmac('sha256', $this->nonce, $this->sso_sec…
119 'nonce' => $this->nonce,
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php125 * @param string $nonce
127 public function setNonce($nonce) argument
129 if (strlen($nonce) != 8) {
133 $this->nonce = $nonce;
156 if ($this->nonce === false) {
203 if ($this->nonce === false) {
227 $this->nonce .
H A DHash.php124 private $nonce = false; variable in phpseclib3\\Crypt\\Hash
242 * @param string $nonce
244 public function setNonce($nonce = false) argument
247 case !is_string($nonce):
248 case strlen($nonce) > 0 && strlen($nonce) <= 16:
250 $this->nonce = $nonce;
485 $nonce = $this->nonce;
492 $last = strlen($nonce) - 1;
495 $nonce[$last] = $nonce[$last] ^ $index;
501 $nonce = str_pad($nonce, 16, "\0");
[all …]
H A DChaCha20.php128 $params = [$plaintext, $this->aad, $this->nonce, $this->key];
129 $ciphertext = strlen($this->nonce) == 8 ?
176 $plaintext = strlen($this->nonce) == 8 ?
186 * @param string $nonce
188 public function setNonce($nonce) argument
190 if (!is_string($nonce)) {
201 switch (strlen($nonce)) {
209 $this->nonce = $nonce;
242 if ($this->nonce === false) {
267 $this->p2 = $this->nonce;
[all …]
H A DRijndael.php295 $this->nonce && strlen($this->nonce) == 12 &&
995 …s->newtag = sodium_crypto_aead_aes256gcm_encrypt($plaintext, $this->aad, $this->nonce, $this->key);
1003 $this->nonce,
1033 …m_crypto_aead_aes256gcm_decrypt($ciphertext . $this->oldtag, $this->aad, $this->nonce, $this->key);
1048 $this->nonce,
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DDigest.php38 protected $nonce; variable in Sabre\\HTTP\\Auth\\Digest
49 $this->nonce = uniqid();
184 …'Digest realm="' . $this->realm . '",qop="' . $qop . '",nonce="' . $this->nonce . '",opaque="' . $…
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DDigest.php38 protected $nonce; variable in Sabre\\HTTP\\Auth\\Digest
49 $this->nonce = uniqid();
184 …'Digest realm="' . $this->realm . '",qop="' . $qop . '",nonce="' . $this->nonce . '",opaque="' . $…
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPTSTInfo.php62 private $nonce; variable in TSPTSTInfo
155 $this->nonce = $item->getValue();
231 if ($this->nonce != null) {
232 $sequence->add(new ASN1Integer($this->nonce));
/plugin/twofactoryubiauth/
H A Dhelper.php157 $nonce = "";
162 $nonce .= $chars[$rand];
164 return $nonce;
/plugin/autotweet/
H A DOAuth.php631 $nonce = @$request->get_parameter('oauth_nonce');
634 $this->check_nonce($consumer, $token, $nonce, $timestamp);
672 private function check_nonce($consumer, $token, $nonce, $timestamp) { argument
673 if( ! $nonce )
682 $nonce,
686 throw new OAuthException("Nonce already used: $nonce");
701 function lookup_nonce($consumer, $token, $nonce, $timestamp) { argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php266 $nonce = '';
269 $nonce.= $characters[rand(0, $maxRand)];
272 return $nonce;
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DCramMD5Challenge.php71 $nonce = $options['challenge'] ?? $this->generateNonce(32);
72 $challenge = new Message(['challenge' => $nonce]);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php24 $nonce = hash('sha256', uniqid(mt_rand(), true));
25 $this->classname = '__Twig_Tests_Cache_FilesystemTest_Template_'.$nonce;
/plugin/fedauth/Auth/OpenID/
H A DInterface.php179 * @param string $nonce The nonce to use.
H A DFileStore.php451 foreach ($nonces as $nonce) {
452 if (!Auth_OpenID_checkTimestamp($nonce, $now)) {
453 $filename = $this->nonce_dir . DIRECTORY_SEPARATOR . $nonce;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php389 * @param string $nonce The client nonce value.
411 * @param string $nonce The client nonce value.
421 $params = array('source' => $source, 'nonce' => $nonce, 'cpksver' => $cpksver);
2108 public $nonce; variable in Google_ConcurrentAccessRestriction
2139 public function setNonce( $nonce) { argument
2140 $this->nonce = $nonce;
2143 return $this->nonce;
2190 public $nonce; variable in Google_DownloadAccessRestriction
2232 public function setNonce( $nonce) { argument
2233 $this->nonce = $nonce;
[all …]
/plugin/icalevents/
H A Dsyntax-impl.php47 $this->nonce = mt_rand();
261 $summaryLinkToken= '{summary_link:' . $this->nonce . '}';
507 return '{' . $this->nonce .' magiccc}';
/plugin/openid/Auth/OpenID/
H A DFileStore.php487 foreach ($nonces as $nonce) {
488 if (!Auth_OpenID_checkTimestamp($nonce, $now)) {
489 $filename = $this->nonce_dir . DIRECTORY_SEPARATOR . $nonce;
/plugin/botbouncer/lib/
H A Dmollom.php349 $nonce = md5(time());
355 $time . ':'. $nonce .':'. self::$privateKey))))
362 $parameters['nonce'] = $nonce;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php635 protected $nonce = false; variable in phpseclib3\\Crypt\\Common\\SymmetricKey
790 * @param string $nonce
793 public function setNonce($nonce) argument
799 $this->nonce = $nonce;
2489 if ($this->nonce === false) {
3294 if (strlen($this->nonce) == 12) {
3295 $this->iv = $this->nonce . "\0\0\0\1";
3298 self::nullPad128($this->nonce) . str_repeat("\0", 8) . self::len64($this->nonce)

12