Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php152 $message = $this->removePadding($message, self::CIPHERS[$cipher]['block_size']);
201 protected function removePadding(string $message, int $blockSize): string function in FreeDSx\\Sasl\\Security\\DigestMD5SecurityLayer