Searched refs:GetKeyDataEx (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chromeos/cryptohome/
H A Dhomedir_methods_unittest.cc116 // 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(
H A Dhomedir_methods.h40 virtual void GetKeyDataEx(const Identification& id,
H A Dmock_homedir_methods.cc26 ON_CALL(*this, GetKeyDataEx(_, _, _)).WillByDefault(
H A Dmock_homedir_methods.h24 MOCK_METHOD3(GetKeyDataEx,
H A Dhomedir_methods.cc179 virtual void GetKeyDataEx(const Identification& id,
189 DBusThreadManager::Get()->GetCryptohomeClient()->GetKeyDataEx(
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_get_keys_operation.cc38 cryptohome::HomedirMethods::GetInstance()->GetKeyDataEx(
/external/chromium_org/chromeos/dbus/
H A Dmock_cryptohome_client.h168 MOCK_METHOD4(GetKeyDataEx,
H A Dcryptohome_client.h458 // Asynchronously calls the GetKeyDataEx method. |callback| will be invoked
460 // GetKeyDataEx returns information about the key specified in |request|. At
463 virtual void GetKeyDataEx(
H A Dfake_cryptohome_client.h163 virtual void GetKeyDataEx(
H A Dfake_cryptohome_client.cc463 void FakeCryptohomeClient::GetKeyDataEx( function in class:chromeos::FakeCryptohomeClient
H A Dcryptohome_client.cc708 virtual void GetKeyDataEx(
/external/chromium_org/chromeos/login/auth/
H A Dcryptohome_authenticator.cc172 // 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(
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dcryptohome_authenticator_unittest.cc278 EXPECT_CALL(*mock_homedir_methods_, GetKeyDataEx(

Completed in 292 milliseconds