OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCryptohomeClient
(Results
1 - 25
of
27
) sorted by null
1
2
/external/chromium_org/chromeos/cryptohome/
cryptohome_util.cc
16
DBusThreadManager::Get()->
GetCryptohomeClient
()->CallTpmIsEnabledAndBlock(
23
DBusThreadManager::Get()->
GetCryptohomeClient
()->CallTpmIsOwnedAndBlock(
30
DBusThreadManager::Get()->
GetCryptohomeClient
()->
39
DBusThreadManager::Get()->
GetCryptohomeClient
()->
54
DBusThreadManager::Get()->
GetCryptohomeClient
()->
61
DBusThreadManager::Get()->
GetCryptohomeClient
()->
68
DBusThreadManager::Get()->
GetCryptohomeClient
()->
75
DBusThreadManager::Get()->
GetCryptohomeClient
()->
async_method_caller.cc
26
DBusThreadManager::Get()->
GetCryptohomeClient
()->SetAsyncCallStatusHandlers(
34
DBusThreadManager::Get()->
GetCryptohomeClient
()->
41
DBusThreadManager::Get()->
GetCryptohomeClient
()->
53
DBusThreadManager::Get()->
GetCryptohomeClient
()->
65
DBusThreadManager::Get()->
GetCryptohomeClient
()->
77
DBusThreadManager::Get()->
GetCryptohomeClient
()->
86
DBusThreadManager::Get()->
GetCryptohomeClient
()->
97
DBusThreadManager::Get()->
GetCryptohomeClient
()->
107
DBusThreadManager::Get()->
GetCryptohomeClient
()->
118
DBusThreadManager::Get()->
GetCryptohomeClient
()-
[
all
...]
system_salt_getter.cc
36
DBusThreadManager::Get()->
GetCryptohomeClient
()->WaitForServiceToBeAvailable(
50
DBusThreadManager::Get()->
GetCryptohomeClient
()->GetSystemSalt(
homedir_methods.cc
122
DBusThreadManager::Get()->
GetCryptohomeClient
()->CheckKeyEx(
151
DBusThreadManager::Get()->
GetCryptohomeClient
()->MountEx(
174
DBusThreadManager::Get()->
GetCryptohomeClient
()->AddKeyEx(
195
DBusThreadManager::Get()->
GetCryptohomeClient
()->RemoveKeyEx(
218
DBusThreadManager::Get()->
GetCryptohomeClient
()->UpdateKeyEx(
/external/chromium_org/chrome/browser/chromeos/login/auth/
tpm_password_fetcher.cc
35
DBusThreadManager::Get()->
GetCryptohomeClient
()->TpmIsReady(
43
DBusThreadManager::Get()->
GetCryptohomeClient
()->TpmGetPassword(
parallel_authenticator.cc
658
DBusThreadManager::Get()->
GetCryptohomeClient
()->Unmount(&success);
/external/chromium_org/chrome/browser/chromeos/login/screens/
eula_screen.cc
37
DBusThreadManager::Get()->
GetCryptohomeClient
()->TpmCanAttemptOwnership(
/external/chromium_org/chrome/browser/ui/webui/chromeos/
cryptohome_web_ui_handler.cc
32
DBusThreadManager::Get()->
GetCryptohomeClient
();
/external/chromium_org/chromeos/dbus/
dbus_thread_manager.h
141
virtual CryptohomeClient*
GetCryptohomeClient
() = 0;
dbus_thread_manager.cc
358
virtual CryptohomeClient*
GetCryptohomeClient
() OVERRIDE {
581
InitClient(g_dbus_thread_manager->
GetCryptohomeClient
());
fake_dbus_thread_manager.h
101
virtual CryptohomeClient*
GetCryptohomeClient
() OVERRIDE;
fake_dbus_thread_manager.cc
386
CryptohomeClient* FakeDBusThreadManager::
GetCryptohomeClient
() {
/external/chromium_org/chromeos/
tpm_token_loader.cc
181
DBusThreadManager::Get()->
GetCryptohomeClient
()->TpmIsEnabled(
192
DBusThreadManager::Get()->
GetCryptohomeClient
()->Pkcs11IsTpmTokenReady(
200
DBusThreadManager::Get()->
GetCryptohomeClient
()->Pkcs11GetTpmTokenInfo(
/external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_profile_loader.cc
68
chromeos::DBusThreadManager::Get()->
GetCryptohomeClient
()->IsMounted(
/external/chromium_org/chrome/browser/chromeos/attestation/
attestation_policy_observer.cc
153
cryptohome_client_ = DBusThreadManager::Get()->
GetCryptohomeClient
();
platform_verification_flow.cc
126
cryptohome_client_(DBusThreadManager::Get()->
GetCryptohomeClient
()),
/external/chromium_org/chrome/browser/chromeos/policy/
browser_policy_connector_chromeos.cc
104
chromeos::DBusThreadManager::Get()->
GetCryptohomeClient
();
user_cloud_policy_manager_factory_chromeos.cc
169
chromeos::DBusThreadManager::Get()->
GetCryptohomeClient
(),
enterprise_install_attributes_unittest.cc
53
chromeos::DBusThreadManager::Get()->
GetCryptohomeClient
()));
device_cloud_policy_manager_chromeos_unittest.cc
99
chromeos::DBusThreadManager::Get()->
GetCryptohomeClient
()));
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen.cc
40
DBusThreadManager::Get()->
GetCryptohomeClient
()->TpmCanAttemptOwnership(
/external/chromium_org/chrome/browser/chromeos/login/session/
session_manager.cc
442
CryptohomeClient* client = DBusThreadManager::Get()->
GetCryptohomeClient
();
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
enterprise_platform_keys_private_api.cc
75
chromeos::DBusThreadManager::Get()->
GetCryptohomeClient
()),
/external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_apitest.cc
193
DBusThreadManager::Get()->
GetCryptohomeClient
()->GetSanitizedUsername(
/external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc
655
chromeos::DBusThreadManager::Get()->
GetCryptohomeClient
()->
[
all
...]
Completed in 683 milliseconds
1
2