Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DDigestMD5MessageFactory.php116 $response->set('qop', $this->selectQopFromChallenge($challenge, $qop));
160 protected function selectQopFromChallenge(Message $challenge, ?string $qop): string function in FreeDSx\\Sasl\\Factory\\DigestMD5MessageFactory