Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php473 private $hmac_create = false; variable in phpseclib3\\Net\\SSH2
2063 …list($this->hmac_create, $createKeyLength) = self::mac_algorithm_to_hash_instance($mac_algorithm_o…
2065 $this->hmac_create = new \stdClass();
2071 if ($this->hmac_create instanceof Hash) {
2076 $this->hmac_create->setKey(substr($key, 0, $createKeyLength));
3529 $this->hmac_check = $this->hmac_create = false;
4360 case $this->hmac_create instanceof Hash && $this->hmac_create_etm:
4371 if ($this->hmac_create instanceof Hash && !$this->hmac_create_etm) {
4372 if (($this->hmac_create->getHash() & "\xFF\xFF\xFF\xFF") == 'umac') {
4373 $this->hmac_create->setNonce("\0\0\0\0" . pack('N', $this->send_seq_no));
[all …]