Home
last modified time | relevance | path

Searched defs:esl (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/userauth/
H A D_executor_register_info_v10.md43 ### esl subsection
H A D_executor_register_info_v12.md41 ### esl subsection
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/faceauth/
H A D_executor_info_faceauth_v10.md44 ### esl subsection
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/fingerauth/
H A D_executor_info_fingerauth_v10.md42 ### esl subsection
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/pinauth/
H A D_executor_info_pinauth_v10.md42 ### esl subsection
H A D_executor_info_v20.md44 ### esl subsection
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
H A Dco_auth_interface.h39 ExecutorSecureLevel esl; member
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Dco_auth_stub.cpp97 int32_t esl; in ReadExecutorRegisterInfo() local
/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Dauth_level_test.cpp66 constexpr uint32_t esl = 10; variable
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/
H A Dpin_auth_test.cpp172 uint32_t esl = 0; variable
291 uint32_t esl = 0; variable
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dexecutor_func_common.h55 uint32_t esl; member
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dpool.h43 uint32_t esl; member
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dauth_level.c59 uint32_t esl = coAuthSchedule->executors[i].esl; in QueryScheduleAsl() local
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_msg_util.cpp122 int32_t esl = 0; in GetExecutorInfoFromAttributes() local
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dpin_auth.cpp279 int32_t PinAuth::GetExecutorInfo(int32_t executorRole, std::vector<uint8_t> &pubKey, uint32_t &esl, in GetExecutorInfo()