Home
last modified time | relevance | path

Searched refs:challenge (Results 1 – 25 of 58) sorted by path

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firebaseappcheck/
H A DGoogleFirebaseAppcheckV1betaAppAttestChallengeResponse.php25 public $challenge; variable in Google\\Service\\Firebaseappcheck\\GoogleFirebaseAppcheckV1betaAppAttestChallengeResponse
34 public function setChallenge($challenge) argument
36 $this->challenge = $challenge;
43 return $this->challenge;
H A DGoogleFirebaseAppcheckV1betaExchangeAppAttestAssertionRequest.php33 public $challenge; variable in Google\\Service\\Firebaseappcheck\\GoogleFirebaseAppcheckV1betaExchangeAppAttestAssertionRequest
66 public function setChallenge($challenge) argument
68 $this->challenge = $challenge;
75 return $this->challenge;
H A DGoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationRequest.php29 public $challenge; variable in Google\\Service\\Firebaseappcheck\\GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationRequest
52 public function setChallenge($challenge) argument
54 $this->challenge = $challenge;
61 return $this->challenge;
H A DGoogleFirebaseAppcheckV1betaGenerateAppAttestChallengeResponse.php25 public $challenge; variable in Google\\Service\\Firebaseappcheck\\GoogleFirebaseAppcheckV1betaGenerateAppAttestChallengeResponse
34 public function setChallenge($challenge) argument
36 $this->challenge = $challenge;
43 return $this->challenge;
H A DGoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse.php25 public $challenge; variable in Google\\Service\\Firebaseappcheck\\GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse
34 public function setChallenge($challenge) argument
36 $this->challenge = $challenge;
43 return $this->challenge;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DRelyingparty.php45 public $challenge; variable in Google\\Service\\IdentityToolkit\\Relyingparty
156 public function setChallenge($challenge) argument
158 $this->challenge = $challenge;
165 return $this->challenge;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DVerifiedaccess.php42 public $challenge; variable in Google\\Service\\Verifiedaccess
63 'challenge',
67 'path' => 'v1/challenge',
71 'path' => 'v1/challenge:verify',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Verifiedaccess/
H A DChallenge.php44 public function setChallenge(SignedData $challenge) argument
46 $this->challenge = $challenge;
53 return $this->challenge;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php266 private $challenge; variable in phpseclib3\\File\\X509
2163 * @param string $challenge
2166 public function setChallenge($challenge) argument
2168 $this->challenge = $challenge;
2870 if (!empty($this->challenge)) {
2872 …t['publicKeyAndChallenge']['challenge'] = $this->challenge & str_repeat("\x7F", strlen($this->chal…
2884 'challenge' => !empty($this->challenge) ? $this->challenge : ''
/plugin/authradius/
H A Dmschap.php61 function ChallengeResponse($challenge, $nthash) argument
66 $resp1 = des_encrypt_ecb(substr($nthash, 0, 7), $challenge);
67 $resp2 = des_encrypt_ecb(substr($nthash, 7, 7), $challenge);
68 $resp3 = des_encrypt_ecb(substr($nthash, 14, 7), $challenge);
85 function ChallengeHash($challenge, $peerChallenge, $username) argument
87 return substr(pack('H*', hash('sha1', $peerChallenge . $challenge . $username)), 0, 8);
90 function GenerateNTResponse($challenge, $peerChallenge, $username, $password) argument
92 $challengeHash = ChallengeHash($challenge, $peerChallenge, $username);
/plugin/bible/bible_douayRheims/
H A D1_Machabees.txt856 …ilent men have usurped the kingdom of our fathers, and my purpose is to challenge the kingdom, and…
H A DJudith.txt293 …14:12. Go in, and awake him, for the mice, coming out of their holes, have presumed to challenge u…
H A DNumbers.txt599 …all thy brethren the sons of Levi to approach unto him, that you should challenge to yourselves th…
/plugin/captcha/
H A Dplugin.info.txt6 desc Use a CAPTCHA challenge to protect DokuWiki against automated spam
/plugin/contactmodern/
H A Drecaptchalib.php147 * @param string $challenge
152 function recaptcha_check_answer ($privkey, $remoteip, $challenge, $response, $extra_params = array(… argument
165 …if ($challenge == null || strlen($challenge) == 0 || $response == null || strlen($response) == 0) {
176 'challenge' => $challenge,
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBasic.php133 function challenge(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\Auth\\Backend\\AbstractBasic
H A DAbstractDigest.php150 function challenge(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\Auth\\Backend\\AbstractDigest
H A DApache.php92 function challenge(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\Auth\\Backend\\Apache
H A DBackendInterface.php68 function challenge(RequestInterface $request, ResponseInterface $response); function
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php186 $backend->challenge($request, $response);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DAbstractBasicTest.php64 $backend->challenge($request, $response);
H A DAbstractDigestTest.php119 $backend->challenge($request, $response);
H A DApacheTest.php65 $backend->challenge($request, $response);
H A DMock.php83 function challenge(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\Auth\\Backend\\Mock
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...

123