Home
last modified time | relevance | path

Searched refs:authenticator_ (Results 1 – 25 of 114) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/device/fido/
H A Dauth_token_requester.cc38 authenticator_(authenticator), in AuthTokenRequester()
41 DCHECK(authenticator_); in AuthTokenRequester()
42 DCHECK(authenticator_->Options()); in AuthTokenRequester()
90 authenticator_->GetTouch(base::BindOnce( in ObtainPINUVAuthToken()
98 authenticator_->GetTouch( in ObtainPINUVAuthToken()
106 authenticator_->GetUvRetries(base::BindOnce( in ObtainTokenFromInternalUV()
130 authenticator_->GetTouch(base::BindOnce( in OnGetUVRetries()
134 authenticator_->GetTouch(base::BindOnce( in OnGetUVRetries()
213 authenticator_->GetPinRetries(base::BindOnce( in ObtainTokenFromPIN()
239 authenticator_->GetPINToken(std::move(pin), in HavePIN()
[all …]
H A Dfido_device_authenticator_unittest.cc58 authenticator_ = in SetUp()
62 authenticator_->InitializeAuthenticator(callback.callback()); in SetUp()
68 std::unique_ptr<FidoDeviceAuthenticator> authenticator_; member in device::__anon84435e130111::FidoDeviceAuthenticatorTest
77 authenticator_->ReadLargeBlob({kDummyKey1}, base::nullopt, in TEST_F()
88 authenticator_->ReadLargeBlob({kDummyKey1}, base::nullopt, in TEST_F()
102 authenticator_->WriteLargeBlob(small_blob, {kDummyKey1}, base::nullopt, in TEST_F()
109 authenticator_->ReadLargeBlob({kDummyKey1}, base::nullopt, in TEST_F()
136 authenticator_->ReadLargeBlob({kDummyKey1}, base::nullopt, in TEST_F()
151 authenticator_->GetPINToken(kPin, {pin::Permissions::kLargeBlobWrite}, in TEST_F()
160 authenticator_->WriteLargeBlob(small_blob, {kDummyKey1}, pin_token, in TEST_F()
[all …]
H A Dcredential_management_handler.cc80 authenticator_ = authenticator; in OnTouch()
81 authenticator_->GetPinRetries( in OnTouch()
113 if (authenticator_ == nullptr) { in OnHavePIN()
120 authenticator_->GetPINToken( in OnHavePIN()
135 authenticator_->GetPinRetries( in OnHavePINToken()
167 if (!authenticator_) { in GetCredentials()
192 if (!authenticator_) { in DeleteCredential()
199 authenticator_->DeleteCredential( in DeleteCredential()
215 if (!authenticator_) { in OnDeleteCredentials()
236 if (!authenticator_) { in DeleteCredentials()
[all …]
H A Dset_pin_request_handler.cc40 if (authenticator_ == nullptr) { in ProvidePIN()
50 authenticator_->SetPIN( in ProvidePIN()
54 authenticator_->ChangePIN( in ProvidePIN()
74 if (authenticator == authenticator_) { in AuthenticatorRemoved()
75 authenticator_ = nullptr; in AuthenticatorRemoved()
88 authenticator_ = authenticator; in OnTouch()
90 switch (authenticator_->Options()->client_pin_availability) { in OnTouch()
101 authenticator_->GetPinRetries( in OnTouch()
H A Dget_assertion_request_handler.cc429 if (authenticator == authenticator_) { in AuthenticatorRemoved()
430 authenticator_ = nullptr; in AuthenticatorRemoved()
627 authenticator_ = authenticator; in CollectPINThenSendRequest()
628 authenticator_->GetPinRetries( in CollectPINThenSendRequest()
686 if (authenticator_ == nullptr) { in OnHavePIN()
693 authenticator_->GetPINToken( in OnHavePIN()
708 authenticator_->GetPinRetries( in OnHavePINToken()
797 authenticator_->GetUvToken( in OnUvRetriesResponse()
832 authenticator_ = authenticator; in OnHaveUvToken()
847 authenticator_ = authenticator; in OnHaveUvToken()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/fido/
H A Dcredential_management_handler.cc79 authenticator_ = authenticator; in OnTouch()
80 authenticator_->GetPinRetries( in OnTouch()
112 if (authenticator_ == nullptr) { in OnHavePIN()
119 authenticator_->GetPINToken( in OnHavePIN()
133 authenticator_->GetPinRetries( in OnHavePINToken()
165 if (!authenticator_) { in GetCredentials()
190 if (!authenticator_) { in DeleteCredential()
197 authenticator_->DeleteCredential( in DeleteCredential()
213 if (!authenticator_) { in OnDeleteCredentials()
234 if (!authenticator_) { in DeleteCredentials()
[all …]
H A Dmake_credential_request_handler.cc398 authenticator_ = nullptr; in AuthenticatorRemoved()
538 authenticator_ = authenticator; in CollectPINThenSendRequest()
539 authenticator_->GetPinRetries( in CollectPINThenSendRequest()
561 authenticator_ = authenticator; in SetPINThenSendRequest()
594 if (authenticator_ == nullptr) { in OnHavePIN()
603 authenticator_->GetPINToken( in OnHavePIN()
612 authenticator_->SetPIN( in OnHavePIN()
659 authenticator_->GetPINToken( in OnHaveSetPIN()
724 authenticator_->GetUvToken( in OnUvRetriesResponse()
777 authenticator_ = authenticator; in OnHaveUvToken()
[all …]
H A Dset_pin_request_handler.cc40 if (authenticator_ == nullptr) { in ProvidePIN()
50 authenticator_->SetPIN( in ProvidePIN()
54 authenticator_->ChangePIN( in ProvidePIN()
74 if (authenticator == authenticator_) { in AuthenticatorRemoved()
75 authenticator_ = nullptr; in AuthenticatorRemoved()
88 authenticator_ = authenticator; in OnTouch()
90 switch (authenticator_->Options()->client_pin_availability) { in OnTouch()
101 authenticator_->GetPinRetries( in OnTouch()
H A Dget_assertion_request_handler.cc376 if (authenticator == authenticator_) { in AuthenticatorRemoved()
377 authenticator_ = nullptr; in AuthenticatorRemoved()
563 authenticator_ = authenticator; in CollectPINThenSendRequest()
564 authenticator_->GetPinRetries( in CollectPINThenSendRequest()
620 if (authenticator_ == nullptr) { in OnHavePIN()
627 authenticator_->GetPINToken( in OnHavePIN()
641 authenticator_->GetPinRetries( in OnHavePINToken()
693 authenticator_->GetUvToken( in OnUvRetriesResponse()
735 authenticator_ = authenticator; in OnHaveUvToken()
750 authenticator_ = authenticator; in OnHaveUvToken()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/login/auth/
H A Dlogin_performer.cc37 if (authenticator_.get()) in ~LoginPerformer()
38 authenticator_->SetConsumer(NULL); in ~LoginPerformer()
186 authenticator_.get(), user_context)); in LoginAsPublicSession()
193 base::BindOnce(&Authenticator::LoginOffTheRecord, authenticator_.get())); in LoginOffTheRecord()
201 base::BindOnce(&Authenticator::LoginAsKioskAccount, authenticator_.get(), in LoginAsKioskAccount()
210 authenticator_.get(), arc_app_account_id)); in LoginAsArcKioskAccount()
218 authenticator_.get(), web_app_account_id)); in LoginAsWebKioskAccount()
224 authenticator_.get(), old_password)); in RecoverEncryptedData()
230 authenticator_.get())); in ResyncEncryptedData()
250 authenticator_.get(), browser_context, user_context_)); in StartLoginCompletion()
[all …]
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/common/libkipiplugins/o2/examples/sialis/
H A Dtwitterapi.cpp9 TwitterApi::TwitterApi(QObject *parent): QObject(parent), authenticator_(0) { in TwitterApi()
22 return authenticator_; in authenticator()
25 authenticator_ = v; in setAuthenticator()
29 if (!authenticator_ || !authenticator_->linked()) { in requestTweets()
34 O1Requestor *requestor = new O1Requestor(manager_, authenticator_, this); in requestTweets()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dplugins/webservices/o2/examples/sialis/
H A Dtwitterapi.cpp9 TwitterApi::TwitterApi(QObject *parent): QObject(parent), authenticator_(0) { in TwitterApi()
22 return authenticator_; in authenticator()
25 authenticator_ = v; in setAuthenticator()
29 if (!authenticator_ || !authenticator_->linked()) { in requestTweets()
34 O1Requestor *requestor = new O1Requestor(manager_, authenticator_, this); in requestTweets()
/dports/graphics/qgis/qgis-3.22.3/external/o2/examples/sialis/
H A Dtwitterapi.cpp9 TwitterApi::TwitterApi(QObject *parent): QObject(parent), authenticator_(0) { in TwitterApi()
22 return authenticator_; in authenticator()
25 authenticator_ = v; in setAuthenticator()
29 if (!authenticator_ || !authenticator_->linked()) { in requestTweets()
34 O1Requestor *requestor = new O1Requestor(manager_, authenticator_, this); in requestTweets()
/dports/graphics/qgis-ltr/qgis-3.16.16/external/o2/examples/sialis/
H A Dtwitterapi.cpp9 TwitterApi::TwitterApi(QObject *parent): QObject(parent), authenticator_(0) { in TwitterApi()
22 return authenticator_; in authenticator()
25 authenticator_ = v; in setAuthenticator()
29 if (!authenticator_ || !authenticator_->linked()) { in requestTweets()
34 O1Requestor *requestor = new O1Requestor(manager_, authenticator_, this); in requestTweets()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/protocol/
H A Djingle_session.cc222 authenticator_ = std::move(authenticator); in StartConnection()
250 authenticator_ = std::move(authenticator); in InitializeIncomingConnection()
283 authenticator_->ProcessMessage( in AcceptIncomingConnection()
302 auth_message = authenticator_->GetNextMessage(); in ContinueAcceptIncomingConnection()
315 if (authenticator_->started()) { in ContinueAcceptIncomingConnection()
591 authenticator_->ProcessMessage( in OnAccept()
615 authenticator_->ProcessMessage( in OnSessionInfo()
736 if (authenticator_->started()) { in ProcessAuthenticationStep()
747 authenticator_->rejection_reason())); in ProcessAuthenticationStep()
752 transport_->Start(authenticator_.get(), in OnAuthenticated()
[all …]
H A Dfake_session.cc37 authenticator_.reset(new FakeAuthenticator(FakeAuthenticator::ACCEPT)); in SimulateConnection()
38 authenticator_->set_auth_key(kTestAuthKey); in SimulateConnection()
39 transport_->Start(authenticator_.get(), in SimulateConnection()
44 peer->authenticator_.reset(new FakeAuthenticator(FakeAuthenticator::ACCEPT)); in SimulateConnection()
45 peer->authenticator_->set_auth_key(kTestAuthKey); in SimulateConnection()
47 peer->authenticator_.get(), in SimulateConnection()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/fido/bio/
H A Denrollment_handler.cc38 authenticator_->BioEnrollFingerprint( in EnrollTemplate()
50 authenticator_->Cancel(); in CancelEnrollment()
58 authenticator_->BioEnrollEnumerate( in EnumerateTemplates()
70 authenticator_->BioEnrollRename( in RenameTemplate()
81 authenticator_->BioEnrollDelete( in DeleteTemplate()
106 authenticator_ = nullptr; in AuthenticatorRemoved()
136 authenticator_ = authenticator; in OnTouch()
138 authenticator_->GetPinRetries(base::BindOnce( in OnTouch()
167 authenticator_->GetPINToken( in OnHavePIN()
182 authenticator_->GetPinRetries( in OnHavePINToken()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/dplugins/webservices/o2/src/
H A Do1requestor.cpp12 authenticator_ = authenticator; in O1Requestor()
43 …oauthParams.append(O0RequestParameter(O2_OAUTH_CONSUMER_KEY, authenticator_->clientId().toLatin1()… in setup()
45 oauthParams.append(O0RequestParameter(O2_OAUTH_TOKEN, authenticator_->token().toLatin1())); in setup()
46 …oauthParams.append(O0RequestParameter(O2_OAUTH_SIGNATURE_METHOD, authenticator_->signatureMethod()… in setup()
51 …oauthParams.append(O0RequestParameter(O2_OAUTH_SIGNATURE, authenticator_->generateSignature(oauthP… in setup()
55 authenticator_->decorateRequest(request, oauthParams); in setup()
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/common/libkipiplugins/o2/src/
H A Do1requestor.cpp12 authenticator_ = authenticator; in O1Requestor()
43 …oauthParams.append(O0RequestParameter(O2_OAUTH_CONSUMER_KEY, authenticator_->clientId().toLatin1()… in setup()
45 oauthParams.append(O0RequestParameter(O2_OAUTH_TOKEN, authenticator_->token().toLatin1())); in setup()
46 …oauthParams.append(O0RequestParameter(O2_OAUTH_SIGNATURE_METHOD, authenticator_->signatureMethod()… in setup()
51 …oauthParams.append(O0RequestParameter(O2_OAUTH_SIGNATURE, authenticator_->generateSignature(oauthP… in setup()
55 authenticator_->decorateRequest(request, oauthParams); in setup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/fido/bio/
H A Denrollment_handler.cc42 std::make_unique<BioEnroller>(this, authenticator_, *pin_token_response_); in EnrollTemplate()
57 authenticator_->BioEnrollEnumerate( in EnumerateTemplates()
69 authenticator_->BioEnrollRename( in RenameTemplate()
80 authenticator_->BioEnrollDelete( in DeleteTemplate()
101 if (authenticator_ != authenticator || state_ == State::kFinished) { in AuthenticatorRemoved()
105 authenticator_ = nullptr; in AuthenticatorRemoved()
168 authenticator_ = authenticator; in OnTouch()
170 authenticator_->GetPinRetries(base::BindOnce( in OnTouch()
199 authenticator_->GetPINToken( in OnHavePIN()
216 authenticator_->GetPinRetries( in OnHavePINToken()
H A Denroller.cc17 : delegate_(delegate), authenticator_(authenticator), token_(token) { in BioEnroller()
18 authenticator_->BioEnrollFingerprint( in BioEnroller()
31 authenticator_->Cancel(); in Cancel()
58 authenticator_->BioEnrollCancel(base::BindOnce( in OnEnrollResponse()
98 authenticator_->BioEnrollFingerprint( in OnEnrollResponse()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/tomboynotes/o2/
H A Do1requestor.cpp17 authenticator_ = authenticator; in O1Requestor()
54 …oauthParams.append(O0RequestParameter(O2_OAUTH_CONSUMER_KEY, authenticator_->clientId().toLatin1()… in setup()
56 oauthParams.append(O0RequestParameter(O2_OAUTH_TOKEN, authenticator_->token().toLatin1())); in setup()
57 …oauthParams.append(O0RequestParameter(O2_OAUTH_SIGNATURE_METHOD, authenticator_->signatureMethod()… in setup()
62 …oauthParams.append(O0RequestParameter(O2_OAUTH_SIGNATURE, authenticator_->generateSignature(oauthP… in setup()
/dports/graphics/qgis/qgis-3.22.3/external/o2/src/
H A Do1requestor.cpp12 authenticator_ = authenticator; in O1Requestor()
43 …oauthParams.append(O0RequestParameter(O2_OAUTH_CONSUMER_KEY, authenticator_->clientId().toLatin1()… in setup()
45 oauthParams.append(O0RequestParameter(O2_OAUTH_TOKEN, authenticator_->token().toLatin1())); in setup()
46 …oauthParams.append(O0RequestParameter(O2_OAUTH_SIGNATURE_METHOD, authenticator_->signatureMethod()… in setup()
51 …oauthParams.append(O0RequestParameter(O2_OAUTH_SIGNATURE, authenticator_->generateSignature(oauthP… in setup()
/dports/graphics/qgis-ltr/qgis-3.16.16/external/o2/src/
H A Do1requestor.cpp12 authenticator_ = authenticator; in O1Requestor()
43 …oauthParams.append(O0RequestParameter(O2_OAUTH_CONSUMER_KEY, authenticator_->clientId().toLatin1()… in setup()
45 oauthParams.append(O0RequestParameter(O2_OAUTH_TOKEN, authenticator_->token().toLatin1())); in setup()
46 …oauthParams.append(O0RequestParameter(O2_OAUTH_SIGNATURE_METHOD, authenticator_->signatureMethod()… in setup()
51 …oauthParams.append(O0RequestParameter(O2_OAUTH_SIGNATURE, authenticator_->generateSignature(oauthP… in setup()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/fido/cros/
H A Ddiscovery.cc14 authenticator_(std::make_unique<ChromeOSAuthenticator>()), in FidoChromeOSDiscovery()
20 DCHECK(!authenticator_); in Start()
35 observer()->DiscoveryStarted(this, /*success=*/true, {authenticator_.get()}); in AddAuthenticator()

12345