Searched defs:FakeEasyUnlockClient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_easy_unlock_client.h15 class CHROMEOS_EXPORT FakeEasyUnlockClient : public EasyUnlockClient { class in namespace:chromeos
22 FakeEasyUnlockClient();
23 virtual ~FakeEasyUnlockClient();
41 DISALLOW_COPY_AND_ASSIGN(FakeEasyUnlockClient);
H A Dfake_easy_unlock_client.cc43 bool FakeEasyUnlockClient::IsEcP256KeyPair(const std::string& private_key,
53 FakeEasyUnlockClient::FakeEasyUnlockClient() : generated_keys_count_(0) {} function in class:chromeos::FakeEasyUnlockClient
55 FakeEasyUnlockClient::~FakeEasyUnlockClient() {}
57 void FakeEasyUnlockClient::Init(dbus::Bus* bus) {}
59 void FakeEasyUnlockClient::GenerateEcP256KeyPair(
72 void FakeEasyUnlockClient::PerformECDHKeyAgreement(
96 void FakeEasyUnlockClient::CreateSecureMessage(
121 void FakeEasyUnlockClient
[all...]

Completed in 1764 milliseconds