Searched refs:mgfHash (Results 1 – 3 of 3) sorted by relevance
186 protected $mgfHash; variable in phpseclib3\\Crypt\\RSA486 $this->mgfHash = new Hash('sha256');487 $this->mgfHLen = $this->mgfHash->getLengthInBytes();690 $t .= $this->mgfHash->hash($mgfSeed . $c);774 $new->mgfHash = new Hash($hash);781 $new->mgfHLen = $new->mgfHash->getLengthInBytes();792 return clone $this->mgfHash;972 case $this->hash->getHash() !== $this->mgfHash->getHash():981 case $this->hash->getHash() !== $this->mgfHash->getHash():
532 'MGFHash' => $this->mgfHash->getHash(),557 ->withMGFHash($this->mgfHash->getHash())
473 ->withMGFHash($this->mgfHash->getHash())498 'MGFHash' => $this->mgfHash->getHash(),