Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php487 private $hmac_create_etm; variable in phpseclib3\\Net\\SSH2
2083 $this->hmac_create_etm = preg_match('#-etm@openssh\.com$#', $mac_algorithm_out);
4427 case $this->hmac_create instanceof Hash && $this->hmac_create_etm:
4438 if ($this->hmac_create instanceof Hash && !$this->hmac_create_etm) {
4484 $packet = $this->hmac_create instanceof Hash && $this->hmac_create_etm ?
4490 if ($this->hmac_create instanceof Hash && $this->hmac_create_etm) {