Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dbase_key.h96 bool DoRestoreKey(const UserAuth &auth, const std::string &keypath);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp523 if (!DoRestoreKey(auth, keyPath)) { in StoreKey()
557 if (!DoRestoreKey(auth, keyPath)) { in StoreKey()
672 bool BaseKey::DoRestoreKey(const UserAuth &auth, const std::string &path) in StoreKey() function in OHOS::StorageDaemon::BaseKey