Searched defs:cryptohome_client_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dattestation_policy_observer.h93 CryptohomeClient* cryptohome_client_; member in class:chromeos::attestation::AttestationPolicyObserver
H A Dplatform_verification_flow.h268 CryptohomeClient* cryptohome_client_; member in class:chromeos::attestation::PlatformVerificationFlow
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(_, _, _, _))
/external/chromium_org/chromeos/attestation/
H A Dattestation_flow.h206 CryptohomeClient* cryptohome_client_; member in class:chromeos::attestation::AttestationFlow
/external/chromium_org/chrome/browser/chromeos/policy/
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 Denterprise_install_attributes.h133 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::__anon3337::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...]
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
H A Denterprise_platform_keys_private_api.h102 chromeos::CryptohomeClient* cryptohome_client_; member in class:extensions::EPKPChallengeKeyBase
/external/chromium_org/chromeos/dbus/
H A Dfake_dbus_thread_manager.h144 scoped_ptr<CryptohomeClient> cryptohome_client_; member in class:chromeos::FakeDBusThreadManager
H A Ddbus_thread_manager.cc83 cryptohome_client_.reset(CryptohomeClient::Create());
146 return cryptohome_client_.get();
228 scoped_ptr<CryptohomeClient> cryptohome_client_; member in class:chromeos::DBusClientBundle

Completed in 268 milliseconds