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

  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_policy_observer.cc 97 cryptohome_client_(NULL),
116 cryptohome_client_(cryptohome_client),
152 if (!cryptohome_client_)
153 cryptohome_client_ = DBusThreadManager::Get()->GetCryptohomeClient();
159 cryptohome_client_,
171 cryptohome_client_->TpmAttestationDoesKeyExist(
200 cryptohome_client_->TpmAttestationGetCertificate(
258 cryptohome_client_->TpmAttestationGetKeyPayload(
287 cryptohome_client_->TpmAttestationSetKeyPayload(
attestation_policy_observer_unittest.cc 113 EXPECT_CALL(cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _, _))
115 EXPECT_CALL(cryptohome_client_, TpmAttestationGetCertificate(_, _, _, _))
118 EXPECT_CALL(cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _, _))
125 EXPECT_CALL(cryptohome_client_, TpmAttestationGetKeyPayload(_, _, _, _))
139 EXPECT_CALL(cryptohome_client_,
155 &cryptohome_client_,
175 StrictMock<MockCryptohomeClient> cryptohome_client_; member in class:chromeos::attestation::AttestationPolicyObserverTest
236 EXPECT_CALL(cryptohome_client_, TpmAttestationDoesKeyExist(_, _, _, _))
attestation_policy_observer.h 93 CryptohomeClient* cryptohome_client_; member in class:chromeos::attestation::AttestationPolicyObserver
platform_verification_flow.cc 126 cryptohome_client_(DBusThreadManager::Get()->GetCryptohomeClient()),
133 cryptohome_client_,
147 cryptohome_client_(cryptohome_client),
188 cryptohome_client_->TpmAttestationIsEnrolled(dbus_callback);
platform_verification_flow.h 268 CryptohomeClient* cryptohome_client_; member in class:chromeos::attestation::PlatformVerificationFlow
  /external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes.h 133 chromeos::CryptohomeClient* cryptohome_client_; member in class:policy::EnterpriseInstallAttributes
enterprise_install_attributes.cc 96 cryptohome_client_(cryptohome_client),
144 cryptohome_client_->InstallAttributesIsReady(
205 cryptohome_client_->InstallAttributesIsReady(
230 cryptohome_client_->CallTpmClearStoredPasswordAndBlock();
user_cloud_policy_store_chromeos_unittest.cc 58 EXPECT_CALL(cryptohome_client_,
66 store_.reset(new UserCloudPolicyStoreChromeOS(&cryptohome_client_,
224 chromeos::MockCryptohomeClient cryptohome_client_; member in class:policy::__anon7957::UserCloudPolicyStoreChromeOSTest
363 Mock::VerifyAndClearExpectations(&cryptohome_client_);
364 EXPECT_CALL(cryptohome_client_,
584 EXPECT_CALL(cryptohome_client_,
595 Mock::VerifyAndClearExpectations(&cryptohome_client_);
642 EXPECT_CALL(cryptohome_client_,
650 Mock::VerifyAndClearExpectations(&cryptohome_client_);
662 EXPECT_CALL(cryptohome_client_,
    [all...]
user_cloud_policy_store_chromeos.h 118 // Callback for getting the sanitized username from |cryptohome_client_|.
126 chromeos::CryptohomeClient* cryptohome_client_; member in class:policy::UserCloudPolicyStoreChromeOS
user_cloud_policy_store_chromeos.cc 185 cryptohome_client_(cryptohome_client),
247 cryptohome_client_->BlockingGetSanitizedUsername(username_);
533 cryptohome_client_->GetSanitizedUsername(username_,
  /external/chromium_org/chromeos/attestation/
attestation_flow.cc 89 cryptohome_client_(cryptohome_client),
118 cryptohome_client_->TpmAttestationIsEnrolled(base::Bind(
235 cryptohome_client_->TpmAttestationDoesKeyExist(
298 cryptohome_client_->TpmAttestationGetCertificate(
attestation_flow.h 206 CryptohomeClient* cryptohome_client_; member in class:chromeos::attestation::AttestationFlow
  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
enterprise_platform_keys_private_api.cc 74 : cryptohome_client_(
84 async_caller_, cryptohome_client_, ca_client.Pass()));
93 cryptohome_client_(cryptohome_client),
179 cryptohome_client_->TpmAttestationIsPrepared(base::Bind(
196 cryptohome_client_->TpmAttestationDoesKeyExist(
enterprise_platform_keys_private_api.h 102 chromeos::CryptohomeClient* cryptohome_client_; member in class:extensions::EPKPChallengeKeyBase
  /external/chromium_org/chromeos/dbus/
dbus_thread_manager.cc 83 cryptohome_client_.reset(CryptohomeClient::Create());
146 return cryptohome_client_.get();
228 scoped_ptr<CryptohomeClient> cryptohome_client_; member in class:chromeos::DBusClientBundle
fake_dbus_thread_manager.cc 200 cryptohome_client_ = client.Pass();
387 return cryptohome_client_.get();
fake_dbus_thread_manager.h 144 scoped_ptr<CryptohomeClient> cryptohome_client_; member in class:chromeos::FakeDBusThreadManager

Completed in 133 milliseconds