/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | context_factory.cpp | 41 auth->SetChallenge(para.challenge); in CreateSimpleAuthContext() 54 identify->SetChallenge(para.challenge); in CreateIdentifyContext() 94 auth->SetChallenge(para.challenge); in CreateRemoteAuthContext()
|
H A D | widget_client.cpp | 315 void WidgetClient::SetChallenge(const std::vector<uint8_t> &challenge) in SetChallenge() function in OHOS::UserIam::UserAuth::WidgetClient
|
H A D | widget_context.cpp | 219 WidgetClient::Instance().SetChallenge(para_.challenge); in OnStart()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_identification.h | 29 MOCK_METHOD1(SetChallenge, void(const std::vector<uint8_t> &challenge));
|
H A D | mock_authentication.h | 29 MOCK_METHOD1(SetChallenge, void(const std::vector<uint8_t> &challenge));
|
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/ |
H A D | identification.h | 43 virtual void SetChallenge(const std::vector<uint8_t> &challenge) = 0;
|
H A D | authentication.h | 67 virtual void SetChallenge(const std::vector<uint8_t> &challenge) = 0;
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/ |
H A D | dummy_authentication.h | 30 void SetChallenge(const std::vector<uint8_t> &challenge){}; in SetChallenge() function
|
/ohos5.0/base/security/code_signature/services/local_code_sign/include/ |
H A D | local_sign_key.h | 38 void SetChallenge(const ByteBuffer &challenge);
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | identification_impl.h | 34 void SetChallenge(const std::vector<uint8_t> &challenge) override;
|
H A D | authentication_impl.h | 34 void SetChallenge(const std::vector<uint8_t> &challenge) override;
|
H A D | identification_impl.cpp | 54 void IdentificationImpl::SetChallenge(const std::vector<uint8_t> &challenge) in SetChallenge() function in OHOS::UserIam::UserAuth::IdentificationImpl
|
H A D | authentication_impl.cpp | 53 void AuthenticationImpl::SetChallenge(const std::vector<uint8_t> &challenge) in SetChallenge() function in OHOS::UserIam::UserAuth::AuthenticationImpl
|
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/ |
H A D | widget_client.h | 58 void SetChallenge(const std::vector<uint8_t> &challenge);
|
/ohos5.0/base/security/code_signature/services/local_code_sign/src/ |
H A D | local_code_sign_service.cpp | 106 key.SetChallenge(challenge); in InitLocalCertificate()
|
H A D | local_sign_key.cpp | 82 void LocalSignKey::SetChallenge(const ByteBuffer &challenge) in SetChallenge() function in OHOS::Security::CodeSign::LocalSignKey
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/iso_auth_task/ |
H A D | iso_auth_task_common.c | 122 static int32_t SetChallenge(IsoAuthParams *params) in SetChallenge() function 251 res = SetChallenge(params); in InitIsoAuthParams()
|