Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php502 private $hmac_create = false; variable in phpseclib3\\Net\\SSH2
2037 $this->hmac_create = new \stdClass();
2043 if ($this->hmac_create instanceof Hash) {
2048 $this->hmac_create->setKey(substr($key, 0, $createKeyLength));
3381 $this->hmac_check = $this->hmac_create = false;
4207 case $this->hmac_create instanceof Hash && $this->hmac_create_etm:
4218 if ($this->hmac_create instanceof Hash && !$this->hmac_create_etm) {
4219 if (($this->hmac_create->getHash() & "\xFF\xFF\xFF\xFF") == 'umac') {
4221 $hmac = $this->hmac_create->hash($packet);
4270 if ($this->hmac_create instanceof Hash && $this->hmac_create_etm) {
[all …]