Home
last modified time | relevance | path

Searched refs:CheckRootKey (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcrypto_manager_test.cpp79 HWTEST_F(CryptoManagerTest, CheckRootKey, TestSize.Level0)
81 auto errCode = CryptoManager::GetInstance().CheckRootKey();
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/crypto/include/
H A Dcrypto_manager.h26 int32_t CheckRootKey();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dsecurity_manager.h71 int32_t CheckRootKey();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsecurity_manager.cpp50 auto status = CheckRootKey(); in Retry()
323 int32_t SecurityManager::CheckRootKey() in CheckRootKey() function in OHOS::DistributedKv::SecurityManager
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/crypto/src/
H A Dcrypto_manager.cpp97 int32_t CryptoManager::CheckRootKey() in CheckRootKey() function in OHOS::DistributedData::CryptoManager
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.cpp213 auto status = CryptoManager::GetInstance().CheckRootKey(); in GetTask()