Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php145 [$iv, $key] = $this->generateKeyAndIV($cipher, $kc);
192 [$iv, $key] = $this->generateKeyAndIV($cipher, $kc);
340 protected function generateKeyAndIV(string $cipher, string $kc): array function in FreeDSx\\Sasl\\Security\\DigestMD5SecurityLayer