Home
last modified time | relevance | path

Searched refs:FBEX (Results 1 - 5 of 5) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dfbex_mock.cpp22 bool FBEX::IsFBEXSupported() in IsFBEXSupported()
27 int FBEX::InstallEL5KeyToKernel(uint32_t userIdSingle, uint32_t userIdDouble, uint8_t flag, in InstallEL5KeyToKernel()
33 int FBEX::InstallKeyToKernel(uint32_t userId, uint32_t type, uint8_t *iv, uint32_t size, uint8_t flag) in InstallKeyToKernel()
38 int FBEX::UninstallOrLockUserKeyToKernel(uint32_t userId, uint32_t type, uint8_t *iv, uint32_t size, bool destroy) in UninstallOrLockUserKeyToKernel()
43 int FBEX::DeleteClassEPinCode(uint32_t userIdSingle, uint32_t userIdDouble) in DeleteClassEPinCode()
48 int FBEX::ChangePinCodeClassE(uint32_t userIdSingle, uint32_t userIdDouble, bool &isFbeSupport) in ChangePinCodeClassE()
54 int FBEX::LockScreenToKernel(uint32_t userId) in LockScreenToKernel()
59 int FBEX::GenerateAppkey(UserIdToFbeStr &userIdToFbe, uint32_t appUid, std::unique_ptr<uint8_t[]> &appKey, in GenerateAppkey()
66 int FBEX::LockUece(uint32_t userIdSingle, uint32_t userIdDouble, bool &isFbeSupport) in LockUece()
71 int FBEX
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1_ext.cpp69 if (!FBEX::IsFBEXSupported()) { in ActiveKeyExt()
77 if (FBEX::InstallKeyToKernel(user, type_, iv, size, static_cast<uint8_t>(flag)) != 0) { in ActiveKeyExt()
89 if (!FBEX::IsFBEXSupported()) { in UnlockUserScreenExt()
95 if (FBEX::UnlockScreenToKernel(user, type_, iv, size)) { in UnlockUserScreenExt()
104 if (!FBEX::IsFBEXSupported()) { in GenerateAppkey()
111 if (FBEX::GenerateAppkey(userIdToFbe, hashId, appKey, size)) { in GenerateAppkey()
120 if (!FBEX::IsFBEXSupported()) { in AddClassE()
126 if (FBEX::InstallEL5KeyToKernel(userId_, userIdDouble, status, isSupport, isNeedEncryptClassE)) { in AddClassE()
135 if (!FBEX::IsFBEXSupported()) { in DeleteClassEPinCode()
141 if (FBEX in DeleteClassEPinCode()
[all...]
H A Dfbex.cpp96 bool FBEX::IsFBEXSupported() in IsFBEXSupported()
147 int FBEX::InstallEL5KeyToKernel(uint32_t userIdSingle, uint32_t userIdDouble, uint8_t flag, in InstallEL5KeyToKernel()
190 int FBEX::InstallKeyToKernel(uint32_t userId, uint32_t type, uint8_t *iv, uint32_t size, uint8_t flag) in InstallKeyToKernel()
234 int FBEX::UninstallOrLockUserKeyToKernel(uint32_t userId, uint32_t type, uint8_t *iv, uint32_t size, bool destroy) in UninstallOrLockUserKeyToKernel()
271 int FBEX::DeleteClassEPinCode(uint32_t userIdSingle, uint32_t userIdDouble) in DeleteClassEPinCode()
304 int FBEX::ChangePinCodeClassE(uint32_t userIdSingle, uint32_t userIdDouble, bool &isFbeSupport) in ChangePinCodeClassE()
339 int FBEX::LockScreenToKernel(uint32_t userId) in LockScreenToKernel()
365 int FBEX::GenerateAppkey(UserIdToFbeStr &userIdToFbe, uint32_t hashId, std::unique_ptr<uint8_t[]> &appKey, in GenerateAppkey()
410 int FBEX::LockUece(uint32_t userIdSingle, uint32_t userIdDouble, bool &isFbeSupport) in LockUece()
444 int FBEX
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fbex_test/
H A Dfbex_test.cpp81 FBEX fbex; in HWTEST_F()
117 FBEX fbex; in HWTEST_F()
147 FBEX fbex; in HWTEST_F()
173 FBEX fbex; in HWTEST_F()
195 FBEX fbex; in HWTEST_F()
228 FBEX fbex; in HWTEST_F()
250 FBEX fbex; in HWTEST_F()
285 FBEX fbex; in HWTEST_F()
318 FBEX fbex; in HWTEST_F()
349 FBEX fbe in HWTEST_F()
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dfbex.h48 class FBEX { class

Completed in 3 milliseconds