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.php467 private $hmac_create = false;
2015 list($this->hmac_create, $createKeyLength) = self::mac_algorithm_to_hash_instance($mac_algorithm_out);
2017 $this->hmac_create = new \stdClass();
2023 if ($this->hmac_create instanceof Hash) {
2028 $this->hmac_create->setKey(substr($key, 0, $createKeyLength));
3486 $this->hmac_check = $this->hmac_create = false;
4319 case $this->hmac_create instanceof Hash && $this->hmac_create_etm:
4330 if ($this->hmac_create instanceof Hash && !$this->hmac_create_etm) {
4331 if (($this->hmac_create->getHash() & "\xFF\xFF\xFF\xFF") == 'umac') {
4332 $this->hmac_create
421 var $hmac_create = false; global() variable in phpseclib\\Net\\SSH2
[all...]