Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DBlowfish.php392 list($l, $r) = array_values(unpack('N*', $data = $this->encryptBlock($data)));
398 list($l, $r) = array_values(unpack('N*', $data = $this->encryptBlock($data)));
412 protected function encryptBlock($in) function in phpseclib3\\Crypt\\Blowfish
DRC4.php225 protected function encryptBlock($in) function in phpseclib3\\Crypt\\RC4
DRC2.php460 protected function encryptBlock($in) function in phpseclib3\\Crypt\\RC2
DDES.php655 protected function encryptBlock($in) function in phpseclib3\\Crypt\\DES
DSalsa20.php292 protected function encryptBlock($in) function in phpseclib3\\Crypt\\Salsa20
DTwofish.php604 protected function encryptBlock($in) function in phpseclib3\\Crypt\\Twofish
DRijndael.php331 protected function encryptBlock($in) function in phpseclib3\\Crypt\\Rijndael
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
DSymmetricKey.php1360 $ciphertext .= $this->encryptBlock(substr($plaintext, $i, $block_size));
1367 $block = $this->encryptBlock($block ^ $xor);
1381 $buffer['ciphertext'] .= $this->encryptBlock($xor);
1390 $key = $this->encryptBlock($xor);
1431 $iv = $this->encryptBlock($iv) ^ substr($plaintext, $i, $block_size);
1437 $iv = $this->encryptBlock($iv);
1450 $ciphertext .= ($c = $plaintext[$i] ^ $this->encryptBlock($iv));
1468 $xor = $this->encryptBlock($iv);
1483 $xor = $this->encryptBlock($xor);
1491 $xor = $this->encryptBlock($xor);
[all …]
/plugin/dokucrypt3/
H A Dcrypto_high-level.js65 if(!(ctext=encryptBlock(x.substring(cur,closetag+tag.length+3)))) {
123 function encryptBlock(data) { function
/plugin/diagramsnet/lib/js/cryptojs/
Daes.min.js26 …k:function(e,a){var b=this._cipher,c=b.blockSize;x.call(this,e,a,c);b.encryptBlock(e,a);this._prev…
34 8&255]]^n[l[k&255]]},encryptBlock:function(a,b){this._doCryptBlock(a,b,this._keySchedule,t,r,w,v,l)… method
/plugin/dokucrypt/
Dscript.js254 if(!(ctext=encryptBlock(x.substring(cur,closetag+tag.length+3),false))) {
328 function encryptBlock(data,key) { function
/plugin/dokucrypt2/
Dscript.js324 if(!(ctext=encryptBlock(x.substring(cur,closetag+tag.length+3),false))) {
398 function encryptBlock(data,key) { function
/plugin/datatables/assets/pdfmake/
Dpdfmake.js5965 encryptBlock: function encryptBlock(M, offset) {
6337 cipher.encryptBlock(words, offset);
8844 cipher.encryptBlock(keystream, 0);
8935 cipher.encryptBlock(keystream, 0);
8986 cipher.encryptBlock(keystream, 0);
9025 this._cipher.encryptBlock(words, offset);
9074 cipher.encryptBlock(keystream, 0);
11753 encryptBlock: function encryptBlock(M, offset) {
11853 encryptBlock: function encryptBlock(M, offset) {
11854 this._des1.encryptBlock(M, offset);
[all …]
Dpdfmake.min.js2encryptBlock:function encryptBlock(r,i){this._doCryptBlock(r,i,this._keySchedule,y,w,_,x,p)},decry…
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js25568 encryptBlock: function ARCFourCipher_encryptBlock(data) {
25593 ARCFourCipher.prototype.decryptBlock = ARCFourCipher.prototype.encryptBlock;
26882 checkData = cipher.encryptBlock(calculateMD5(hashData, 0, i));
26893 checkData = cipher.encryptBlock(checkData);
26903 checkData = cipher.encryptBlock(defaultPasswordBytes);
26954 userPassword = cipher.encryptBlock(userPassword);
26958 userPassword = cipher.encryptBlock(ownerPassword);
Dpdf.worker.js.map1encryptBlock","tmp2","h0","h1","h2","h3","paddedLength","padded","rotateArg","Word64","highInteger…
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js36860 AES.prototype.encryptBlock = function (M) {
36954 var ck = this._cipher.encryptBlock(h);
36998 …var tag = xor(this._ghash.final(this._alen * 8, this._len * 8), this._cipher.encryptBlock(this._fi…
37433 self._prev = self._cipher.encryptBlock(data);
37467 self._cache = self._cipher.encryptBlock(self._prev);
37497 pad = self._cipher.encryptBlock(self._prev);
37538 var pad = self._cipher.encryptBlock(self._prev);
37603 return self._cipher.encryptBlock(block);
37832 self._prev = self._cipher.encryptBlock(self._prev);
/plugin/diagramsnet/lib/js/
Dapp.min.js123 …k:function(e,a){var b=this._cipher,c=b.blockSize;x.call(this,e,a,c);b.encryptBlock(e,a);this._prev…
131 8&255]]^n[l[k&255]]},encryptBlock:function(a,b){this._doCryptBlock(a,b,this._keySchedule,t,r,w,v,l)… method