HomeSort by relevance Sort by last modified time
    Searched defs:cryptohome (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chromeos/cryptohome/
mock_homedir_methods.h 12 #include "chromeos/cryptohome/homedir_methods.h"
15 namespace cryptohome { namespace
61 } // namespace cryptohome
homedir_methods.h 13 #include "chromeos/cryptohome/cryptohome_parameters.h"
17 namespace cryptohome { namespace
18 // This class manages calls to Cryptohome service's home directory methods:
37 // Asks cryptohomed to find the cryptohome for user identified by |id| and
39 // If the |create_keys| are not given and no cryptohome exists for |id|,
65 // |signature| is used by cryptohome to verify the authentity of new key.
97 } // namespace cryptohome
mock_homedir_methods.cc 5 #include "chromeos/cryptohome/mock_homedir_methods.h"
7 #include "chromeos/cryptohome/mock_async_method_caller.h"
13 namespace cryptohome { namespace
16 : success_(false), return_code_(cryptohome::MOUNT_ERROR_NONE) {}
44 } // namespace cryptohome
cryptohome_parameters.cc 5 #include "chromeos/cryptohome/cryptohome_parameters.h"
7 namespace cryptohome { namespace
26 } // namespace cryptohome
mock_async_method_caller.h 12 #include "chromeos/cryptohome/async_method_caller.h"
15 namespace cryptohome { namespace
111 } // 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."));
284 // 3. Cryptohome will return the result asynchronously as a signal with
387 } // namespace cryptohome
cryptohome_parameters.h 14 namespace cryptohome { namespace
25 // Identification of the user calling cryptohome method.
31 // Definition of the key (e.g. password) for the cryptohome.
73 } // namespace cryptohome
homedir_methods.cc 5 #include "chromeos/cryptohome/homedir_methods.h"
8 #include "chromeos/dbus/cryptohome/key.pb.h"
9 #include "chromeos/dbus/cryptohome/rpc.pb.h"
15 namespace cryptohome { namespace
58 cryptohome::AccountIdentifier* id_proto) {
64 cryptohome::AuthorizationRequest* auth_proto) {
115 cryptohome::AccountIdentifier id_proto;
116 cryptohome::AuthorizationRequest auth_proto;
117 cryptohome::CheckKeyRequest request;
135 cryptohome::AccountIdentifier id_proto
    [all...]
  /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/chromeos/dbus/
cryptohome_client.h 18 namespace cryptohome { namespace
29 } // namespace cryptohome
33 // CryptohomeClient is used to communicate with the Cryptohome service.
79 const cryptohome::BaseReply& reply)> ProtobufMethodCallback;
92 // Cryptohome service will process the calls in a first-in-first-out manner
149 // Calls the AsyncMount method to asynchronously mount the cryptohome for
170 // Calls the AsyncMount method to asynchronously mount the cryptohome for
458 const cryptohome::AccountIdentifier& id,
459 const cryptohome::AuthorizationRequest& auth,
460 const cryptohome::CheckKeyRequest& request
    [all...]
  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_flow.h 25 namespace cryptohome { namespace
138 cryptohome::AsyncMethodCaller* async_caller,
267 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);

Completed in 371 milliseconds