Home
last modified time | relevance | path

Searched refs:check_nonce (Results 1 – 25 of 64) sorted by relevance

123

/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_auth_token/
H A Dtoken_auth_utils.lib.lua13 local function check_nonce(jid, otp_value, nonce) function
50 if check_nonce(jid, otp_value, nonce) then
/dports/lang/ruby26/ruby-2.6.9/test/openssl/
H A Dtest_ocsp.rb155 assert_equal 2, req0.check_nonce(bres)
157 assert_equal 3, req0.check_nonce(bres)
158 assert_equal 1, req1.check_nonce(bres)
160 assert_equal 1, req1.check_nonce(bres)
161 assert_equal 0, req2.check_nonce(bres)
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/imsglobal/lti/src/OAuth/
H A DOAuthServer.php190 $this->check_nonce($consumer, $token, $nonce, $timestamp);
220 private function check_nonce($consumer, $token, $nonce, $timestamp) { function in IMSGlobal\\LTI\\OAuth\\OAuthServer
/dports/www/moodle310/moodle/lib/ltiprovider/src/OAuth/
H A DOAuthServer.php190 $this->check_nonce($consumer, $token, $nonce, $timestamp);
220 private function check_nonce($consumer, $token, $nonce, $timestamp) { function in IMSGlobal\\LTI\\OAuth\\OAuthServer
/dports/www/moodle311/moodle/lib/ltiprovider/src/OAuth/
H A DOAuthServer.php190 $this->check_nonce($consumer, $token, $nonce, $timestamp);
220 private function check_nonce($consumer, $token, $nonce, $timestamp) { function in IMSGlobal\\LTI\\OAuth\\OAuthServer
/dports/www/moodle39/moodle/lib/ltiprovider/src/OAuth/
H A DOAuthServer.php190 $this->check_nonce($consumer, $token, $nonce, $timestamp);
220 private function check_nonce($consumer, $token, $nonce, $timestamp) { function in IMSGlobal\\LTI\\OAuth\\OAuthServer
/dports/lang/ruby26/ruby-2.6.9/lib/webrick/httpauth/
H A Ddigestauth.rb224 elsif !check_nonce(req, auth_req)
306 def check_nonce(req, auth_req) method in WEBrick.HTTPAuth.DigestAuth
354 elsif !check_nonce(req, auth_req)
/dports/deskutils/egroupware/egroupware/vendor/celtic/lti/src/OAuth/
H A DOAuthServer.php178 $this->check_nonce($consumer, $token, $nonce, $timestamp);
208 private function check_nonce($consumer, $token, $nonce, $timestamp) function in ceLTIc\\LTI\\OAuth\\OAuthServer
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Util/OAuth/
H A DOAuthServer.php228 $this->check_nonce($consumer, $token, $nonce, $timestamp);
266 private function check_nonce($consumer, $token, $nonce, $timestamp) function in Ampache\\Module\\Util\\OAuth\\OAuthServer
/dports/www/p5-HTTPD-User-Manage/HTTPD-User-Manage-1.66/lib/HTTPD/
H A DAuthen.pm124 unless($self->check_nonce($mda,$max_nonce_time));
151 sub check_nonce { subroutine
/dports/databases/erlang-epgsql/epgsql-4.1.0/src/
H A Depgsql_scram.erl59 check_nonce(ClientNonce, proplists:get_value(nonce, Parts)),
110 check_nonce(ClientNonce, ServerNonce) -> function
/dports/deskutils/egroupware/egroupware/vendor/imsglobal/lti-1p3-tool/src/lti/
H A DCache.php25 public function check_nonce($nonce) { function in IMSGlobal\\LTI\\Cache
H A DLTI_Message_Launch.php272 if (!$this->cache->check_nonce($this->jwt['body']['nonce'])) {
/dports/www/mod_auth_openid/mod_auth_openid-0.8/src/
H A DMoidConsumer.h56 void check_nonce(const string& OP,const string& nonce);
/dports/devel/libopkele/libopkele-2.0.4/include/opkele/
H A Dbasic_rp.h113 virtual void check_nonce(const string& OP,const string& nonce) = 0;
H A Dbasic_op.h226 virtual bool check_nonce(const string& nonce) = 0;
/dports/security/libgcrypt/libgcrypt-1.9.4/tests/
H A Dkeygen.c610 check_nonce (void) in check_nonce() function
767 check_nonce (); in main()
781 check_nonce (); in main()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/tests/
H A Dkeygen.c610 check_nonce (void) in check_nonce() function
767 check_nonce (); in main()
781 check_nonce (); in main()
/dports/net/kamailio/kamailio-5.4.5/src/modules/auth/
H A Dnonce.h221 int check_nonce(auth_body_t* auth, str* secret1, str* secret2,
/dports/security/py-oauthlib/oauthlib-1.1.2/tests/oauth1/rfc5849/
H A Dtest_request_validator.py52 v.check_access_token, v.check_nonce, v.check_verifier):
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/
H A Drequest_validator.pyi28 def check_nonce(self, nonce): ...
/dports/security/py-oauthlib/oauthlib-1.1.2/oauthlib/oauth1/rfc5849/
H A Drequest_validator.py180 def check_nonce(self, nonce): member in RequestValidator
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/oauthlib/oauth1/rfc5849/
H A Drequest_validator.py182 def check_nonce(self, nonce): member in RequestValidator
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/oauthlib/oauth1/rfc5849/
H A Drequest_validator.py177 def check_nonce(self, nonce): member in RequestValidator
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/oauthlib/oauth1/rfc5849/
H A Drequest_validator.py183 def check_nonce(self, nonce): member in RequestValidator

123