Searched defs:cryptohome (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chromeos/cryptohome/
H A Dmock_homedir_methods.h12 #include "chromeos/cryptohome/homedir_methods.h"
15 namespace cryptohome { namespace
66 } // namespace cryptohome
H A Dhomedir_methods.h14 #include "chromeos/cryptohome/cryptohome_parameters.h"
18 namespace cryptohome { namespace
50 // Asks cryptohomed to find the cryptohome for user identified by |id| and
52 // If the |create_keys| are not given and no cryptohome exists for |id|,
78 // |signature| is used by cryptohome to verify the authentity of new key.
110 } // namespace cryptohome
H A Dmock_async_method_caller.h12 #include "chromeos/cryptohome/async_method_caller.h"
15 namespace cryptohome { namespace
111 } // namespace cryptohome
H A Dasync_method_caller.h17 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.
43 // Asks cryptohomed to asynchronously try to find the cryptohome for
50 // Asks cryptohomed to asynchronously try to find the cryptohome for
59 // Asks cryptohomed to asynchronously try to find the cryptohome fo
[all...]
H A Dmock_homedir_methods.cc5 #include "chromeos/cryptohome/mock_homedir_methods.h"
9 #include "chromeos/cryptohome/cryptohome_parameters.h"
10 #include "chromeos/cryptohome/mock_async_method_caller.h"
16 namespace cryptohome { namespace
19 : success_(false), return_code_(cryptohome::MOUNT_ERROR_NONE) {}
53 } // namespace cryptohome
H A Dmock_async_method_caller.cc5 #include "chromeos/cryptohome/mock_async_method_caller.h"
11 namespace cryptohome { namespace
21 : success_(false), return_code_(cryptohome::MOUNT_ERROR_NONE) {
105 } // namespace cryptohome
H A Dasync_method_caller.cc5 #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."));
387 } // namespace cryptohome
H A Dcryptohome_parameters.cc5 #include "chromeos/cryptohome/cryptohome_parameters.h"
7 #include "chromeos/dbus/cryptohome/key.pb.h"
9 namespace cryptohome { namespace
184 } // namespace cryptohome
H A Dcryptohome_parameters.h15 namespace cryptohome { namespace
26 // Identification of the user calling cryptohome method.
35 // Definition of the key (e.g. password) for the cryptohome.
80 // sequence of |bytes|. The metadata is entirely opaque to cryptohome. It is
82 // cryptohome in any way. The metadata can be used to store information such
147 } // namespace cryptohome
H A Dhomedir_methods_unittest.cc5 #include "chromeos/cryptohome/homedir_methods.h"
11 #include "chromeos/dbus/cryptohome/rpc.pb.h"
23 namespace cryptohome { namespace
67 cryptohome::BaseReply cryptohome_reply_;
120 const cryptohome::AuthorizationRequest expected_auth;
121 cryptohome::GetKeyDataRequest expected_request;
135 cryptohome::GetKeyDataReply* reply =
136 cryptohome_reply_.MutableExtension(cryptohome::GetKeyDataReply::reply);
185 } // namespace cryptohome
H A Dhomedir_methods.cc5 #include "chromeos/cryptohome/homedir_methods.h"
9 #include "chromeos/dbus/cryptohome/key.pb.h"
10 #include "chromeos/dbus/cryptohome/rpc.pb.h"
23 namespace cryptohome { namespace
96 cryptohome::AccountIdentifier* id_proto) {
102 cryptohome::AuthorizationRequest* auth_proto) {
182 cryptohome::AccountIdentifier id_proto;
183 cryptohome::AuthorizationRequest kEmptyAuthProto;
184 cryptohome::GetKeyDataRequest request;
201 cryptohome
[all...]
/external/chromium_org/chromeos/attestation/
H A Dattestation_flow.h19 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/chromeos/dbus/
H A Dcryptohome_client.h18 namespace cryptohome { namespace
33 } // namespace cryptohome
83 const cryptohome::BaseReply& reply)> ProtobufMethodCallback;
153 // Calls the AsyncMount method to asynchronously mount the cryptohome for
174 // Calls the AsyncMount method to asynchronously mount the cryptohome for
464 const cryptohome::AccountIdentifier& id,
465 const cryptohome::AuthorizationRequest& auth,
466 const cryptohome::GetKeyDataRequest& request,
473 const cryptohome::AccountIdentifier& id,
474 const cryptohome
[all...]
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dplatform_verification_flow.h25 namespace cryptohome { namespace
140 cryptohome::AsyncMethodCaller* async_caller,
269 cryptohome::AsyncMethodCaller* async_caller_;
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dconsumer_management_service.h30 namespace cryptohome { namespace
177 const cryptohome::BaseReply& reply);
182 const cryptohome::BaseReply& reply);
188 const cryptohome::BaseReply& reply);
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
H A Denterprise_platform_keys_private_api.h27 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);

Completed in 3197 milliseconds