Searched refs:hmac_check (Results 1 – 1 of 1) sorted by relevance
495 private $hmac_check = false; variable in phpseclib3\\Net\\SSH22087 …list($this->hmac_check, $checkKeyLength) = self::mac_algorithm_to_hash_instance($mac_algorithm_in);2088 $this->hmac_size = $this->hmac_check->getLengthInBytes();2090 $this->hmac_check = new \stdClass();2097 if ($this->hmac_check instanceof Hash) {2102 $this->hmac_check->setKey(substr($key, 0, $checkKeyLength));3558 $this->hmac_check = $this->hmac_create = false;3683 if ($this->hmac_check instanceof Hash) {3719 if (!$this->hmac_check instanceof Hash || !$this->hmac_check_etm) {3735 if ($this->hmac_check instanceof Hash) {[all …]