Searched refs:kdf (Results 1 – 5 of 5) sorted by relevance
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
H A D | PKCS8.php | 361 $kdf = self::getPBES1KDF($algorithm); 368 $cipher->setPassword($password, $kdf, $hash, $salt, $iterationCount); 551 $kdf = 'pbkdf2'; 588 $kdf = self::getPBES1KDF($encryptionAlgorithm); 596 $crypto->setPassword($password, $kdf, $hash, $salt, $iterationCount); 697 $kdf = &$r['encryptionAlgorithm']['parameters']['keyDerivationFunc']; 698 switch ($kdf['algorithm']) { 700 $decoded = ASN1::decodeBER($kdf['parameters']->element); 701 $kdf['parameters'] = ASN1::asn1map($decoded[0], Maps\PBKDF2params::MAP);
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | Hash.php | 470 private function kdf($index, $numbytes) function in phpseclib3\\Crypt\\Hash 506 $kp = $this->kdf(0, 16); 539 $L1Key = $this->kdf(1, (1024 + ($iters - 1)) * 16); 540 $L2Key = $this->kdf(2, $iters * 24); 541 $L3Key1 = $this->kdf(3, $iters * 64); 542 $L3Key2 = $this->kdf(4, $iters * 4);
|
/plugin/diagramsnet/lib/js/cryptojs/ |
H A D | aes.min.js | 30 …kdf={}).OpenSSL={execute:function(a,b,c,d){d||(d=s.random(8));a=w.create({keySize:b+c}).compute(a,… 31 …crypt:function(b,c,d,l){l=this.cfg.extend(l);c=this._parse(c,l.format);d=l.kdf.execute(d,b.keySize…
|
/plugin/datatables/assets/pdfmake/build/ |
H A D | pdfmake.min.js |
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 127 …kdf={}).OpenSSL={execute:function(a,b,c,d){d||(d=s.random(8));a=w.create({keySize:b+c}).compute(a,… 128 …crypt:function(b,c,d,l){l=this.cfg.extend(l);c=this._parse(c,l.format);d=l.kdf.execute(d,b.keySize…
|