Home
last modified time | relevance | path

Searched refs:attestation_flow_ (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/attestation/
H A Denrollment_certificate_uploader_impl_unittest.cc83 EXPECT_CALL(attestation_flow_, GetCertificate(_, _, _, _, _, _)) in SetupMocks()
89 &attestation_flow_); in Run()
103 StrictMock<MockAttestationFlow> attestation_flow_; member in chromeos::attestation::EnrollmentCertificateUploaderTest
113 EXPECT_CALL(attestation_flow_, GetCertificate(_, _, _, _, _, _)) in TEST_F()
119 EXPECT_CALL(attestation_flow_, GetCertificate(_, _, _, _, _, _)) in TEST_F()
H A Dmachine_certificate_uploader_impl_unittest.cc176 EXPECT_CALL(attestation_flow_, GetCertificate(_, _, _, _, _, _)); in SetupMocks()
182 &attestation_flow_); in RunUploader()
203 StrictMock<MockableFakeAttestationFlow> attestation_flow_; member in chromeos::attestation::MachineCertificateUploaderTestBase
220 EXPECT_CALL(attestation_flow_, GetCertificate(_, _, _, _, _, _)) in TEST_P()
226 EXPECT_CALL(attestation_flow_, GetCertificate(_, _, _, _, _, _)) in TEST_P()
245 MachineCertificateUploaderImpl uploader(&policy_client_, &attestation_flow_); in TEST_P()
274 EXPECT_CALL(attestation_flow_, GetCertificate(_, _, _, _, _, _)) in TEST_P()
278 MachineCertificateUploaderImpl uploader(&policy_client_, &attestation_flow_); in TEST_P()
H A Denrollment_certificate_uploader_impl.cc58 attestation_flow_(attestation_flow), in EnrollmentCertificateUploaderImpl()
88 if (!attestation_flow_) { in Start()
93 attestation_flow_ = default_attestation_flow_.get(); in Start()
106 attestation_flow_->GetCertificate( in GetCertificate()
H A Dmachine_certificate_uploader_impl.cc70 attestation_flow_(nullptr), in MachineCertificateUploaderImpl()
81 attestation_flow_(attestation_flow), in MachineCertificateUploaderImpl()
116 if (!attestation_flow_) { in Start()
121 attestation_flow_ = default_attestation_flow_.get(); in Start()
141 attestation_flow_->GetCertificate( in GetNewCertificate()
H A Dplatform_verification_flow.cc137 : attestation_flow_(NULL), in PlatformVerificationFlow()
145 attestation_flow_ = default_attestation_flow_.get(); in PlatformVerificationFlow()
154 : attestation_flow_(attestation_flow), in PlatformVerificationFlow()
263 attestation_flow_->GetCertificate(PROFILE_CONTENT_PROTECTION_CERTIFICATE, in GetCertificate()
344 attestation_flow_->GetCertificate( in OnChallengeReady()
H A Denrollment_certificate_uploader_impl.h77 AttestationFlow* attestation_flow_; variable
H A Dmachine_certificate_uploader_impl.h103 AttestationFlow* attestation_flow_ = nullptr; variable
H A Dtpm_challenge_key_subtle.cc129 attestation_flow_(default_attestation_flow_.get()) { in TpmChallengeKeySubtleImpl()
142 : attestation_flow_(attestation_flow_for_testing), in TpmChallengeKeySubtleImpl()
504 attestation_flow_->GetCertificate( in AskForUserConsentCallback()
H A Dplatform_verification_flow.h237 AttestationFlow* attestation_flow_; variable
H A Dtpm_challenge_key_subtle.h221 AttestationFlow* attestation_flow_ = nullptr; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_initializer.cc77 attestation_flow_(std::move(attestation_flow)), in DeviceCloudPolicyInitializer()
93 attestation_flow_ = std::move(attestation_flow); in SetAttestationFlowForTesting()
134 attestation_flow_.get(), CreateClient(device_management_service), in PrepareEnrollment()
H A Denrollment_handler_chromeos.cc185 attestation_flow_(attestation_flow), in EnrollmentHandlerChromeOS()
208 attestation_flow_); in EnrollmentHandlerChromeOS()
422 attestation_flow_->GetCertificate( in StartAttestationBasedEnrollmentFlow()
H A Ddevice_cloud_policy_initializer.h165 std::unique_ptr<chromeos::attestation::AttestationFlow> attestation_flow_; variable
H A Denrollment_handler_chromeos.h217 chromeos::attestation::AttestationFlow* attestation_flow_; variable