OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cryptohome
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/chromeos/cryptohome/
mock_async_method_caller.h
12
#include "chromeos/
cryptohome
/async_method_caller.h"
15
namespace
cryptohome
{
namespace
107
} // namespace
cryptohome
async_method_caller.h
17
namespace
cryptohome
{
namespace
19
// Note: This file is placed in ::
cryptohome
instead of ::chromeos::
cryptohome
20
// since there is already a namespace ::
cryptohome
which holds the error code
21
// enum (MountError) and referencing ::chromeos::
cryptohome
and ::
cryptohome
28
CREATE_IF_MISSING = 1, // Create a
cryptohome
if it does not exist yet.
32
// This class manages calls to
Cryptohome
service's 'async' methods.
43
// Asks cryptohomed to asynchronously try to find the
cryptohome
for
50
// Asks cryptohomed to asynchronously try to find the
cryptohome
fo
[
all
...]
mock_async_method_caller.cc
5
#include "chromeos/
cryptohome
/mock_async_method_caller.h"
11
namespace
cryptohome
{
namespace
21
: success_(false), return_code_(
cryptohome
::MOUNT_ERROR_NONE) {
105
} // namespace
cryptohome
async_method_caller.cc
5
#include "chromeos/
cryptohome
/async_method_caller.h"
16
namespace
cryptohome
{
namespace
70
"Couldn't initiate async mount of
cryptohome
."));
91
"Couldn't initiate async mount of
cryptohome
."));
102
"Couldn't initiate async mount public of
cryptohome
."));
112
"Couldn't initiate async removal of
cryptohome
."));
279
// 3.
Cryptohome
will return the result asynchronously as a signal with
382
} // namespace
cryptohome
/external/chromium_org/chromeos/attestation/
attestation_flow.h
19
namespace
cryptohome
{
namespace
23
} // namespace
cryptohome
57
AttestationFlow(
cryptohome
::AsyncMethodCaller* async_caller,
133
// not_used - An artifact of the
cryptohome
D-Bus interface; ignored.
137
cryptohome
::MountError not_used);
204
cryptohome
::AsyncMethodCaller* async_caller_;
/external/chromium_org/chrome/test/functional/
chromeos_volume.py
16
from autotest.cros import
cryptohome
namespace
30
cryptohome
.remove_all_vaults()
chromeos_accessibility.py
17
from autotest.cros import
cryptohome
namespace
34
cryptohome
.remove_all_vaults()
/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
...]
eula_view.cc
229
chromeos::CryptohomeLibrary*
cryptohome
=
local
233
if (password_->empty() &&
cryptohome
->TpmIsReady()) {
234
password_acquired =
cryptohome
->TpmGetPassword(password_);
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();
/external/chromium_org/chrome/test/pyautolib/chromeos/
suid_actions.py
24
from autotest.cros import
cryptohome
namespace
85
"""Remove any existing
cryptohome
vaults."""
86
cryptohome
.remove_all_vaults()
/external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_flow.h
25
namespace
cryptohome
{
namespace
120
cryptohome
::AsyncMethodCaller* async_caller,
284
cryptohome
::AsyncMethodCaller* async_caller_;
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
enterprise_platform_keys_private_api.h
27
namespace
cryptohome
{
namespace
62
cryptohome
::AsyncMethodCaller* async_caller,
103
cryptohome
::AsyncMethodCaller* async_caller_;
156
cryptohome
::AsyncMethodCaller* async_caller,
191
cryptohome
::AsyncMethodCaller* async_caller,
217
cryptohome
::MountError return_code);
/external/chromium/chrome/browser/ui/webui/options/
certificate_manager_handler.cc
978
chromeos::CryptohomeLibrary*
cryptohome
=
local
[
all
...]
Completed in 1605 milliseconds