Home
last modified time | relevance | path

Searched refs:DecryptWorkKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_security_manager.h104 bool DecryptWorkKey(std::vector<uint8_t> &source, std::vector<uint8_t> &key);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_security_manager.cpp315 bool RdbSecurityManager::DecryptWorkKey(std::vector<uint8_t> &source, std::vector<uint8_t> &key) in DecryptWorkKey() function in OHOS::NativeRdb::RdbSecurityManager
462 if (!DecryptWorkKey(keyData.secretKey, key)) { in LoadSecretKeyFromFile()