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
264 $this->computedKey = false;
269 $this->computedKey = $this->key;
273 $this->computedKey = is_array($this->algo) ?
1128 $key = str_pad($this->computedKey, $b, chr(0));
1140 hash_hmac($algo, $text, $this->computedKey, true) :