Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC2.php78 private $orig_key; variable in phpseclib3\\Crypt\\RC2
298 if ($this->current_key_length != 128 || strlen($this->orig_key) < 16) {
356 $this->orig_key = $key;
419 $this->key = $this->orig_key;
442 $this->key = $this->orig_key;