HomeSort by relevance Sort by last modified time
    Searched refs:attestation_flow_ (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_policy_observer.cc 98 attestation_flow_(NULL),
117 attestation_flow_(attestation_flow),
155 if (!attestation_flow_) {
161 attestation_flow_ = default_attestation_flow_.get();
185 attestation_flow_->GetCertificate(
attestation_policy_observer.h 94 AttestationFlow* attestation_flow_; member in class:chromeos::attestation::AttestationPolicyObserver
attestation_policy_observer_unittest.cc 149 EXPECT_CALL(attestation_flow_, GetCertificate(_, _, _, _, _))
157 &attestation_flow_);
177 StrictMock<MockAttestationFlow> attestation_flow_; member in class:chromeos::attestation::AttestationPolicyObserverTest
platform_verification_flow.cc 96 : attestation_flow_(NULL),
110 attestation_flow_ = default_attestation_flow_.get();
121 : attestation_flow_(attestation_flow),
256 attestation_flow_->GetCertificate(
platform_verification_flow.h 282 AttestationFlow* attestation_flow_; member in class:chromeos::attestation::PlatformVerificationFlow
  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
enterprise_platform_keys_private_api.cc 84 attestation_flow_ = default_attestation_flow_.get();
94 attestation_flow_(attestation_flow),
244 attestation_flow_->GetCertificate(
enterprise_platform_keys_private_api.h 104 chromeos::attestation::AttestationFlow* attestation_flow_; member in class:extensions::EPKPChallengeKeyBase

Completed in 554 milliseconds