/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/pinauth/ |
H A D | _hdf_pin_auth_v20.md | 47 | [ExecutorSecureLevel](#executorsecurelevel) : int { ESL0 = 0 , ESL1 = 1 , ESL2 = 2 , ESL3 = 3 } |… 110 | ESL3 | 执行器安全等级是ESL3。 |
|
H A D | _hdf_pin_auth_v10.md | 43 …ecutorsecurelevel) : int { ESL0 = 0, ESL1 = 1, ESL2 = 2, ESL3 = 3 } | 枚举执行器安全等级。 … 126 | ESL3 | 执行器安全级别为3,关键操作在高安环境如独立安全芯片中完成。 |
|
H A D | _pin_auth_types_8idl_v20.md | 32 …auth_v20.md#executorsecurelevel) : int { ESL0 = 0 , ESL1 = 1 , ESL2 = 2 , ESL3 = 3 } | 枚举执行器安全等级。 …
|
H A D | _pin_auth_types_8idl_v10.md | 32 …ecutorsecurelevel) : int { ESL0 = 0, ESL1 = 1, ESL2 = 2, ESL3 = 3 } | 枚举执行器安全等级。 …
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/fingerauth/ |
H A D | _hdf_fingerprint_auth_v10.md | 43 | [ExecutorSecureLevel](#executorsecurelevel) : int { ESL0 = 0 , ESL1 = 1 , ESL2 = 2 , ESL3 = 3 } |… 129 | ESL3 | 表示执行器安全等级是3,关键操作在高安环境如独立安全芯片中完成。 |
|
H A D | _fingerprint_auth_types_8idl_v10.md | 32 …auth_v10.md#executorsecurelevel) : int { ESL0 = 0 , ESL1 = 1 , ESL2 = 2 , ESL3 = 3 } | 枚举执行器安全等级。 …
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/faceauth/ |
H A D | _hdf_face_auth_v10.md | 43 | [ExecutorSecureLevel](#executorsecurelevel) : int { ESL0 = 0, ESL1 = 1, ESL2 = 2, ESL3 = 3 } | 枚举… 129 | ESL3 | 执行器安全级别为3,关键操作在高安环境如独立安全芯片中完成。 |
|
H A D | _face_auth_types_8idl_v10.md | 32 …ce_auth_v10.md#executorsecurelevel) : int { ESL0 = 0, ESL1 = 1, ESL2 = 2, ESL3 = 3 } | 枚举执行器安全等级。 …
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/userauth/ |
H A D | _hdf_user_auth_v10.md | 48 | [ExecutorSecureLevel](#executorsecurelevel) : int { ESL0 = 0, ESL1 = 1, ESL2 = 2, ESL3 = 3 } | 枚举… 115 | ESL3 | 执行器安全级别为3,关键操作在高安环境如独立安全芯片中完成。 |
|
H A D | _hdf_user_auth_v12.md | 53 | [ExecutorSecureLevel](#executorsecurelevel) : int { ESL0 = 0, ESL1 = 1, ESL2 = 2, ESL3 = 3 } | 枚举… 120 | ESL3 | 执行器安全级别为3,关键操作在高安环境如独立安全芯片中完成。 |
|
H A D | _user_auth_types_8idl_v10.md | 41 …er_auth_v10.md#executorsecurelevel) : int { ESL0 = 0, ESL1 = 1, ESL2 = 2, ESL3 = 3 } | 枚举执行器安全等级。 …
|
H A D | _user_auth_types_8idl_v12.md | 46 …er_auth_v12.md#executorsecurelevel) : int { ESL0 = 0, ESL1 = 1, ESL2 = 2, ESL3 = 3 } | 枚举执行器安全等级。 …
|
/ohos5.0/base/useriam/pin_auth/test/unittest/src/ |
H A D | pin_auth_collector_hdi_unit_test.cpp | 193 {ExecutorSecureLevel::ESL3, {IamExecutorSecureLevel::ESL3, IamResultCode::SUCCESS}}, 195 {IamExecutorSecureLevel::ESL3, IamResultCode::GENERAL_ERROR}}, 196 {static_cast<ExecutorSecureLevel>(ExecutorSecureLevel::ESL3 + 1), 197 {IamExecutorSecureLevel::ESL3, IamResultCode::GENERAL_ERROR}},
|
H A D | pin_auth_verifier_hdi_unit_test.cpp | 193 {ExecutorSecureLevel::ESL3, {IamExecutorSecureLevel::ESL3, IamResultCode::SUCCESS}}, 195 {IamExecutorSecureLevel::ESL3, IamResultCode::GENERAL_ERROR}}, 196 {static_cast<ExecutorSecureLevel>(ExecutorSecureLevel::ESL3 + 1), 197 {IamExecutorSecureLevel::ESL3, IamResultCode::GENERAL_ERROR}},
|
H A D | pin_auth_all_in_one_hdi_unit_test.cpp | 193 {ExecutorSecureLevel::ESL3, {IamExecutorSecureLevel::ESL3, IamResultCode::SUCCESS}}, 195 {IamExecutorSecureLevel::ESL3, IamResultCode::GENERAL_ERROR}}, 196 {static_cast<ExecutorSecureLevel>(ExecutorSecureLevel::ESL3 + 1), 197 {IamExecutorSecureLevel::ESL3, IamResultCode::GENERAL_ERROR}},
|
/ohos5.0/base/useriam/pin_auth/services/modules/executors/src/ |
H A D | pin_auth_executor_hdi_common.cpp | 64 {ExecutorSecureLevel::ESL3, UserAuth::ExecutorSecureLevel::ESL3}, in ConvertExecutorSecureLevel()
|
/ohos5.0/drivers/interface/pin_auth/v1_0/ |
H A D | PinAuthTypes.idl | 84 /**< Indicates that the executor secure level is ESL3. */ 85 ESL3 = 3,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/pin_auth_v1_0/foo/pin_auth/v1_0/ |
H A D | PinAuthTypes.idl | 84 /**< Indicates that the executor secure level is ESL3. */ 85 ESL3 = 3,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/pin_auth_v1_1/foo/pin_auth/v1_0/ |
H A D | PinAuthTypes.idl | 84 /**< Indicates that the executor secure level is ESL3. */ 85 ESL3 = 3,
|
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/ |
H A D | iam_common_defines.h | 103 ESL3 = 3, enumerator
|
/ohos5.0/drivers/interface/pin_auth/v2_0/ |
H A D | PinAuthTypes.idl | 89 /**< Indicates that the executor secure level is ESL3. */ 90 ESL3 = 3,
|
/ohos5.0/drivers/interface/fingerprint_auth/v1_0/ |
H A D | FingerprintAuthTypes.idl | 75 ESL3 = 3, /**< Indicates executor secure level is ESL3. */
|
/ohos5.0/drivers/interface/pin_auth/v2_1/ |
H A D | PinAuthTypes.idl | 93 /**< Indicates that the executor secure level is ESL3. */ 94 ESL3 = 3,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_0/foo/fingerprint_auth/v1_0/ |
H A D | FingerprintAuthTypes.idl | 75 ESL3 = 3, /**< Indicates executor secure level is ESL3. */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_1/foo/fingerprint_auth/v1_0/ |
H A D | FingerprintAuthTypes.idl | 75 ESL3 = 3, /**< Indicates executor secure level is ESL3. */
|