Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php489 private $hmac_check = false;
2034 list($this->hmac_check, $checkKeyLength) = self::mac_algorithm_to_hash_instance($mac_algorithm_in);
2035 $this->hmac_size = $this->hmac_check->getLengthInBytes();
2037 $this->hmac_check = new \stdClass();
2044 if ($this->hmac_check instanceof Hash) {
2049 $this->hmac_check->setKey(substr($key, 0, $checkKeyLength));
3486 $this->hmac_check = $this->hmac_create = false;
3634 if (!$this->hmac_check instanceof Hash || !$this->hmac_check_etm) {
3676 if ($this->hmac_check instanceof Hash) {
3686 if (($this->hmac_check
430 var $hmac_check = false; global() variable in phpseclib\\Net\\SSH2
[all...]