Home
last modified time | relevance | path

Searched refs:GenerateRootKey (Results 1 – 8 of 8) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
Dcrypto_manager_test.cpp66 HWTEST_F(CryptoManagerTest, GenerateRootKey, TestSize.Level0)
68 auto errCode = CryptoManager::GetInstance().GenerateRootKey();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/crypto/include/
Dcrypto_manager.h25 int32_t GenerateRootKey();
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
Dsecurity_manager.h70 int32_t GenerateRootKey();
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Drdb_security_manager.h88 int GenerateRootKey(const std::vector<uint8_t> &rootKeyAlias);
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
Dsecurity_manager.cpp57 if (status == HKS_ERROR_NOT_EXIST && GenerateRootKey() == HKS_SUCCESS) { in Retry()
277 int32_t SecurityManager::GenerateRootKey() in GenerateRootKey() function in OHOS::DistributedKv::SecurityManager
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/crypto/src/
Dcrypto_manager.cpp75 int32_t CryptoManager::GenerateRootKey() in GenerateRootKey() function in OHOS::DistributedData::CryptoManager
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_security_manager.cpp271 int RdbSecurityManager::GenerateRootKey(const std::vector<uint8_t> &rootKeyAlias) in GenerateRootKey() function in OHOS::NativeRdb::RdbSecurityManager
441 ret = GenerateRootKey(rootKeyAlias); in Init()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
Dkvstore_meta_manager.cpp230 CryptoManager::GetInstance().GenerateRootKey() == CryptoManager::ErrCode::SUCCESS) { in GetTask()