Home
last modified time | relevance | path

Searched refs:computeResponse (Results 1 – 2 of 2) sorted by relevance

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DDigestMD5Challenge.php166 $response->set('response', DigestMD5Mechanism::computeResponse(
176 DigestMD5Mechanism::computeResponse(
228 $expected = DigestMD5Mechanism::computeResponse($password, $this->challenge, $received);
233 $response = DigestMD5Mechanism::computeResponse($password, $this->challenge, $received, true);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Mechanism/
H A DDigestMD5Mechanism.php100 public static function computeResponse(string $password, Message $challenge, Message $response, bool $useServerMode = false): string function in FreeDSx\\Sasl\\Mechanism\\DigestMD5Mechanism