Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
H A DProtection.php143 return substr($this->md5toBinary($this->encryptionKey . pack('VXxx', $n)), 0, $len);
255 $tmp = $this->md5toBinary($owner_pass);
258 $tmp = $this->md5toBinary($tmp);
285 $tmp = $this->md5toBinary($this->padding . $this->hexToString($this->uniqid));
327 $tmp = $this->md5toBinary($user_pass . $this->oValue . $perms . $this->hexToString($this->uniqid));
331 $tmp = $this->md5toBinary(substr($tmp, 0, $keybytelen));
341 private function md5toBinary($string) function in Mpdf\\Pdf\\Protection