Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDES.php131 protected $key_length_max = 8; variable in phpseclib3\\Crypt\\DES
595 if ($this->key_length_max == 8) {
H A DTripleDES.php90 protected $key_length_max = 24; variable in phpseclib3\\Crypt\\TripleDES