Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php126 private $computedKey = false;
255 $this->computedKey = false;
260 $this->computedKey = $this->key;
264 $this->computedKey = is_array($this->algo) ?
842 $key = str_pad($this->computedKey, $b, chr(0));
854 hash_hmac($algo, $text, $this->computedKey, true) :
122 var $computedKey = false; global() variable in phpseclib\\Crypt\\Hash