Searched refs:hashContext (Results 1 – 1 of 1) sorted by relevance
74 private $hashContext; variable in GTDataHash106 $this->hashContext = hash_init($this->hashAlgorithm->getName());108 if (!is_resource($this->hashContext)) {145 $result = hash_update($this->hashContext, GTUtil::fromByteArray($bytes));181 $result = hash_update_file($this->hashContext, $file);210 $result = hash_update_stream($this->hashContext, $handle);229 $this->hashedMessage = GTUtil::toByteArray(hash_final($this->hashContext, true));230 $this->hashContext = null;243 return $this->hashContext == null;