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

  /external/chromium_org/chromeos/cryptohome/
homedir_methods_unittest.cc 116 // Verifies that the result of a GetKeyDataEx() call is correctly parsed.
117 TEST_F(HomedirMethodsTest, GetKeyDataEx) {
125 GetKeyDataEx(EqualsProto(expected_id),
152 // Call GetKeyDataEx().
153 HomedirMethods::GetInstance()->GetKeyDataEx(
homedir_methods.h 40 virtual void GetKeyDataEx(const Identification& id,
mock_homedir_methods.cc 26 ON_CALL(*this, GetKeyDataEx(_, _, _)).WillByDefault(
mock_homedir_methods.h 24 MOCK_METHOD3(GetKeyDataEx,
homedir_methods.cc 179 virtual void GetKeyDataEx(const Identification& id,
189 DBusThreadManager::Get()->GetCryptohomeClient()->GetKeyDataEx(
  /external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
easy_unlock_get_keys_operation.cc 38 cryptohome::HomedirMethods::GetInstance()->GetKeyDataEx(
  /external/chromium_org/chromeos/dbus/
mock_cryptohome_client.h 168 MOCK_METHOD4(GetKeyDataEx,
cryptohome_client.h 458 // Asynchronously calls the GetKeyDataEx method. |callback| will be invoked
460 // GetKeyDataEx returns information about the key specified in |request|. At
463 virtual void GetKeyDataEx(
fake_cryptohome_client.h 163 virtual void GetKeyDataEx(
fake_cryptohome_client.cc 463 void FakeCryptohomeClient::GetKeyDataEx(
cryptohome_client.cc 708 virtual void GetKeyDataEx(
    [all...]
  /external/chromium_org/chromeos/login/auth/
cryptohome_authenticator.cc 172 // Callback invoked when cryptohome's GetKeyDataEx() method has finished.
173 // * If GetKeyDataEx() returned metadata indicating the hashing algorithm and
232 LOG(ERROR) << "GetKeyDataEx() returned " << key_definitions.size()
248 // passed to MountEx(). In that case, cryptohome's GetKeyDataEx() method is
265 cryptohome::HomedirMethods::GetInstance()->GetKeyDataEx(
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/auth/
cryptohome_authenticator_unittest.cc 278 EXPECT_CALL(*mock_homedir_methods_, GetKeyDataEx(
    [all...]

Completed in 285 milliseconds