Home
last modified time | relevance | path

Searched refs:hasGlobalDeviceKey_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_manager.h108 hasGlobalDeviceKey_ = false; in KeyManager()
163 bool hasGlobalDeviceKey_; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp104 hasGlobalDeviceKey_ = true; in GenerateAndInstallDeviceKey()
143 hasGlobalDeviceKey_ = true; in RestoreDeviceKey()
160 if (hasGlobalDeviceKey_ || globalEl1Key_ != nullptr) { in InitGlobalDeviceKey()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/
H A Dkey_manager_test.cpp185 EXPECT_EQ(KeyManager::GetInstance()->hasGlobalDeviceKey_, true);