Searched refs:rc4 (Results 1 – 8 of 8) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/ |
H A D | Protection.php | 154 public function rc4($key, $text) function in Mpdf\\Pdf\\Protection 158 $rc4 = range(0, 255); 161 $t = $rc4[$i]; 163 $rc4[$i] = $rc4[$j]; 164 $rc4[$j] = $t; 167 $this->lastRc4KeyC = $rc4; 169 $rc4 = $this->lastRc4KeyC; 178 $t = $rc4[$a]; 180 $rc4[ [all...] |
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/ |
H A D | BaseWriter.php | 42 $s = $this->protection->rc4($this->protection->objectKey($this->mpdf->currentObjectNumber), $s); 65 $s = $this->protection->rc4($this->protection->objectKey($this->mpdf->currentObjectNumber), $s); 77 $s = $this->protection->rc4($this->protection->objectKey($this->mpdf->currentObjectNumber), $s);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | FpdiTrait.php | 368 $string = $this->protection->rc4($this->protection->objectKey($this->currentObjectNumber), $string); 374 $string = $this->protection->rc4($this->protection->objectKey($this->currentObjectNumber), $string); 379 $stream = $this->protection->rc4($this->protection->objectKey($this->currentObjectNumber), $stream);
|
H A D | Mpdf.php | 27188 $s = $this->protection->rc4($this->protection->objectKey($obj + 1), $s); 27204 $s = $this->protection->rc4($this->protection->objectKey($obj + 1), $s);
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | httpclient-4.5.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 3 …ire!=="undefined"){try{crypto=require("cry"+"pto")}catch(e){crypto=null}}O.rc4=function(key,data){… function
|
H A D | xlsx.js | 1777 O.rc4 = function(key, data) { function
|
H A D | xlsx.min.map | 1 …ft_range_xls","range","OFFCRYPTO","make_offcrypto","O","_crypto","crypto","rc4","md5","hex","creat…
|