Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC2.php71 private $orig_key;
272 if ($this->current_key_length != 128 || strlen($this->orig_key) < 16) {
333 $this->orig_key = $key;
395 $this->key = $this->orig_key;
417 $this->key = $this->orig_key;
75 var $orig_key = ''; global() variable in phpseclib\\Crypt\\RC2