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

  /external/chromium_org/chromeos/dbus/
easy_unlock_client.h 27 class CHROMEOS_EXPORT EasyUnlockClient : public DBusClient {
29 virtual ~EasyUnlockClient();
133 static EasyUnlockClient* Create();
137 EasyUnlockClient();
140 DISALLOW_COPY_AND_ASSIGN(EasyUnlockClient);
easy_unlock_client.cc 38 // The EasyUnlockClient used in production (and returned by
39 // EasyUnlockClient::Create).
40 class EasyUnlockClientImpl : public EasyUnlockClient {
46 // EasyUnlockClient override.
64 // EasyUnlockClient override.
75 // EasyUnlockClient override.
99 // EasyUnlockClient override.
168 EasyUnlockClient::CreateSecureMessageOptions::CreateSecureMessageOptions() {}
170 EasyUnlockClient::CreateSecureMessageOptions::~CreateSecureMessageOptions() {}
172 EasyUnlockClient::UnwrapSecureMessageOptions::UnwrapSecureMessageOptions() {
    [all...]
fake_easy_unlock_client.h 14 // A fake implemetation of EasyUnlockClient.
15 class CHROMEOS_EXPORT FakeEasyUnlockClient : public EasyUnlockClient {
25 // EasyUnlockClient overrides
dbus_client_bundle.h 26 class EasyUnlockClient;
149 EasyUnlockClient* easy_unlock_client() {
258 scoped_ptr<EasyUnlockClient> easy_unlock_client_;
dbus_thread_manager.h 42 class EasyUnlockClient;
129 EasyUnlockClient* GetEasyUnlockClient();
215 void SetEasyUnlockClient(scoped_ptr<EasyUnlockClient> client);
fake_easy_unlock_client_unittest.cc 24 // Callback for |EasyUnlockClient| methods that return a single piece of data.
207 chromeos::EasyUnlockClient::CreateSecureMessageOptions options;
240 chromeos::EasyUnlockClient::UnwrapSecureMessageOptions options;
dbus_thread_manager.cc 176 EasyUnlockClient* DBusThreadManager::GetEasyUnlockClient() {
505 scoped_ptr<EasyUnlockClient> client) {
dbus_client_bundle.cc 175 easy_unlock_client_.reset(EasyUnlockClient::Create());
  /external/chromium_org/chrome/browser/extensions/api/easy_unlock_private/
easy_unlock_private_crypto_delegate_chromeos.cc 67 chromeos::EasyUnlockClient::CreateSecureMessageOptions options;
88 chromeos::EasyUnlockClient::UnwrapSecureMessageOptions options;
101 chromeos::EasyUnlockClient* dbus_client_;
easy_unlock_private_api_chromeos_unittest.cc 35 // |EasyUnlockClient::GenerateEcP256KeyPair| to save the values returned by the
45 // Copies |data_source| to |data_target|. Used as a callback to EasyUnlockClient
98 chromeos::EasyUnlockClient* client_;
169 chromeos::EasyUnlockClient::CreateSecureMessageOptions create_options;
217 chromeos::EasyUnlockClient::CreateSecureMessageOptions create_options;
249 chromeos::EasyUnlockClient::CreateSecureMessageOptions create_options;
290 chromeos::EasyUnlockClient::UnwrapSecureMessageOptions unwrap_options;
330 chromeos::EasyUnlockClient::UnwrapSecureMessageOptions unwrap_options;
362 chromeos::EasyUnlockClient::UnwrapSecureMessageOptions unwrap_options;
  /external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
easy_unlock_create_keys_operation.cc 113 chromeos::EasyUnlockClient* easy_unlock_client_;
183 EasyUnlockClient::CreateSecureMessageOptions options;
200 EasyUnlockClient::UnwrapSecureMessageOptions options;
220 EasyUnlockClient::CreateSecureMessageOptions options;

Completed in 112 milliseconds