Home
last modified time | relevance | path

Searched refs:needSyncCandidate (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dfscrypt_key_v1.h46 bool needSyncCandidate = true);
60 bool needSyncCandidate = true);
H A Dbase_key.h48 bool UpdateKey(const std::string &keypath = "", bool needSyncCandidate = true);
49 bool RestoreKey(const UserAuth &auth, bool needSyncCandidate = true);
59 bool needSyncCandidate) = 0;
H A Dfscrypt_key_v2.h41 bool needSyncCandidate = true);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dbase_key_mock.cpp64 bool BaseKey::UpdateKey(const std::string &keypath, bool needSyncCandidate) in UpdateKey() argument
72 bool BaseKey::RestoreKey(const UserAuth &auth, bool needSyncCandidate) in RestoreKey() argument
H A Dfscrypt_key_v2_mock.cpp103 bool &eBufferStatue, uint32_t user, bool needSyncCandidate) in DecryptClassE() argument
108 …tKeyV2Moc::fscryptKeyV2Moc->DecryptClassE(auth, isSupport, eBufferStatue, user, needSyncCandidate); in DecryptClassE()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1.cpp228 bool needSyncCandidate) in DoDecryptClassE() argument
239 UpdateKey("", needSyncCandidate); in DoDecryptClassE()
259 UpdateKey(it, needSyncCandidate); in DoDecryptClassE()
268 uint32_t user, bool needSyncCandidate) in DecryptClassE() argument
290 if (!DoDecryptClassE(auth, eSecretFBE, decryptedKey, needSyncCandidate) != 0) { in DecryptClassE()
H A Dfscrypt_key_v2.cpp180 bool &eBufferStatue, uint32_t user, bool needSyncCandidate) in DecryptClassE() argument
184 (void)needSyncCandidate; in DecryptClassE()
H A Dbase_key.cpp357 bool BaseKey::UpdateKey(const std::string &keypath, bool needSyncCandidate) in StoreKey() argument
360 if (!needSyncCandidate) { in StoreKey()
481 bool BaseKey::RestoreKey(const UserAuth &auth, bool needSyncCandidate) in StoreKey() argument
492 UpdateKey("", needSyncCandidate); in StoreKey()
512 UpdateKey(it, needSyncCandidate); in StoreKey()