Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
H A DProtection.php285 $tmp = $this->md5toBinary($this->padding . $this->hexToString($this->uniqid));
327 $tmp = $this->md5toBinary($user_pass . $this->oValue . $perms . $this->hexToString($this->uniqid));
346 private function hexToString($hs) function in Mpdf\\Pdf\\Protection