Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php543 private $hmac_check_etm; variable in phpseclib3\\Net\\SSH2
2071 $this->hmac_check_etm = preg_match('#-etm@openssh\.com$#', $mac_algorithm_in);
3519 if (!$this->hmac_check instanceof Hash || !$this->hmac_check_etm) {
3568 $reconstructed = !$this->hmac_check_etm ?
3656 case $this->hmac_check instanceof Hash && $this->hmac_check_etm: