Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DCramMD5Challenge.php63 $this->generateClientResponse($received, $options);
79 protected function generateClientResponse(Message $received, array $options): void function in FreeDSx\\Sasl\\Challenge\\CramMD5Challenge
H A DDigestMD5Challenge.php77 $response = $this->generateClientResponse($received, $options);
87 protected function generateClientResponse(?Message $message, $options): ?string function in FreeDSx\\Sasl\\Challenge\\DigestMD5Challenge
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DDigestMD5MessageFactory.php66 return $this->generateClientResponse($options, $received);
107 protected function generateClientResponse(array $options, Message $challenge): Message function in FreeDSx\\Sasl\\Factory\\DigestMD5MessageFactory