Searched refs:GenerateRootKey (Results 1 – 8 of 8) sorted by relevance
66 HWTEST_F(CryptoManagerTest, GenerateRootKey, TestSize.Level0)68 auto errCode = CryptoManager::GetInstance().GenerateRootKey();
25 int32_t GenerateRootKey();
70 int32_t GenerateRootKey();
88 int GenerateRootKey(const std::vector<uint8_t> &rootKeyAlias);
57 if (status == HKS_ERROR_NOT_EXIST && GenerateRootKey() == HKS_SUCCESS) { in Retry()277 int32_t SecurityManager::GenerateRootKey() in GenerateRootKey() function in OHOS::DistributedKv::SecurityManager
75 int32_t CryptoManager::GenerateRootKey() in GenerateRootKey() function in OHOS::DistributedData::CryptoManager
271 int RdbSecurityManager::GenerateRootKey(const std::vector<uint8_t> &rootKeyAlias) in GenerateRootKey() function in OHOS::NativeRdb::RdbSecurityManager441 ret = GenerateRootKey(rootKeyAlias); in Init()
230 CryptoManager::GetInstance().GenerateRootKey() == CryptoManager::ErrCode::SUCCESS) { in GetTask()