Home
last modified time | relevance | path

Searched refs:TryRestoreKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_backup.h46 int32_t TryRestoreKey(const std::shared_ptr<BaseKey> &baseKey, const UserAuth &auth);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_backup.cpp109 int32_t KeyBackup::TryRestoreKey(const std::shared_ptr<BaseKey> &baseKey, const UserAuth &auth) in TryRestoreKey() function in OHOS::StorageDaemon::KeyBackup
H A Dbase_key.cpp487 return KeyBackup::GetInstance().TryRestoreKey(shared_from_this(), auth) == 0; in StoreKey()