Home
last modified time | relevance | path

Searched refs:DecryptClassE (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/
H A Dfscrypt_key_v2_mock.h39 virtual bool DecryptClassE(const UserAuth &auth, bool &isSupport,
58 MOCK_METHOD5(DecryptClassE, bool(const UserAuth &auth, bool &isSupport,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dfscrypt_key_v2_mock.cpp102 bool FscryptKeyV2::DecryptClassE(const UserAuth &auth, bool &isSupport, in DecryptClassE() function in FscryptKeyV2
108 …return IFscryptKeyV2Moc::fscryptKeyV2Moc->DecryptClassE(auth, isSupport, eBufferStatue, user, need… in DecryptClassE()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dfscrypt_key_v2.h40 … bool DecryptClassE(const UserAuth &auth, bool &isSupport, bool &eBufferStatue, uint32_t user = 0,
H A Dfscrypt_key_v1.h45 … bool DecryptClassE(const UserAuth &auth, bool &isSupport, bool &eBufferStatue, uint32_t user = 0,
H A Dbase_key.h58 …virtual bool DecryptClassE(const UserAuth &auth, bool &isSupport, bool &eBufferStatue, uint32_t us…
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v2.cpp179 bool FscryptKeyV2::DecryptClassE(const UserAuth &auth, bool &isSupport, in DecryptClassE() function in OHOS::StorageDaemon::FscryptKeyV2
H A Dfscrypt_key_v1.cpp267 bool FscryptKeyV1::DecryptClassE(const UserAuth &auth, bool &isSupport, bool &eBufferStatue, in DecryptClassE() function in OHOS::StorageDaemon::FscryptKeyV1
H A Dkey_manager.cpp261 if (!elKey->DecryptClassE(auth, saveESecretStatus[userId], eBufferStatue, userId, false)) { in GenerateAndInstallEl5Key()
1227 if (!elKey->DecryptClassE(auth, saveESecretStatus[user], eBufferStatue, user, true)) { in UpdateCeEceSeceUserAuth()
1348 …if (el5Key != nullptr && !el5Key->DecryptClassE(auth, saveESecretStatus[user], eBufferStatue, user… in UpdateCeEceSeceUserAuth()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fscrypt_v2_test/
H A Dfscrypt_key_v2_test.cpp208 EXPECT_TRUE(g_testKeyV2.DecryptClassE(emptyUserAuth, isSupport, eBufferStatue, user, status));
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/
H A Dkey_manager_test.cpp1455 EXPECT_CALL(*fscryptKeyMock_, DecryptClassE(_, _, _, _, _)).WillOnce(Return(false));
1463 EXPECT_CALL(*fscryptKeyMock_, DecryptClassE(_, _, _, _, _)).WillOnce(Return(true));