HomeSort by relevance Sort by last modified time
    Searched full:cryptohome (Results 51 - 75 of 164) sorted by null

1 23 4 5 6 7

  /external/chromium_org/chromeos/
chromeos.gyp 67 'cryptohome/async_method_caller.cc',
68 'cryptohome/async_method_caller.h',
69 'cryptohome/cryptohome_parameters.cc',
70 'cryptohome/cryptohome_parameters.h',
71 'cryptohome/cryptohome_util.cc',
72 'cryptohome/cryptohome_util.h',
73 'cryptohome/homedir_methods.cc',
74 'cryptohome/homedir_methods.h',
75 'cryptohome/system_salt_getter.cc',
76 'cryptohome/system_salt_getter.h'
    [all...]
tpm_password_fetcher.h 25 // Class for fetching TPM password from the Cryptohome.
  /external/chromium_org/chromeos/login/
user_names.cc 16 // Should match cros constant in platform/libchromeos/chromeos/cryptohome.h
  /external/chromium_org/chrome/browser/chromeos/drive/
test_util.h 16 #include "third_party/cros_system_api/constants/cryptohome.h"
29 const int64 kLotsOfSpace = cryptohome::kMinFreeSpaceInBytes * 10;
  /external/chromium_org/chromeos/cryptohome/
cryptohome_util.cc 5 #include "chromeos/cryptohome/cryptohome_util.h"
42 // Cryptohome returns 'buf' with a terminating '\0' character.
mock_async_method_caller.h 12 #include "chromeos/cryptohome/async_method_caller.h"
15 namespace cryptohome { namespace
111 } // 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."));
284 // 3. Cryptohome will return the result asynchronously as a signal with
387 } // namespace cryptohome
cryptohome_parameters.cc 5 #include "chromeos/cryptohome/cryptohome_parameters.h"
7 #include "chromeos/dbus/cryptohome/key.pb.h"
9 namespace cryptohome { namespace
184 } // namespace cryptohome
system_salt_getter.h 19 // This class is used to get the system salt from cryptohome and cache it.
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_creation_controller_new.h 31 // 4. Create local cryptohome (errors could arise)
33 // 6. Store cloud token in cryptohome (actually, error could arise).
63 // |avatar_index|. The master key for cryptohome is a |master_key|.
72 // |avatar_index|. The master key for cryptohome is a |master_key|. The user
74 // |encryption_key|/|signature_key| for cryptohome.
124 std::string local_user_id; // Used to identify cryptohome.
supervised_user_creation_controller_new.cc 25 #include "chromeos/cryptohome/cryptohome_parameters.h"
46 // If running on desktop, cryptohome stub does not create home directory.
199 VLOG(1) << " Phase 2 : Create cryptohome";
221 std::vector<cryptohome::KeyDefinition> keys;
225 cryptohome::KeyDefinition master_key(creation_context_->salted_master_key,
227 cryptohome::PRIV_DEFAULT);
269 cryptohome::KeyDefinition password_key(
276 cryptohome::KeyDefinition::AuthorizationData(true /* encrypt */,
282 cryptohome::KeyDefinition::AuthorizationData(false /* encrypt */,
supervised_user_creation_controller.h 69 // |avatar_index|. The master key for cryptohome is a |master_key|.
78 // |avatar_index|. The master key for cryptohome is a |master_key|. The user
80 // |encryption_key|/|signature_key| for cryptohome.
supervised_user_test_base.cc 33 #include "chromeos/cryptohome/mock_async_method_caller.h"
34 #include "chromeos/cryptohome/mock_homedir_methods.h"
180 mock_async_method_caller_ = new cryptohome::MockAsyncMethodCaller;
181 mock_async_method_caller_->SetUp(true, cryptohome::MOUNT_ERROR_NONE);
182 cryptohome::AsyncMethodCaller::InitializeForTesting(
185 mock_homedir_methods_ = new cryptohome::MockHomedirMethods;
186 mock_homedir_methods_->SetUp(true, cryptohome::MOUNT_ERROR_NONE);
187 cryptohome::HomedirMethods::InitializeForTesting(mock_homedir_methods_);
207 cryptohome::AsyncMethodCaller::Shutdown();
208 cryptohome::HomedirMethods::Shutdown()
    [all...]
  /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);
enterprise_platform_keys_private_api_unittest.cc 22 #include "chromeos/cryptohome/async_method_caller.h"
23 #include "chromeos/cryptohome/mock_async_method_caller.h"
72 const cryptohome::AsyncMethodCaller::Callback& callback) {
75 base::Bind(callback, true, cryptohome::MOUNT_ERROR_NONE));
82 const cryptohome::AsyncMethodCaller::Callback& callback) {
85 base::Bind(callback, false, cryptohome::MOUNT_ERROR_NONE));
96 const cryptohome::AsyncMethodCaller::DataCallback& callback) {
110 const cryptohome::AsyncMethodCaller::DataCallback& callback) {
197 NiceMock<cryptohome::MockAsyncMethodCaller> mock_async_method_caller_;
  /external/chromium_org/chrome/browser/supervised_user/chromeos/
manager_password_service.cc 162 cryptohome::KeyDefinition new_key_definition(
165 cryptohome::PRIV_AUTHORIZED_UPDATE || cryptohome::PRIV_MOUNT);
168 cryptohome::KeyDefinition::AuthorizationData(true /* encrypt */,
172 cryptohome::KeyDefinition::AuthorizationData(false /* encrypt */,
230 cryptohome::KeyDefinition new_master_key(key->GetSecret(),
232 cryptohome::PRIV_DEFAULT);
  /external/chromium_org/chrome/browser/chromeos/policy/
consumer_management_service_unittest.cc 37 #include "chromeos/dbus/cryptohome/rpc.pb.h"
112 const cryptohome::GetBootAttributeRequest& request,
119 const cryptohome::SetBootAttributeRequest& request,
126 const cryptohome::FlushAndSignBootAttributesRequest& request,
149 cryptohome::BaseReply cryptohome_reply_;
150 cryptohome::GetBootAttributeRequest get_boot_attribute_request_;
151 cryptohome::SetBootAttributeRequest set_boot_attribute_request_;
180 cryptohome_reply_.MutableExtension(cryptohome::GetBootAttributeReply::reply)->
193 cryptohome_reply_.MutableExtension(cryptohome::GetBootAttributeReply::reply)->
enterprise_install_attributes_unittest.cc 16 #include "chromeos/cryptohome/cryptohome_util.h"
65 cryptohome::SerializedInstallAttributes* install_attrs_proto,
68 cryptohome::SerializedInstallAttributes::Attribute* attribute;
236 cryptohome::SerializedInstallAttributes install_attrs_proto;
252 cryptohome::SerializedInstallAttributes install_attrs_proto;
consumer_management_service.h 30 namespace cryptohome { namespace
177 const cryptohome::BaseReply& reply);
182 const cryptohome::BaseReply& reply);
188 const cryptohome::BaseReply& reply);
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_profile_loader.cc 18 #include "chromeos/cryptohome/async_method_caller.h"
52 // KioskProfileLoader::CryptohomedChecker ensures cryptohome daemon is up
94 LOG(ERROR) << "Cryptohome is mounted before launching kiosk app.";
96 // Proceed only when cryptohome is not mounded or running on dev box.
156 // which rely on the username sent to cryptohome to be $guest. Back in Chrome
  /external/chromium_org/chromeos/login/auth/
authenticator.h 63 // guest mount. If this is false, we use mount a public cryptohome.
78 // mount his cryptohome, we expect that a password change has
86 // and create a new cryptohome.
  /external/chromium_org/chromeos/attestation/
attestation_flow.h 19 namespace cryptohome { namespace
23 } // namespace cryptohome
58 AttestationFlow(cryptohome::AsyncMethodCaller* async_caller,
134 // not_used - An artifact of the cryptohome D-Bus interface; ignored.
138 cryptohome::MountError not_used);
205 cryptohome::AsyncMethodCaller* async_caller_;
  /external/chromium_org/chrome/browser/chromeos/settings/
token_encryptor.h 36 // TokenEncryptor based on the system salt from cryptohome daemon. This
64 // from cryptohome daemon.
device_oauth2_token_service_factory.cc 10 #include "chromeos/cryptohome/system_salt_getter.h"
  /external/chromium_org/sync/protocol/
managed_user_specifics.proto 26 // Master key for managed user cryptohome.

Completed in 522 milliseconds

1 23 4 5 6 7