Home
last modified time | relevance | path

Searched defs:encryptedKey (Results 1 – 1 of 1) sorted by relevance

/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/app/src/
Dkvstore_meta_manager.cpp397 struct HksBlob encryptedKey = { sizeof(cipherBuf), cipherBuf }; in EncryptWorkKey() local
442 bool KvStoreMetaManager::DecryptWorkKey(const std::vector<uint8_t> &encryptedKey, std::vector<uint8… in DecryptWorkKey()