/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/ |
H A D | DigestMD5MessageFactory.php | 107 generateClientResponse(array $options, Message $challenge) global() argument 130 getDigestUri(array $options, Message $response, Message $challenge) global() argument 160 selectQopFromChallenge(Message $challenge, string $qop) global() argument 211 setCipherForChallenge(array $options, Message $response, Message $challenge) global() argument 251 getRealmFromChallenge(Message $challenge) global() argument [all...] |
/plugin/authradius/ |
H A D | mschap.php | 61 function ChallengeResponse($challenge, $nthash) 85 function ChallengeHash($challenge, $peerChallenge, $username) 90 function GenerateNTResponse($challenge, $peerChallenge, $username, $password)
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firebaseappcheck/ |
H A D | GoogleFirebaseAppcheckV1betaAppAttestChallengeResponse.php | 25 public $challenge; variable in Google\\Service\\Firebaseappcheck\\GoogleFirebaseAppcheckV1betaAppAttestChallengeResponse 34 public function setChallenge($challenge)
|
H A D | GoogleFirebaseAppcheckV1betaGenerateAppAttestChallengeResponse.php | 25 public $challenge; variable in Google\\Service\\Firebaseappcheck\\GoogleFirebaseAppcheckV1betaGenerateAppAttestChallengeResponse 34 public function setChallenge($challenge)
|
H A D | GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse.php | 25 public $challenge; variable in Google\\Service\\Firebaseappcheck\\GoogleFirebaseAppcheckV1betaGeneratePlayIntegrityChallengeResponse 34 public function setChallenge($challenge)
|
H A D | GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationRequest.php | 29 public $challenge; variable in Google\\Service\\Firebaseappcheck\\GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationRequest 52 public function setChallenge($challenge)
|
H A D | GoogleFirebaseAppcheckV1betaExchangeAppAttestAssertionRequest.php | 33 public $challenge; variable in Google\\Service\\Firebaseappcheck\\GoogleFirebaseAppcheckV1betaExchangeAppAttestAssertionRequest 66 public function setChallenge($challenge)
|
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Mechanism/ |
H A D | DigestMD5Mechanism.php | 46 public function challenge(): ChallengeInterface function in FreeDSx\\Sasl\\Mechanism\\DigestMD5Mechanism 100 public static function computeResponse(string $password, Message $challenge, Message $response, bool $useServerMode = false): string argument 140 public static function computeA1(string $password, Message $challenge, Message $response): string argument
|
H A D | MechanismInterface.php | 38 public function challenge(): ChallengeInterface; function
|
H A D | CramMD5Mechanism.php | 40 public function challenge(): ChallengeInterface function in FreeDSx\\Sasl\\Mechanism\\CramMD5Mechanism
|
H A D | PlainMechanism.php | 40 public function challenge(): ChallengeInterface function in FreeDSx\\Sasl\\Mechanism\\PlainMechanism
|
H A D | AnonymousMechanism.php | 40 public function challenge(): ChallengeInterface function in FreeDSx\\Sasl\\Mechanism\\AnonymousMechanism
|
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/ |
H A D | CramMD5Challenge.php | 50 public function challenge(?string $received = null, array $options = []): SaslContext function in FreeDSx\\Sasl\\Challenge\\CramMD5Challenge 119 generateDigest(string $challenge, string $key) global() argument [all...] |
H A D | DigestMD5Challenge.php | 56 protected $challenge; variable in FreeDSx\\Sasl\\Challenge\\DigestMD5Challenge 69 public function challenge(?string $received = null, array $options = []): SaslContext function in FreeDSx\\Sasl\\Challenge\\DigestMD5Challenge [all...] |
H A D | ChallengeInterface.php | 34 public function challenge(?string $received = null, array $options = []): SaslContext; function
|
H A D | AnonymousChallenge.php | 45 public function challenge(?string $received = null, array $options = []): SaslContext function in FreeDSx\\Sasl\\Challenge\\AnonymousChallenge
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Verifiedaccess.php | 42 public $challenge; variable in Google\\Service\\Verifiedaccess
|
/plugin/swiftmail/Swift/Authenticator/ |
H A D | CRAMMD5.php | 57 public static function generateCRAMMD5Hash($password, $challenge)
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/ |
H A D | BackendInterface.php | 68 function challenge(RequestInterface $request, ResponseInterface $response); function
|
H A D | Apache.php | 92 function challenge(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\Auth\\Backend\\Apache
|
H A D | AbstractBearer.php | 127 function challenge(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\Auth\\Backend\\AbstractBearer
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/ |
H A D | BackendInterface.php | 68 function challenge(RequestInterface $request, ResponseInterface $response); function
|
H A D | Apache.php | 92 function challenge(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\Auth\\Backend\\Apache
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Verifiedaccess/ |
H A D | Challenge.php | 44 public function setChallenge(SignedData $challenge)
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/ |
H A D | Mock.php | 83 function challenge(RequestInterface $request, ResponseInterface $response) { function in Sabre\\DAV\\Auth\\Backend\\Mock
|