Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php42 protected const CIPHERS = [ define in FreeDSx\\Sasl\\Security\\DigestMD5SecurityLayer
146 …$data = openssl_decrypt($encrypted, self::CIPHERS[$cipher]['cipher'], $key, OPENSSL_NO_PADDING | O…
151 if (self::CIPHERS[$cipher]['block_size'] > 1) {
152 $message = $this->removePadding($message, self::CIPHERS[$cipher]['block_size']);
191 $padding = $this->generatePadding($data, self::CIPHERS[$cipher]['block_size']);
193 …$encrypted = openssl_encrypt($data . $padding . $macBlock, self::CIPHERS[$cipher]['cipher'], $key,…
226 if (!isset(self::CIPHERS[$cipher])) {
335 substr($a1, 0, self::CIPHERS[$cipher]['kcn']) . $mc,