OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cryptohome
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/policy/
enterprise_install_attributes.h
32
explicit EnterpriseInstallAttributes(chromeos::CryptohomeLibrary*
cryptohome
);
52
// up-to-date with what
cryptohome
has.
enterprise_install_attributes.cc
16
chromeos::CryptohomeLibrary*
cryptohome
)
17
: cryptohome_(
cryptohome
),
/external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_screen.cc
26
chromeos::CryptohomeLibrary*
cryptohome
=
local
28
if (
cryptohome
) {
29
if (
cryptohome
->TpmIsEnabled() &&
30
!
cryptohome
->TpmIsBeingOwned() &&
31
!
cryptohome
->TpmIsOwned()) {
32
cryptohome
->TpmCanAttemptOwnership();
77
chromeos::CryptohomeLibrary*
cryptohome
=
local
79
if (
cryptohome
&&
80
cryptohome
->InstallAttributesIsReady() &&
81
!
cryptohome
->InstallAttributesIsFirstInstall())
[
all
...]
login_utils.cc
309
CryptohomeLibrary*
cryptohome
= CrosLibrary::Get()->GetCryptohomeLibrary();
local
310
if (
cryptohome
->TpmIsEnabled() && !
cryptohome
->TpmIsBeingOwned()) {
311
if (
cryptohome
->TpmIsOwned()) {
312
cryptohome
->TpmClearStoredPassword();
314
cryptohome
->TpmCanAttemptOwnership();
eula_view.cc
229
chromeos::CryptohomeLibrary*
cryptohome
=
local
233
if (password_->empty() &&
cryptohome
->TpmIsReady()) {
234
password_acquired =
cryptohome
->TpmGetPassword(password_);
/external/chromium/chrome/browser/ui/webui/options/
certificate_manager_handler.cc
978
chromeos::CryptohomeLibrary*
cryptohome
=
local
[
all
...]
Completed in 364 milliseconds