Searched refs:hmac_size (Results 1 – 1 of 1) sorted by relevance
556 private $hmac_size = false; variable in phpseclib3\\Net\\SSH22055 $this->hmac_size = $this->hmac_check->getLengthInBytes();2061 $this->hmac_size = 0;3382 $this->hmac_size = false;3562 $hmac = stream_get_contents($this->fsock, $this->hmac_size);3563 if ($hmac === false || strlen($hmac) != $this->hmac_size) {