Searched defs:attestation (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dfake_certificate.h13 namespace attestation { namespace in namespace:chromeos
23 } // namespace attestation
H A Dattestation_ca_client.h13 #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
27 // chromeos::attestation::ServerProxy:
51 } // namespace attestation
H A Dfake_certificate.cc13 namespace attestation { namespace in namespace:chromeos
73 } // namespace attestation
H A Dplatform_verification_dialog.h11 #include "chrome/browser/chromeos/attestation/platform_verification_flow.h"
20 namespace attestation { namespace in namespace:chromeos
64 } // namespace attestation
H A Dattestation_policy_observer.h25 namespace attestation { namespace in namespace:chromeos
29 // A class which observes policy changes and triggers device attestation work if
54 // Called when the attestation setting changes.
57 // Checks attestation policy and starts any necessary work.
108 } // namespace attestation
H A Dattestation_ca_client.cc5 #include "chrome/browser/chromeos/attestation/attestation_ca_client.h"
25 namespace attestation { namespace in namespace:chromeos
93 } // namespace attestation
H A Dattestation_ca_client_unittest.cc7 #include "chrome/browser/chromeos/attestation/attestation_ca_client.h"
16 namespace attestation { namespace in namespace:chromeos
128 } // namespace attestation
H A Dplatform_verification_dialog.cc5 #include "chrome/browser/chromeos/attestation/platform_verification_dialog.h"
31 namespace attestation { namespace in namespace:chromeos
148 } // namespace attestation
H A Dplatform_verification_flow.h41 namespace attestation { namespace in namespace:chromeos
55 // The attestation flow that needs to happen to establish a certified platform
59 // attestation flow is aborted at any stage, it will need to start over. If we
60 // use weak pointers, the attestation flow will stop when the next callback is
188 // in |context| and |attestation_enrolled| specifies whether attestation has
211 // A callback called when an attestation certificate request operation
243 // have attestation for content protection explicitly disabled.
278 } // namespace attestation
H A Dattestation_policy_observer.cc5 #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"
17 #include "chromeos/attestation/attestation_flow.h"
91 namespace attestation { namespace in namespace:chromeos
140 // If attestation is not enabled, there is nothing to do.
311 } // namespace attestation
H A Dattestation_policy_observer_unittest.cc10 #include "chrome/browser/chromeos/attestation/attestation_key_payload.pb.h"
11 #include "chrome/browser/chromeos/attestation/attestation_policy_observer.h"
12 #include "chrome/browser/chromeos/attestation/fake_certificate.h"
16 #include "chromeos/attestation/mock_attestation_flow.h"
29 namespace attestation { namespace in namespace:chromeos
242 } // namespace attestation
H A Dplatform_verification_flow.cc13 #include "chrome/browser/chromeos/attestation/attestation_ca_client.h"
14 #include "chrome/browser/chromeos/attestation/attestation_signed_data.pb.h"
15 #include "chrome/browser/chromeos/attestation/platform_verification_dialog.h"
21 #include "chromeos/attestation/attestation_flow.h"
56 const chromeos::attestation::PlatformVerificationFlow::ChallengeCallback&
58 chromeos::attestation::PlatformVerificationFlow::Result error) {
64 namespace attestation { namespace in namespace:chromeos
201 // Consent required if attestation has never been enrolled on this device.
203 // Consent required if this is the first use of attestation for content
479 } // namespace attestation
[all...]
H A Dplatform_verification_flow_unittest.cc10 #include "chrome/browser/chromeos/attestation/attestation_signed_data.pb.h"
11 #include "chrome/browser/chromeos/attestation/fake_certificate.h"
12 #include "chrome/browser/chromeos/attestation/platform_verification_flow.h"
22 #include "chromeos/attestation/mock_attestation_flow.h"
39 namespace attestation { namespace in namespace:chromeos
225 // that there are no calls to the attestation service. Thus, a test must
480 } // namespace attestation
/external/chromium_org/chromeos/attestation/
H A Dattestation_constants.cc5 #include "chromeos/attestation/attestation_constants.h"
8 namespace attestation { namespace in namespace:chromeos
14 } // namespace attestation
H A Dattestation_constants.h11 namespace attestation { namespace in namespace:chromeos
13 // Key types supported by the Chrome OS attestation subsystem.
23 // Options available for customizing an attestation challenge response.
31 // Available attestation certificate profiles.
61 } // namespace attestation
H A Dattestation_flow.h14 #include "chromeos/attestation/attestation_constants.h"
29 namespace attestation { namespace in namespace:chromeos
44 // Implements the message flow for Chrome OS attestation tasks. Generally this
45 // consists of coordinating messages between the Chrome OS attestation service
63 // Gets an attestation certificate for a hardware-protected key. If a key for
91 // Asynchronously initiates the attestation enrollment flow.
99 // Called when the attestation daemon has finished creating an enrollment
114 // is asynchronously forwarded as-is to the attestation daemon in order to
127 // Called when the attestation daemon completes an enrollment operation. If
157 // Called when the attestation daemo
[all...]
H A Dmock_attestation_flow.h8 #include "chromeos/attestation/attestation_flow.h"
15 namespace attestation { namespace in namespace:chromeos
76 } // namespace attestation
H A Dmock_attestation_flow.cc5 #include "chromeos/attestation/mock_attestation_flow.h"
15 namespace attestation { namespace in namespace:chromeos
54 } // namespace attestation
H A Dattestation_flow_unittest.cc8 #include "chromeos/attestation/mock_attestation_flow.h"
25 namespace attestation { namespace in namespace:chromeos
486 } // namespace attestation
H A Dattestation_flow.cc5 #include "chromeos/attestation/attestation_flow.h"
12 namespace attestation { namespace in namespace:chromeos
127 // Get the attestation service to create a Privacy CA enrollment request.
168 // Forward the response to the attestation service to complete enrollment.
204 // Get the attestation service to create a Privacy CA certificate request.
285 // Forward the response to the attestation service to complete the operation.
311 } // namespace attestation
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_manager_chromeos.h24 namespace attestation { namespace in namespace:chromeos
100 scoped_ptr<chromeos::attestation::AttestationPolicyObserver>

Completed in 195 milliseconds