Home
last modified time | relevance | path

Searched refs:keyStorage (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/nextcloud/nextcloud/apps-pkg/encryption/lib/
H A DKeyManager.php55 private $keyStorage; variable in OCA\\Encryption\\KeyManager
113 * @param IStorage $keyStorage
122 IStorage $keyStorage, argument
133 $this->keyStorage = $keyStorage;
177 $this->keyStorage->setSystemUserKey(
213 $this->keyStorage->setSystemUserKey(
342 return $this->keyStorage->setUserKey($userId,
432 $privateKey = $this->keyStorage->getUserKey($userId,
539 return $this->keyStorage->deleteFileKey(
656 return $this->keyStorage->deleteAllFileKeys($path);
[all …]
/dports/www/owncloud/owncloud/apps/encryption/lib/
H A DKeyManager.php47 private $keyStorage; variable in OCA\\Encryption\\KeyManager
100 * @param IStorage $keyStorage
109 IStorage $keyStorage, argument
119 $this->keyStorage = $keyStorage;
148 $this->keyStorage->setSystemUserKey(
172 $this->keyStorage->setSystemUserKey(
281 return $this->keyStorage->setUserKey($userId,
371 $privateKey = $this->keyStorage->getUserKey($userId,
478 return $this->keyStorage->deleteFileKey(
596 return $this->keyStorage->deleteAllFileKeys($path);
[all …]
H A DRecovery.php63 private $keyStorage; variable in OCA\\Encryption\\Recovery
79 * @param IStorage $keyStorage
88 IStorage $keyStorage, argument
96 $this->keyStorage = $keyStorage;
/dports/security/nextcloud-end_to_end_encryption/end_to_end_encryption/lib/Listener/
H A DUserDeletedListener.php34 private $keyStorage; variable in OCA\\EndToEndEncryption\\Listener\\UserDeletedListener
39 * @param IKeyStorage $keyStorage
41 public function __construct(IKeyStorage $keyStorage) { argument
42 $this->keyStorage = $keyStorage;
53 $this->keyStorage->deleteUserKeys($event->getUser());
/dports/security/nextcloud-end_to_end_encryption/end_to_end_encryption/lib/Controller/
H A DKeyController.php56 private $keyStorage; variable in OCA\\EndToEndEncryption\\Controller\\KeyController
73 * @param IKeyStorage $keyStorage
81 IKeyStorage $keyStorage, argument
88 $this->keyStorage = $keyStorage;
108 $privateKey = $this->keyStorage->getPrivateKey($this->userId);
134 $this->keyStorage->deletePrivateKey($this->userId);
160 $this->keyStorage->setPrivateKey($privateKey, $this->userId);
189 $publicKey = $this->keyStorage->getPublicKey($uid);
218 if ($this->keyStorage->publicKeyExists($this->userId)) {
238 $this->keyStorage->setPublicKey($publicKey, $this->userId);
[all …]
/dports/www/owncloud/owncloud/lib/private/Files/Storage/Wrapper/
H A DEncryption.php74 private $keyStorage; variable in OC\\Files\\Storage\\Wrapper\\Encryption
100 * @param IStorage $keyStorage
112 IStorage $keyStorage = null, argument
124 $this->keyStorage = $keyStorage;
256 $this->keyStorage->deleteAllFileKeys($this->getFullPath($path));
283 $this->keyStorage->renameKeys($source, $target);
307 $this->keyStorage->deleteAllFileKeys($fullPath);
1061 return $this->keyStorage->copyKeys($source, $target);
1076 return $this->keyStorage->deleteAllFileKeys($fullPath);
/dports/www/owncloud/owncloud/lib/private/Encryption/
H A DEncryptionWrapper.php90 $keyStorage = \OC::$server->getEncryptionKeyStorage();
113 $keyStorage,
/dports/www/nextcloud/nextcloud/lib/private/Files/Storage/Wrapper/
H A DEncryption.php83 private $keyStorage; variable in OC\\Files\\Storage\\Wrapper\\Encryption
104 * @param IStorage $keyStorage
116 IStorage $keyStorage = null, argument
128 $this->keyStorage = $keyStorage;
264 $this->keyStorage->deleteAllFileKeys($fullPath);
291 $this->keyStorage->renameKeys($source, $target);
315 $this->keyStorage->deleteAllFileKeys($fullPath);
1017 return $this->keyStorage->copyKeys($source, $target);
/dports/www/nextcloud/nextcloud/lib/private/Encryption/
H A DEncryptionWrapper.php90 $keyStorage = \OC::$server->getEncryptionKeyStorage();
114 $keyStorage,
/dports/www/owncloud/owncloud/settings/ChangePassword/
H A DController.php111 $keyStorage = \OC::$server->getEncryptionKeyStorage();
123 $keyStorage,
139 $keyStorage,
/dports/www/nextcloud/nextcloud/apps-pkg/settings/lib/Controller/
H A DChangePasswordController.php179 $keyStorage = \OC::$server->getEncryptionKeyStorage();
188 $keyStorage,
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/gpu/
H A DGrResourceKey.h300 static inline void gr_init_static_unique_key_once(SkAlignedSTStorage<1,GrUniqueKey>* keyStorage) { in gr_init_static_unique_key_once() argument
301 GrUniqueKey* key = new (keyStorage->get()) GrUniqueKey; in gr_init_static_unique_key_once()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/gpu/
H A DGrResourceKey.h311 static inline void gr_init_static_unique_key_once(SkAlignedSTStorage<1,GrUniqueKey>* keyStorage) { in gr_init_static_unique_key_once() argument
312 GrUniqueKey* key = new (keyStorage->get()) GrUniqueKey; in gr_init_static_unique_key_once()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/utils/
H A DSkShadowUtils.cpp419 SkAutoSTArray<32 * 4, uint8_t> keyStorage; in draw_shadow() local
422 keyStorage.reset(keyDataBytes + sizeof(SkResourceCache::Key)); in draw_shadow()
423 key = new (keyStorage.begin()) SkResourceCache::Key(); in draw_shadow()
424 path.writeKey((uint32_t*)(keyStorage.begin() + sizeof(*key))); in draw_shadow()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/utils/
H A DSkShadowUtils.cpp419 SkAutoSTArray<32 * 4, uint8_t> keyStorage; in draw_shadow() local
422 keyStorage.reset(keyDataBytes + sizeof(SkResourceCache::Key)); in draw_shadow()
423 key = new (keyStorage.begin()) SkResourceCache::Key(); in draw_shadow()
424 path.writeKey((uint32_t*)(keyStorage.begin() + sizeof(*key))); in draw_shadow()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/utils/
H A DSkShadowUtils.cpp419 SkAutoSTArray<32 * 4, uint8_t> keyStorage; in draw_shadow() local
422 keyStorage.reset(keyDataBytes + sizeof(SkResourceCache::Key)); in draw_shadow()
423 key = new (keyStorage.begin()) SkResourceCache::Key(); in draw_shadow()
424 path.writeKey((uint32_t*)(keyStorage.begin() + sizeof(*key))); in draw_shadow()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/utils/
H A DSkShadowUtils.cpp419 SkAutoSTArray<32 * 4, uint8_t> keyStorage; in draw_shadow() local
422 keyStorage.reset(keyDataBytes + sizeof(SkResourceCache::Key)); in draw_shadow()
423 key = new (keyStorage.begin()) SkResourceCache::Key(); in draw_shadow()
424 path.writeKey((uint32_t*)(keyStorage.begin() + sizeof(*key))); in draw_shadow()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/utils/
H A DSkShadowUtils.cpp399 SkAutoSTArray<32 * 4, uint8_t> keyStorage; in draw_shadow() local
402 keyStorage.reset(keyDataBytes + sizeof(SkResourceCache::Key)); in draw_shadow()
403 key = new (keyStorage.begin()) SkResourceCache::Key(); in draw_shadow()
404 path.writeKey((uint32_t*)(keyStorage.begin() + sizeof(*key))); in draw_shadow()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/private/
H A DGrResourceKey.h326 static inline void gr_init_static_unique_key_once(SkAlignedSTStorage<1, GrUniqueKey>* keyStorage) { in gr_init_static_unique_key_once() argument
327 GrUniqueKey* key = new (keyStorage->get()) GrUniqueKey; in gr_init_static_unique_key_once()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/private/
H A DGrResourceKey.h326 static inline void gr_init_static_unique_key_once(SkAlignedSTStorage<1, GrUniqueKey>* keyStorage) { in gr_init_static_unique_key_once() argument
327 GrUniqueKey* key = new (keyStorage->get()) GrUniqueKey; in gr_init_static_unique_key_once()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/private/
H A DGrResourceKey.h325 static inline void gr_init_static_unique_key_once(SkAlignedSTStorage<1, GrUniqueKey>* keyStorage) { in gr_init_static_unique_key_once() argument
326 GrUniqueKey* key = new (keyStorage->get()) GrUniqueKey; in gr_init_static_unique_key_once()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/private/
H A DGrResourceKey.h326 static inline void gr_init_static_unique_key_once(SkAlignedSTStorage<1, GrUniqueKey>* keyStorage) { in gr_init_static_unique_key_once() argument
327 GrUniqueKey* key = new (keyStorage->get()) GrUniqueKey; in gr_init_static_unique_key_once()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/private/
H A DGrResourceKey.h326 static inline void gr_init_static_unique_key_once(SkAlignedSTStorage<1, GrUniqueKey>* keyStorage) { in gr_init_static_unique_key_once() argument
327 GrUniqueKey* key = new (keyStorage->get()) GrUniqueKey; in gr_init_static_unique_key_once()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/private/
H A DGrResourceKey.h328 static inline void gr_init_static_unique_key_once(SkAlignedSTStorage<1, GrUniqueKey>* keyStorage) { in gr_init_static_unique_key_once() argument
329 GrUniqueKey* key = new (keyStorage->get()) GrUniqueKey; in gr_init_static_unique_key_once()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/utils/
H A DSkShadowUtils.cpp439 SkAutoSTArray<32 * 4, uint8_t> keyStorage; in draw_shadow() local
442 keyStorage.reset(keyDataBytes + sizeof(SkResourceCache::Key)); in draw_shadow()
443 key = new (keyStorage.begin()) SkResourceCache::Key(); in draw_shadow()
444 path.writeKey((uint32_t*)(keyStorage.begin() + sizeof(*key))); in draw_shadow()

12