OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSystemSalt
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/music_manager_private/
device_id_chromeos.cc
14
chromeos::SystemSaltGetter::Get()->
GetSystemSalt
(callback);
/external/chromium_org/chromeos/cryptohome/
system_salt_getter.h
36
void
GetSystemSalt
(const GetSystemSaltCallback& callback);
43
// Used to implement
GetSystemSalt
().
system_salt_getter.cc
28
void SystemSaltGetter::
GetSystemSalt
(
50
DBusThreadManager::Get()->GetCryptohomeClient()->
GetSystemSalt
(
system_salt_getter_unittest.cc
49
TEST_F(SystemSaltGetterTest,
GetSystemSalt
) {
53
SystemSaltGetter::Get()->
GetSystemSalt
(
/external/chromium/chrome/browser/chromeos/login/
parallel_authenticator_unittest.cc
236
ON_CALL(*mock_library_,
GetSystemSalt
())
238
EXPECT_CALL(*mock_library_,
GetSystemSalt
())
411
EXPECT_CALL(*mock_library_,
GetSystemSalt
())
432
EXPECT_CALL(*mock_library_,
GetSystemSalt
())
544
EXPECT_CALL(*mock_library_,
GetSystemSalt
())
582
EXPECT_CALL(*mock_library_,
GetSystemSalt
())
696
EXPECT_CALL(*mock_library_,
GetSystemSalt
())
714
EXPECT_CALL(*mock_library_,
GetSystemSalt
())
google_authenticator_unittest.cc
179
ON_CALL(*mock_library_,
GetSystemSalt
())
181
EXPECT_CALL(*mock_library_,
GetSystemSalt
())
266
EXPECT_CALL(*mock_library_,
GetSystemSalt
())
291
EXPECT_CALL(*mock_library_,
GetSystemSalt
())
549
EXPECT_CALL(*mock_library_,
GetSystemSalt
())
586
EXPECT_CALL(*mock_library_,
GetSystemSalt
())
627
EXPECT_CALL(*mock_library_,
GetSystemSalt
())
676
EXPECT_CALL(*mock_library_,
GetSystemSalt
())
google_authenticator.cc
395
system_salt_ = CrosLibrary::Get()->GetCryptohomeLibrary()->
GetSystemSalt
();
parallel_authenticator.cc
536
system_salt_ = CrosLibrary::Get()->GetCryptohomeLibrary()->
GetSystemSalt
();
/external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.h
105
virtual CryptohomeBlob
GetSystemSalt
() = 0;
mock_cryptohome_library.h
72
MOCK_METHOD0(
GetSystemSalt
, CryptohomeBlob(void));
cryptohome_library.cc
109
CryptohomeBlob
GetSystemSalt
() {
343
CryptohomeBlob
GetSystemSalt
() {
/external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service_factory.cc
71
SystemSaltGetter::Get()->
GetSystemSalt
(
/external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator.cc
225
SystemSaltGetter::Get()->
GetSystemSalt
(
246
SystemSaltGetter::Get()->
GetSystemSalt
(
268
SystemSaltGetter::Get()->
GetSystemSalt
(
285
SystemSaltGetter::Get()->
GetSystemSalt
(
338
SystemSaltGetter::Get()->
GetSystemSalt
(
436
SystemSaltGetter::Get()->
GetSystemSalt
(
562
SystemSaltGetter::Get()->
GetSystemSalt
(
/external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.cc
111
SystemSaltGetter::Get()->
GetSystemSalt
(
126
SystemSaltGetter::Get()->
GetSystemSalt
(
142
SystemSaltGetter::Get()->
GetSystemSalt
(
/external/chromium_org/chrome/browser/renderer_host/pepper/
device_id_fetcher.cc
47
chromeos::SystemSaltGetter::Get()->
GetSystemSalt
(callback);
/external/chromium_org/chromeos/dbus/
cryptohome_client.h
37
// A callback for
GetSystemSalt
().
111
// Calls
GetSystemSalt
method. |callback| is called after the method call
113
virtual void
GetSystemSalt
(const GetSystemSaltCallback& callback) = 0;
fake_cryptohome_client.h
39
virtual void
GetSystemSalt
(const GetSystemSaltCallback& callback) OVERRIDE;
170
// Sets the system salt which will be returned from
GetSystemSalt
(). By
171
// default,
GetSystemSalt
() returns the value generated by
mock_cryptohome_client.h
40
MOCK_METHOD1(
GetSystemSalt
, void(const GetSystemSaltCallback& callback));
fake_cryptohome_client.cc
83
void FakeCryptohomeClient::
GetSystemSalt
(
cryptohome_client.cc
112
virtual void
GetSystemSalt
(const GetSystemSaltCallback& callback) OVERRIDE {
732
// Handles the result of
GetSystemSalt
().
[
all
...]
Completed in 391 milliseconds