Searched refs:cryptohome_client_ (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dattestation_policy_observer.cc97 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(
H A Dattestation_policy_observer_unittest.cc113 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(_, _, _, _))
H A Dattestation_policy_observer.h93 CryptohomeClient* cryptohome_client_; member in class:chromeos::attestation::AttestationPolicyObserver
H A Dplatform_verification_flow.cc127 cryptohome_client_(DBusThreadManager::Get()->GetCryptohomeClient()),
134 cryptohome_client_,
148 cryptohome_client_(cryptohome_client),
189 cryptohome_client_->TpmAttestationIsEnrolled(dbus_callback);
H A Dplatform_verification_flow.h270 CryptohomeClient* cryptohome_client_; member in class:chromeos::attestation::PlatformVerificationFlow
/external/chromium_org/chromeos/cryptohome/
H A Dhomedir_methods_unittest.cc64 chromeos::MockCryptohomeClient* cryptohome_client_; member in class:cryptohome::HomedirMethodsTest
66 // The reply that |cryptohome_client_| will make.
78 HomedirMethodsTest::HomedirMethodsTest() : cryptohome_client_(NULL),
89 cryptohome_client_ = cryptohome_client.get();
124 EXPECT_CALL(*cryptohome_client_,
134 // Set up the reply that |cryptohome_client_| will make.
/external/chromium_org/chromeos/attestation/
H A Dattestation_flow.cc89 cryptohome_client_(cryptohome_client),
118 cryptohome_client_->TpmAttestationIsEnrolled(base::Bind(
235 cryptohome_client_->TpmAttestationDoesKeyExist(
298 cryptohome_client_->TpmAttestationGetCertificate(
H A Dattestation_flow.h206 CryptohomeClient* cryptohome_client_; member in class:chromeos::attestation::AttestationFlow
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denterprise_install_attributes.cc60 cryptohome_client_(cryptohome_client),
108 cryptohome_client_->InstallAttributesIsReady(
169 cryptohome_client_->InstallAttributesIsReady(
194 cryptohome_client_->CallTpmClearStoredPasswordAndBlock();
H A Denterprise_install_attributes.h153 chromeos::CryptohomeClient* cryptohome_client_; member in class:policy::EnterpriseInstallAttributes
H A Duser_cloud_policy_store_chromeos_unittest.cc58 EXPECT_CALL(cryptohome_client_,
66 store_.reset(new UserCloudPolicyStoreChromeOS(&cryptohome_client_,
224 chromeos::MockCryptohomeClient cryptohome_client_; member in class:policy::__anon3439::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...]
H A Duser_cloud_policy_store_chromeos.h118 // Callback for getting the sanitized username from |cryptohome_client_|.
126 chromeos::CryptohomeClient* cryptohome_client_; member in class:policy::UserCloudPolicyStoreChromeOS
H A Duser_cloud_policy_store_chromeos.cc185 cryptohome_client_(cryptohome_client),
247 cryptohome_client_->BlockingGetSanitizedUsername(username_);
533 cryptohome_client_->GetSanitizedUsername(username_,
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
H A Denterprise_platform_keys_private_api.cc74 : 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(
H A Denterprise_platform_keys_private_api.h102 chromeos::CryptohomeClient* cryptohome_client_; member in class:extensions::EPKPChallengeKeyBase
/external/chromium_org/chromeos/dbus/
H A Ddbus_client_bundle.cc165 cryptohome_client_.reset(CryptohomeClient::Create());
167 cryptohome_client_.reset(new FakeCryptohomeClient);
H A Ddbus_client_bundle.h142 return cryptohome_client_.get();
256 scoped_ptr<CryptohomeClient> cryptohome_client_; member in class:chromeos::DBusClientBundle
H A Ddbus_thread_manager.cc495 DBusThreadManager::Get()->client_bundle_->cryptohome_client_ = client.Pass();

Completed in 1224 milliseconds