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

  /external/chromium_org/chromeos/attestation/
attestation_constants.cc 5 #include "chromeos/attestation/attestation_constants.h"
8 namespace attestation { namespace in namespace:chromeos
13 } // namespace attestation
attestation_constants.h 11 namespace attestation { namespace in namespace:chromeos
13 // Options available for customizing an attestation certificate.
24 // Key types supported by the Chrome OS attestation subsystem.
34 // Options available for customizing an attestation challenge response.
42 // Available attestation certificate profiles.
61 } // namespace attestation
attestation_flow.h 14 #include "chromeos/attestation/attestation_constants.h"
29 namespace attestation { namespace in namespace:chromeos
43 // Implements the message flow for Chrome OS attestation tasks. Generally this
44 // consists of coordinating messages between the Chrome OS attestation service
62 // Gets an attestation certificate for a hardware-protected key. If a key for
82 // Asynchronously initiates the attestation enrollment flow.
90 // Called when the attestation daemon has finished creating an enrollment
105 // is asynchronously forwarded as-is to the attestation daemon in order to
118 // Called when the attestation daemon completes an enrollment operation. If
131 // Asynchronously initiates the certificate request flow. Attestation
    [all...]
mock_attestation_flow.h 8 #include "chromeos/attestation/attestation_flow.h"
15 namespace attestation { namespace in namespace:chromeos
73 } // namespace attestation
mock_attestation_flow.cc 5 #include "chromeos/attestation/mock_attestation_flow.h"
14 namespace attestation { namespace in namespace:chromeos
51 } // namespace attestation
attestation_flow.cc 5 #include "chromeos/attestation/attestation_flow.h"
12 namespace attestation { namespace in namespace:chromeos
31 LOG(ERROR) << "Attestation: Failed to query enrollment state.";
47 LOG(ERROR) << "Attestation: DBus data operation failed.";
132 // Get the attestation service to create a Privacy CA enrollment request.
145 LOG(ERROR) << "Attestation: Failed to create enroll request.";
166 LOG(ERROR) << "Attestation: Enroll request failed.";
172 // Forward the response to the attestation service to complete enrollment.
186 LOG(ERROR) << "Attestation: Failed to complete enrollment.";
204 // Get the attestation service to create a Privacy CA certificate request
    [all...]
attestation_flow_unittest.cc 8 #include "chromeos/attestation/mock_attestation_flow.h"
21 namespace attestation { namespace in namespace:chromeos
422 } // namespace attestation
  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_ca_client.h 13 #include "chromeos/attestation/attestation_flow.h"
17 namespace attestation { namespace in namespace:chromeos
19 // This class is a ServerProxy implementation for the Chrome OS attestation
20 // flow. It sends all requests to an Attestation CA via HTTPS.
27 // chromeos::attestation::ServerProxy:
51 } // namespace attestation
attestation_policy_observer.h 25 namespace attestation { namespace in namespace:chromeos
29 // A class which observes policy changes and triggers device attestation work if
59 // Checks attestation policy and starts any necessary work.
108 } // namespace attestation
attestation_ca_client.cc 5 #include "chrome/browser/chromeos/attestation/attestation_ca_client.h"
25 namespace attestation { namespace in namespace:chromeos
54 LOG(ERROR) << "Attestation CA request failed, status: "
62 LOG(ERROR) << "Attestation CA sent an error response: "
93 } // namespace attestation
attestation_ca_client_unittest.cc 7 #include "chrome/browser/chromeos/attestation/attestation_ca_client.h"
16 namespace attestation { namespace in namespace:chromeos
128 } // namespace attestation
attestation_policy_observer.cc 5 #include "chrome/browser/chromeos/attestation/attestation_policy_observer.h"
14 #include "chrome/browser/chromeos/attestation/attestation_ca_client.h"
15 #include "chrome/browser/chromeos/attestation/attestation_key_payload.pb.h"
19 #include "chromeos/attestation/attestation_flow.h"
93 namespace attestation { namespace in namespace:chromeos
146 // If attestation is not enabled, there is nothing to do.
311 } // namespace attestation
attestation_policy_observer_unittest.cc 10 #include "chrome/browser/chromeos/attestation/attestation_key_payload.pb.h"
11 #include "chrome/browser/chromeos/attestation/attestation_policy_observer.h"
17 #include "chromeos/attestation/mock_attestation_flow.h"
31 namespace attestation { namespace in namespace:chromeos
306 } // namespace attestation
  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_manager_chromeos.h 21 namespace attestation { namespace in namespace:chromeos
122 scoped_ptr<chromeos::attestation::AttestationPolicyObserver>

Completed in 59 milliseconds