Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php495 private $hmac_check = false; variable in phpseclib3\\Net\\SSH2
2082 …list($this->hmac_check, $checkKeyLength) = self::mac_algorithm_to_hash_instance($mac_algorithm_in);
2083 $this->hmac_size = $this->hmac_check->getLengthInBytes();
2085 $this->hmac_check = new \stdClass();
2092 if ($this->hmac_check instanceof Hash) {
2097 $this->hmac_check->setKey(substr($key, 0, $checkKeyLength));
3529 $this->hmac_check = $this->hmac_create = false;
3654 if ($this->hmac_check instanceof Hash) {
3690 if (!$this->hmac_check instanceof Hash || !$this->hmac_check_etm) {
3706 if ($this->hmac_check instanceof Hash) {
[all …]