Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
DGoogleCloudRunV2TaskTemplate.php28 public $encryptionKey; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2TaskTemplate
67 public function setEncryptionKey($encryptionKey) argument
69 $this->encryptionKey = $encryptionKey;
76 return $this->encryptionKey;
DGoogleCloudRunV2RevisionTemplate.php40 public $encryptionKey; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2RevisionTemplate
127 public function setEncryptionKey($encryptionKey) argument
129 $this->encryptionKey = $encryptionKey;
136 return $this->encryptionKey;
DGoogleCloudRunOpV2RevisionTemplate.php40 public $encryptionKey; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2RevisionTemplate
127 public function setEncryptionKey($encryptionKey) argument
129 $this->encryptionKey = $encryptionKey;
136 return $this->encryptionKey;
DGoogleCloudRunOpV2Revision.php50 public $encryptionKey; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Revision
219 public function setEncryptionKey($encryptionKey) argument
221 $this->encryptionKey = $encryptionKey;
228 return $this->encryptionKey;
DGoogleCloudRunV2Revision.php50 public $encryptionKey; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Revision
219 public function setEncryptionKey($encryptionKey) argument
221 $this->encryptionKey = $encryptionKey;
228 return $this->encryptionKey;
DGoogleCloudRunV2Task.php46 public $encryptionKey; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Task
217 public function setEncryptionKey($encryptionKey) argument
219 $this->encryptionKey = $encryptionKey;
226 return $this->encryptionKey;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DShieldedInstanceIdentity.php34 public function setEncryptionKey(ShieldedInstanceIdentityEntry $encryptionKey) argument
36 $this->encryptionKey = $encryptionKey;
43 return $this->encryptionKey;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/
DBackupConfig.php58 public function setEncryptionKey(EncryptionKey $encryptionKey) argument
60 $this->encryptionKey = $encryptionKey;
67 return $this->encryptionKey;
DBackup.php266 public function setEncryptionKey(EncryptionKey $encryptionKey) argument
268 $this->encryptionKey = $encryptionKey;
275 return $this->encryptionKey;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
DProtection.php28 private $encryptionKey; variable in Mpdf\\Pdf\\Protection
143 return substr($this->md5toBinary($this->encryptionKey . pack('VXxx', $n)), 0, $len);
286 $enc = $this->rc4($this->encryptionKey, $tmp);
291 $key .= chr(ord($this->encryptionKey[$j]) ^ $i);
299 return $this->rc4($this->encryptionKey, $this->padding);
335 $this->encryptionKey = substr($tmp, 0, $keybytelen);
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js26869 var encryptionKey = hash.subarray(0, keyLengthInBytes);
26881 cipher = new ARCFourCipher(encryptionKey);
26883 n = encryptionKey.length;
26889 derivedKey[k] = encryptionKey[k] ^ j;
26902 cipher = new ARCFourCipher(encryptionKey);
26912 return encryptionKey;
27027 var encryptionKey;
27030encryptionKey = prepareKeyData(fileIdBytes, passwordBytes, ownerPassword, userPassword, flags, rev… property
27040encryptionKey = createEncryptionKey20(revision, passwordBytes, ownerPassword, ownerValidationSalt,…
27043 if (!encryptionKey && !password) {
[all …]
Dpdf.worker.js.map1encryptionKey","checkData","derivedKey","userPassword","identityName","algorithm","cfDict","stream…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js14243 …this.encryptionKey = getEncryptionKeyR2R3R4(r, this.keyBits, this.document._id, paddedUserPassword…
14246 userPasswordEntry = getUserPasswordR2(this.encryptionKey);
14248 userPasswordEntry = getUserPasswordR3R4(this.document._id, this.encryptionKey);
14277 this.encryptionKey = getEncryptionKeyR5(PDFSecurity.generateRandomWordArray);
14280 …ncryptionKeyEntry = getUserEncryptionKeyR5(processedUserPassword, userKeySalt, this.encryptionKey);
14283 …tOwnerEncryptionKeyR5(processedOwnerPassword, ownerKeySalt, userPasswordEntry, this.encryptionKey);
14284 …var permsEntry = getEncryptedPermissionsR5(permissions, this.encryptionKey, PDFSecurity.generateRa…
14309 …digest = this.encryptionKey.clone().concat(_cryptoJs.default.lib.WordArray.create([(obj & 0xff) <<…
14322 key = this.encryptionKey;
14388 function getUserPasswordR2(encryptionKey) {
[all …]
Dpdfmake.min.js2encryptionKey=function getEncryptionKeyR2R3R4(r,i,o,u,p,g){for(var w=u.clone().concat(p).concat(y.…