Searched refs:needSyncCandidate (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/ |
H A D | fscrypt_key_v1.h | 46 bool needSyncCandidate = true); 60 bool needSyncCandidate = true);
|
H A D | base_key.h | 48 bool UpdateKey(const std::string &keypath = "", bool needSyncCandidate = true); 49 bool RestoreKey(const UserAuth &auth, bool needSyncCandidate = true); 59 bool needSyncCandidate) = 0;
|
H A D | fscrypt_key_v2.h | 41 bool needSyncCandidate = true);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/ |
H A D | base_key_mock.cpp | 64 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 D | fscrypt_key_v2_mock.cpp | 103 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 D | fscrypt_key_v1.cpp | 228 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 D | fscrypt_key_v2.cpp | 180 bool &eBufferStatue, uint32_t user, bool needSyncCandidate) in DecryptClassE() argument 184 (void)needSyncCandidate; in DecryptClassE()
|
H A D | base_key.cpp | 357 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()
|