Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dflac.js123 this.blockSize = stream.read(8) + 1;
125 this.blockSize = stream.read(16) + 1;
127 this.blockSize = BLOCK_SIZES[bsCode];
154 blockSize = this.blockSize,
205 blockSize = this.blockSize,
235 for (var i = 0; i < blockSize; i++)
240 for (var i = 0; i < blockSize; i++)
254 for (var i = 0; i < blockSize; i++)
293 blockSize = this.blockSize;
316 blockSize = this.blockSize;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DIdentitytoolkitRelyingpartyUploadAccountRequest.php30 public $blockSize; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartyUploadAccountRequest
95 public function setBlockSize($blockSize) argument
97 $this->blockSize = $blockSize;
104 return $this->blockSize;
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php201 protected function removePadding(string $message, int $blockSize): string argument
207 if ($padOrd < 1 || $padOrd > $blockSize) {
280 protected function generatePadding(string $data, int $blockSize): string argument
282 if ($blockSize === 1) {
285 $pad = $blockSize - (strlen($data) + 10) & ($blockSize - 1);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php313 $this->blockSize = 128;
372 $this->blockSize = 128;
382 $this->blockSize = 512;
385 $this->blockSize = 1152; // 1600 - 2*224
393 $this->blockSize = 832; // 1600 - 2*384
396 $this->blockSize = 576; // 1600 - 2*512
402 $this->blockSize = 1024;
417 'rate' => $this->blockSize,
451 $b = $this->blockSize >> 3;
912 return $this->blockSize;
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DFile.php193 $blockSize = File_Archive::getOption('blockSize');
195 $contents .= fread($this->handle, $blockSize);
H A DCache.php152 $blockSize = File_Archive::getOption('blockSize');
154 $contents .= fread($this->tmpFile, $blockSize);
/plugin/diagramsnet/lib/js/cryptojs/
H A Daes.min.js11 …es},_process:function(a){var c=this._data,e=c.words,j=c.sigBytes,k=this.blockSize,b=j/(4*k),b=a?u.…
12 …his},finalize:function(a){a&&this._append(a);return this._doFinalize()},blockSize:16,_createHelper…
25 …StreamCipher=v.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var b=p.mode…
26blockSize;x.call(this,e,a,c);b.encryptBlock(e,a);this._prevBlock=e.slice(a,a+c)}});q.Decryptor=q.e…
28 …RM_MODE){a.pad(this._data,this.blockSize);var b=this._process(!0)}else b=this._process(!0),a.unpad…
29 …hertext:b,key:c,iv:l.iv,algorithm:a,mode:l.mode,padding:l.padding,blockSize:a.blockSize,formatter:…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js36807 AES.blockSize = 4 * 4;
36809 AES.prototype.blockSize = AES.blockSize;
37573 var blockSize = 16;
44684 this.blockSize = 8;
44719 return this.blockSize;
49365 this.blockSize = this.constructor.blockSize;
49459 this.blockSize = hash.blockSize / 8;
49618 SHA1.blockSize = 512;
49676 SHA224.blockSize = 512;
49719 SHA256.blockSize = 512;
[all …]
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js18285 var blockSize = 512;
18286 var estimatedDecodedSize = blockSize * 2,
18287 decodedSizeDelta = blockSize;
18308 for (i = 0; i < blockSize; i++) {
H A Dpdf.worker.js.map1blockSize","estimatedDecodedSize","decodedSizeDelta","prevCode","decodedLength","currentBufferLeng…
/plugin/diagramsnet/lib/js/
H A Dapp.min.js108 …es},_process:function(a){var c=this._data,e=c.words,j=c.sigBytes,k=this.blockSize,b=j/(4*k),b=a?u.…
109 …his},finalize:function(a){a&&this._append(a);return this._doFinalize()},blockSize:16,_createHelper…
122 …StreamCipher=v.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var b=p.mode…
123blockSize;x.call(this,e,a,c);b.encryptBlock(e,a);this._prevBlock=e.slice(a,a+c)}});q.Decryptor=q.e…
125 …RM_MODE){a.pad(this._data,this.blockSize);var b=this._process(!0)}else b=this._process(!0),a.unpad…
126 …hertext:b,key:c,iv:l.iv,algorithm:a,mode:l.mode,padding:l.padding,blockSize:a.blockSize,formatter:…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs10205 …var KeyData = ["saltSize","blockSize","keyBits","hashSize","cipherAlgorithm","cipherChaining","has…