Home
last modified time | relevance | path

Searched refs:PinAuth (Results 1 - 25 of 43) sorted by relevance

12

/drivers/peripheral/pin_auth/hdi_service/service/inc/
H A Dpin_auth_hdi.h28 namespace PinAuth { namespace
29 using IPinAuthInterface = OHOS::HDI::PinAuth::V2_0::IPinAuthInterface;
30 using PinAuthInterfaceService = OHOS::HDI::PinAuth::V2_0::PinAuthInterfaceService;
32 using HdiIAllInOneExecutor = OHOS::HDI::PinAuth::V2_0::IAllInOneExecutor;
33 using HdiICollector = OHOS::HDI::PinAuth::V2_0::ICollector;
34 using HdiIVerifier = OHOS::HDI::PinAuth::V2_0::IVerifier;
35 using HdiIExecutorCallback = OHOS::HDI::PinAuth::V2_0::IExecutorCallback;
37 using HdiAuthType = OHOS::HDI::PinAuth::V2_0::AuthType;
38 using HdiExecutorRole = OHOS::HDI::PinAuth::V2_0::ExecutorRole;
39 using HdiExecutorSecureLevel = OHOS::HDI::PinAuth
[all...]
H A Dverifier_impl.h30 namespace PinAuth { namespace
33 explicit VerifierImpl(std::shared_ptr<OHOS::UserIam::PinAuth::PinAuth> pinHdi);
36 int32_t GetExecutorInfo(OHOS::HDI::PinAuth::V2_0::ExecutorInfo &executorInfo) override;
51 std::shared_ptr<OHOS::UserIam::PinAuth::PinAuth> pinHdi_;
56 } // PinAuth
H A Dcollector_impl.h31 namespace PinAuth { namespace
34 explicit CollectorImpl(std::shared_ptr<OHOS::UserIam::PinAuth::PinAuth> pinHdi);
52 std::shared_ptr<OHOS::UserIam::PinAuth::PinAuth> pinHdi_;
57 } // PinAuth
H A Dall_in_one_impl.h31 namespace PinAuth { namespace
34 explicit AllInOneImpl(std::shared_ptr<OHOS::UserIam::PinAuth::PinAuth> pinHdi);
79 std::shared_ptr<OHOS::UserIam::PinAuth::PinAuth> pinHdi_;
83 } // PinAuth
H A Dexecutor_impl_common.h23 namespace PinAuth { namespace
28 } // PinAuth
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthexecutorstub_fuzzer/
H A Dpin_auth_executor_stub_fuzzer.cpp34 namespace PinAuth { namespace
45 std::shared_ptr<OHOS::UserIam::PinAuth::PinAuth> pinHdi = std::make_shared<OHOS::UserIam::PinAuth::PinAuth>(); in PinAuthExecutorStubFuzzTest()
51 sptr<OHOS::HDI::PinAuth::V2_0::AllInOneExecutorStub> executorStub = in PinAuthExecutorStubFuzzTest()
52 new OHOS::HDI::PinAuth::V2_0::AllInOneExecutorStub(impl); in PinAuthExecutorStubFuzzTest()
77 } // namespace PinAuth
84 OHOS::HDI::PinAuth::PinAuthExecutorStubFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/
H A Dpin_auth_test.cpp32 namespace PinAuth { namespace
69 PinAuth *pinAuth = new (std::nothrow) PinAuth(); in HWTEST_F()
89 PinAuth *pinAuth = new (std::nothrow) PinAuth(); in HWTEST_F()
114 PinAuth *pinAuth = new (std::nothrow) PinAuth(); in HWTEST_F()
132 PinAuth *pinAuth = new (std::nothrow) PinAuth(); in HWTEST_F()
151 PinAuth *pinAut in HWTEST_F()
[all...]
/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dpin_auth_interface_service.cpp34 namespace PinAuth { namespace
51 std::shared_ptr<OHOS::UserIam::PinAuth::PinAuth> pinHdi = in GetExecutorList()
52 OHOS::UserIam::Common::MakeShared<OHOS::UserIam::PinAuth::PinAuth>(); in GetExecutorList()
78 } // PinAuth
H A Dpin_auth_interface_driver.cpp75 std::shared_ptr<OHOS::UserIam::PinAuth::PinAuth> pinHdi = in HdfPinAuthInterfaceDriverInit()
76 OHOS::UserIam::Common::MakeShared<OHOS::UserIam::PinAuth::PinAuth>(); in HdfPinAuthInterfaceDriverInit()
106 auto serviceImpl = OHOS::HDI::PinAuth::V2_0::IPinAuthInterface::Get(true); in HdfPinAuthInterfaceDriverBind()
114 serviceImpl, OHOS::HDI::PinAuth::V2_0::IPinAuthInterface::GetDescriptor()); in HdfPinAuthInterfaceDriverBind()
H A Dexecutor_impl_common.cpp26 namespace PinAuth { namespace
38 } // PinAuth
/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dpin_auth.cpp38 namespace PinAuth { namespace
53 int32_t PinAuth::Init() in Init()
79 int32_t PinAuth::Close() in Close()
93 int32_t PinAuth::PinResultToCoAuthResult(int32_t resultCode) in PinResultToCoAuthResult()
95 LOG_INFO("PinAuth::PinResultToCoAuthResult enter"); in PinResultToCoAuthResult()
105 int32_t PinAuth::EnrollPin(uint64_t scheduleId, uint64_t subType, std::vector<uint8_t> &salt, in EnrollPin()
149 int32_t PinAuth::GenerateAlgoParameter(std::vector<uint8_t> &algoParameter, uint32_t &algoVersion) in GenerateAlgoParameter()
175 int32_t PinAuth::AllInOneAuth( in AllInOneAuth()
204 int32_t PinAuth::AuthPin(uint64_t scheduleId, uint64_t templateId, const std::vector<uint8_t> &pinData, in AuthPin()
246 int32_t PinAuth
[all...]
/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dpin_auth.h26 namespace PinAuth { namespace
41 class PinAuth { class
43 DISALLOW_COPY_AND_MOVE(PinAuth);
44 PinAuth() = default;
45 ~PinAuth() = default;
86 } // namespace PinAuth
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthinterfacestub_fuzzer/
H A Dpin_auth_interface_stub_fuzzer.cpp32 namespace PinAuth { namespace
44 OHOS::HDI::PinAuth::V2_0::PinAuthInterfaceStub pinAuthInterfaceStub(pinAuthInterface); in PinAuthInterfaceStubFuzzTest()
64 } // namespace PinAuth
71 OHOS::HDI::PinAuth::PinAuthInterfaceStubFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthinterfaceservice_fuzzer/
H A Dpin_auth_interface_service_fuzzer.cpp26 namespace PinAuth { namespace
58 } // namespace PinAuth
65 OHOS::HDI::PinAuth::PinAuthInterfaceServiceFuzzTest(data, size); in LLVMFuzzerTestOneInput()
/drivers/peripheral/pin_auth/test/unittest/pin_auth/service/src/
H A Dall_in_one_impl_test.cpp28 namespace PinAuth { namespace
31 using namespace HDI::PinAuth;
104 std::shared_ptr<PinAuth> pinHdi = std::make_shared<PinAuth>(); in HWTEST_F()
158 } // namespace PinAuth
/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/inc/
H A Dadaptor_algorithm_test.h22 namespace PinAuth { namespace
33 } // namespace PinAuth
H A Dadaptor_memory_test.h22 namespace PinAuth { namespace
33 } // namespace PinAuth
H A Dadaptor_time_test.h22 namespace PinAuth { namespace
33 } // namespace PinAuth
H A Dadaptor_file_test.h22 namespace PinAuth { namespace
33 } // namespace PinAuth
H A Dbuffer_test.h22 namespace PinAuth { namespace
33 } // namespace PinAuth
/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/inc/
H A Dpin_db_ops_v1_test.h22 namespace PinAuth { namespace
33 } // namespace PinAuth
H A Dpin_db_test.h22 namespace PinAuth { namespace
33 } // namespace PinAuth
H A Dpin_db_ops_base_test.h22 namespace PinAuth { namespace
33 } // namespace PinAuth
/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/inc/
H A Dall_in_one_func_test.h22 namespace PinAuth { namespace
33 } // namespace PinAuth
H A Dpin_auth_test.h22 namespace PinAuth { namespace
33 } // namespace PinAuth

Completed in 9 milliseconds

12