Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
DDigestMD5SecurityLayer.php84 $this->validateBufferLength($wrapped, $context);
96 $this->validateBufferLength($data, $context);
389 protected function validateBufferLength(string $data, SaslContext $context): void function in FreeDSx\\Sasl\\Security\\DigestMD5SecurityLayer