Searched refs:hmac_check (Results 1 – 1 of 1) sorted by relevance
527 private $hmac_check = false; variable in phpseclib3\\Net\\SSH22055 $this->hmac_size = $this->hmac_check->getLengthInBytes();2057 $this->hmac_check = new \stdClass();2064 if ($this->hmac_check instanceof Hash) {2069 $this->hmac_check->setKey(substr($key, 0, $checkKeyLength));3381 $this->hmac_check = $this->hmac_create = false;3519 if (!$this->hmac_check instanceof Hash || !$this->hmac_check_etm) {3561 if ($this->hmac_check instanceof Hash) {3571 if (($this->hmac_check->getHash() & "\xFF\xFF\xFF\xFF") == 'umac') {3573 if ($hmac != $this->hmac_check->hash($reconstructed)) {[all …]