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.h270 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.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...]
/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/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 Ddbus_client_bundle.h142 return cryptohome_client_.get();
256 scoped_ptr<CryptohomeClient> cryptohome_client_; member in class:chromeos::DBusClientBundle

Completed in 4645 milliseconds