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; variable in phpseclib3\\Crypt\\Hash
255 $this->computedKey = false;
260 $this->computedKey = $this->key;
264 $this->computedKey = is_array($this->algo) ?
1039 $key = str_pad($this->computedKey, $b, chr(0));
1051 hash_hmac($algo, $text, $this->computedKey, true) :