Home
last modified time | relevance | path

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

/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 argument
106 $a2 = $useServerMode ? self::A2_SERVER : self::A2_CLIENT;