Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/
H A DReadBytes.php29 public function readBytes($length) function
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php170 $length = current(unpack('N', $this->readBytes(4)));
171 $packet = $this->readBytes($length);
299 $agent_reply_bytes = current(unpack('N', $this->readBytes(4)));
301 $agent_reply_data = $this->readBytes($agent_reply_bytes);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php287 $length = current(unpack('N', $this->readBytes(4)));
288 $packet = $this->readBytes($length);