Home
last modified time | relevance | path

Searched refs:encryptAll (Results 1 – 9 of 9) sorted by relevance

/dports/www/owncloud/owncloud/apps/encryption/lib/Crypto/
H A DEncryption.php88 private $encryptAll; variable in OCA\\Encryption\\Crypto\\Encryption
115 * @param EncryptAll $encryptAll
124 EncryptAll $encryptAll, argument
132 $this->encryptAll = $encryptAll;
522 public function encryptAll(InputInterface $input, OutputInterface $output) { function in OCA\\Encryption\\Crypto\\Encryption
523 $this->encryptAll->encryptAll($input, $output);
H A DEncryptAll.php149 public function encryptAll(InputInterface $input, OutputInterface $output) { function in OCA\\Encryption\\Crypto\\EncryptAll
/dports/www/nextcloud/nextcloud/apps-pkg/encryption/lib/Crypto/
H A DEncryption.php98 private $encryptAll; variable in OCA\\Encryption\\Crypto\\Encryption
125 * @param EncryptAll $encryptAll
134 EncryptAll $encryptAll, argument
142 $this->encryptAll = $encryptAll;
512 public function encryptAll(InputInterface $input, OutputInterface $output) { function in OCA\\Encryption\\Crypto\\Encryption
513 $this->encryptAll->encryptAll($input, $output);
H A DEncryptAll.php132 public function encryptAll(InputInterface $input, OutputInterface $output) { function in OCA\\Encryption\\Crypto\\EncryptAll
/dports/www/owncloud/owncloud/apps/encryption/lib/Command/
H A DRecreateMasterKey.php146 $encryptAll = $this->encDecAllFactory->getEncryptAllObj();
147 if ($encryptAll->createMasterKey() === false) {
160 $encryptAll->encryptAll($input, $output);
/dports/www/nextcloud/nextcloud/lib/public/Encryption/
H A DIEncryptionModule.php161 public function encryptAll(InputInterface $input, OutputInterface $output); function
/dports/www/owncloud/owncloud/lib/public/Encryption/
H A DIEncryptionModule.php161 public function encryptAll(InputInterface $input, OutputInterface $output); function
/dports/www/nextcloud/nextcloud/core/Command/Encryption/
H A DEncryptAll.php134 $defaultModule->encryptAll($input, $output);
/dports/www/owncloud/owncloud/core/Command/Encryption/
H A DEncryptAll.php137 $defaultModule->encryptAll($input, $output);