Home
last modified time | relevance | path

Searched refs:explicit_key_length (Results 1 – 3 of 3) sorted by last modified time

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DAES.php
H A DBase.php
H A DTripleDES.php243 if ($this->explicit_key_length !== false && strlen($key) != $this->explicit_key_length) {
244 throw new \LengthException('Key length has already been set to ' . $this->explicit_key_length . ' bytes and this key is ' . strlen($key) . ' bytes');