Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Mechanism/
H A DDigestMD5Mechanism.php102 $a1 = self::computeA1($password, $challenge, $response);
140 public static function computeA1(string $password, Message $challenge, Message $response): string function in FreeDSx\\Sasl\\Mechanism\\DigestMD5Mechanism
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DDigestMD5Challenge.php186 $this->context->set('a1', hex2bin(DigestMD5Mechanism::computeA1($password, $message, $response)));
237 $this->context->set('a1', hex2bin(DigestMD5Mechanism::computeA1($password, $this->challenge, $received)));