Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_backup.h47 int32_t TryRestoreUeceKey(const std::shared_ptr<BaseKey> &baseKey,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1.cpp234 …return KeyBackup::GetInstance().TryRestoreUeceKey(shared_from_this(), auth, eSecretFBE, decryptedK… in DoDecryptClassE()
H A Dkey_backup.cpp134 int32_t KeyBackup::TryRestoreUeceKey(const std::shared_ptr<BaseKey> &baseKey, in TryRestoreUeceKey() function in OHOS::StorageDaemon::KeyBackup