Searched refs:hmac_create (Results 1 – 1 of 1) sorted by relevance
502 private $hmac_create = false; variable in phpseclib3\\Net\\SSH22037 $this->hmac_create = new \stdClass();2043 if ($this->hmac_create instanceof Hash) {2048 $this->hmac_create->setKey(substr($key, 0, $createKeyLength));3381 $this->hmac_check = $this->hmac_create = false;4207 case $this->hmac_create instanceof Hash && $this->hmac_create_etm:4218 if ($this->hmac_create instanceof Hash && !$this->hmac_create_etm) {4219 if (($this->hmac_create->getHash() & "\xFF\xFF\xFF\xFF") == 'umac') {4221 $hmac = $this->hmac_create->hash($packet);4270 if ($this->hmac_create instanceof Hash && $this->hmac_create_etm) {[all …]