Home
last modified time | relevance | path

Searched refs:CryptohomeClient (Results 1 – 25 of 43) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/login/
Dcrash_restore_browsertest.cc44 CryptohomeClient::GetStubSanitizedUsername(kUserId1)); in SetUpCommandLine()
63 EXPECT_EQ(CryptohomeClient::GetStubSanitizedUsername(kUserId1), in IN_PROC_BROWSER_TEST_F()
136 EXPECT_EQ(CryptohomeClient::GetStubSanitizedUsername(kUserId3), in IN_PROC_BROWSER_TEST_F()
143 EXPECT_EQ(CryptohomeClient::GetStubSanitizedUsername(kUserId3), in IN_PROC_BROWSER_TEST_F()
146 EXPECT_EQ(CryptohomeClient::GetStubSanitizedUsername(kUserId2), in IN_PROC_BROWSER_TEST_F()
149 EXPECT_EQ(CryptohomeClient::GetStubSanitizedUsername(kUserId1), in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
Denterprise_platform_keys_private_api.h24 class CryptohomeClient; variable
61 chromeos::CryptohomeClient* cryptohome_client,
102 chromeos::CryptohomeClient* cryptohome_client_;
155 chromeos::CryptohomeClient* cryptohome_client,
190 chromeos::CryptohomeClient* cryptohome_client,
Denterprise_platform_keys_private_api.cc89 chromeos::CryptohomeClient* cryptohome_client, in EPKPChallengeKeyBase()
279 chromeos::CryptohomeClient* cryptohome_client, in EPKPChallengeMachineKey()
396 chromeos::CryptohomeClient* cryptohome_client, in EPKPChallengeUserKey()
/external/chromium_org/chrome/browser/chromeos/attestation/
Dattestation_policy_observer.h23 class CryptohomeClient; variable
43 CryptohomeClient* cryptohome_client,
93 CryptohomeClient* cryptohome_client_;
Dplatform_verification_flow.h39 class CryptohomeClient; variable
141 CryptohomeClient* cryptohome_client,
270 CryptohomeClient* cryptohome_client_;
Dattestation_policy_observer_unittest.cc67 void operator() (const CryptohomeClient::DataMethodCallback& callback) { in operator ()()
/external/chromium_org/chrome/browser/chromeos/policy/
Duser_cloud_policy_store_chromeos.h26 class CryptohomeClient; variable
44 chromeos::CryptohomeClient* cryptohome_client,
126 chromeos::CryptohomeClient* cryptohome_client_;
Dconsumer_management_service.h27 class CryptohomeClient; variable
117 chromeos::CryptohomeClient* client,
223 chromeos::CryptohomeClient* client_;
Denterprise_install_attributes.h44 chromeos::CryptohomeClient* cryptohome_client);
153 chromeos::CryptohomeClient* cryptohome_client_;
Dconsumer_management_service_unittest.cc113 const chromeos::CryptohomeClient::ProtobufMethodCallback& callback) { in MockGetBootAttribute()
120 const chromeos::CryptohomeClient::ProtobufMethodCallback& callback) { in MockSetBootAttribute()
127 const chromeos::CryptohomeClient::ProtobufMethodCallback& callback) { in MockFlushAndSignBootAttributes()
Dbrowser_policy_connector_chromeos.cc109 chromeos::CryptohomeClient* cryptohome_client = in BrowserPolicyConnectorChromeOS()
155 chromeos::CryptohomeClient* cryptohome_client = in Init()
Ddevice_cloud_policy_store_chromeos_unittest.cc58 scoped_ptr<chromeos::CryptohomeClient>(fake_cryptohome_client_)); in SetUp()
/external/chromium_org/chromeos/attestation/
Dattestation_flow.h27 class CryptohomeClient; variable
59 CryptohomeClient* cryptohome_client,
206 CryptohomeClient* cryptohome_client_;
Dattestation_flow.cc86 CryptohomeClient* cryptohome_client, in AttestationFlow()
/external/chromium_org/chromeos/dbus/
Dcryptohome_client.h40 class CHROMEOS_EXPORT CryptohomeClient : public DBusClient {
85 virtual ~CryptohomeClient();
89 static CryptohomeClient* Create();
543 CryptohomeClient();
546 DISALLOW_COPY_AND_ASSIGN(CryptohomeClient);
Ddbus_client_bundle.h24 class CryptohomeClient; variable
141 CryptohomeClient* cryptohome_client() { in cryptohome_client()
256 scoped_ptr<CryptohomeClient> cryptohome_client_;
Ddbus_thread_manager.h37 class CryptohomeClient; variable
127 CryptohomeClient* GetCryptohomeClient();
213 void SetCryptohomeClient(scoped_ptr<CryptohomeClient> client);
Dcryptohome_client.cc35 class CryptohomeClientImpl : public CryptohomeClient {
1140 CryptohomeClient::CryptohomeClient() {} in CryptohomeClient() function in chromeos::CryptohomeClient
1142 CryptohomeClient::~CryptohomeClient() {} in ~CryptohomeClient()
1145 CryptohomeClient* CryptohomeClient::Create() { in Create()
1150 std::string CryptohomeClient::GetStubSanitizedUsername( in GetStubSanitizedUsername()
Dfake_session_manager_client.cc53 CryptohomeClient::GetStubSanitizedUsername(user_email); in StartSession()
Ddbus_thread_manager.cc168 CryptohomeClient* DBusThreadManager::GetCryptohomeClient() { in GetCryptohomeClient()
494 scoped_ptr<CryptohomeClient> client) { in SetCryptohomeClient()
Ddbus_client_bundle.cc165 cryptohome_client_.reset(CryptohomeClient::Create()); in DBusClientBundle()
/external/chromium_org/chromeos/cryptohome/
Dhomedir_methods_unittest.cc56 const chromeos::CryptohomeClient::ProtobufMethodCallback& callback);
91 cryptohome_client.PassAs<chromeos::CryptohomeClient>()); in SetUp()
101 const chromeos::CryptohomeClient::ProtobufMethodCallback& callback) { in RunProtobufMethodCallback()
Dsystem_salt_getter_unittest.cc30 scoped_ptr<CryptohomeClient>(fake_cryptohome_client_)); in SetUp()
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dcryptohome_web_ui_handler.cc31 CryptohomeClient* cryptohome_client = in OnPageLoaded()
/external/chromium_org/chrome/browser/extensions/api/networking_private/
Dnetworking_private_apitest.cc57 using chromeos::CryptohomeClient;
185 CryptohomeClient::GetStubSanitizedUsername(login_user); in SetUpCommandLine()

12