Searched refs:attestation (Results 1 - 25 of 38) sorted by relevance

12

/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 Dmock_attestation_flow.cc5 #include "chromeos/attestation/mock_attestation_flow.h"
15 namespace attestation { namespace in namespace:chromeos
54 } // namespace attestation
H A Dmock_attestation_flow.h8 #include "chromeos/attestation/attestation_flow.h"
15 namespace attestation { namespace in namespace:chromeos
76 } // namespace attestation
/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 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 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_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_policy_browsertest.cc10 #include "chrome/browser/chromeos/attestation/platform_verification_flow.h"
20 using chromeos::attestation::PlatformVerificationFlow;
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
/external/chromium_org/chromeos/cryptohome/
H A Dasync_method_caller.h12 #include "chromeos/attestation/attestation_constants.h"
104 // Asks cryptohomed to asynchronously create an attestation enrollment
108 chromeos::attestation::PrivacyCAType pca_type,
111 // Asks cryptohomed to asynchronously finish an attestation enrollment.
115 chromeos::attestation::PrivacyCAType pca_type,
119 // Asks cryptohomed to asynchronously create an attestation certificate
127 chromeos::attestation::PrivacyCAType pca_type,
128 chromeos::attestation::AttestationCertificateProfile certificate_profile,
133 // Asks cryptohomed to asynchronously finish an attestation certificate
143 chromeos::attestation
[all...]
H A Dmock_async_method_caller.h52 void(chromeos::attestation::PrivacyCAType pca_type,
55 void(chromeos::attestation::PrivacyCAType pca_type,
60 void(chromeos::attestation::PrivacyCAType pca_type,
61 chromeos::attestation::AttestationCertificateProfile profile,
67 chromeos::attestation::AttestationKeyType key_type,
72 void(chromeos::attestation::AttestationKeyType key_type,
78 void(chromeos::attestation::AttestationKeyType key_type,
83 chromeos::attestation::AttestationChallengeOptions options,
87 void(chromeos::attestation::AttestationKeyType key_type,
101 // Default fakes for attestation call
[all...]
H A Dasync_method_caller.cc116 chromeos::attestation::PrivacyCAType pca_type,
123 "Couldn't initiate async attestation enroll request."));
127 chromeos::attestation::PrivacyCAType pca_type,
135 "Couldn't initiate async attestation enroll."));
139 chromeos::attestation::PrivacyCAType pca_type,
140 chromeos::attestation::AttestationCertificateProfile certificate_profile,
153 "Couldn't initiate async attestation cert request."));
158 chromeos::attestation::AttestationKeyType key_type,
172 "Couldn't initiate async attestation finish cert request."));
176 chromeos::attestation
[all...]
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
H A Denterprise_platform_keys_private_api.h15 #include "chromeos/attestation/attestation_constants.h"
16 #include "chromeos/attestation/attestation_flow.h"
63 chromeos::attestation::AttestationFlow* attestation_flow,
68 // attestation is enabled.
95 chromeos::attestation::AttestationKeyType key_type,
98 chromeos::attestation::AttestationCertificateProfile certificate_profile,
104 chromeos::attestation::AttestationFlow* attestation_flow_;
105 scoped_ptr<chromeos::attestation::AttestationFlow> default_attestation_flow_;
111 chromeos::attestation::AttestationKeyType key_type,
114 chromeos::attestation
[all...]
H A Denterprise_platform_keys_private_api.cc16 #include "chrome/browser/chromeos/attestation/attestation_ca_client.h"
24 #include "chromeos/attestation/attestation_constants.h"
25 #include "chromeos/attestation/attestation_flow.h"
45 "Remote attestation is not enabled for your device.";
56 chromeos::attestation::AttestationKeyType key_type,
59 chromeos::attestation::AttestationCertificateProfile certificate_profile,
80 scoped_ptr<chromeos::attestation::ServerProxy> ca_client(
81 new chromeos::attestation::AttestationCAClient());
83 new chromeos::attestation::AttestationFlow(
91 chromeos::attestation
[all...]
H A Denterprise_platform_keys_private_api_unittest.cc20 #include "chromeos/attestation/attestation_constants.h"
21 #include "chromeos/attestation/mock_attestation_flow.h"
69 chromeos::attestation::AttestationKeyType key_type,
79 chromeos::attestation::AttestationKeyType key_type,
89 chromeos::attestation::AttestationKeyType key_type,
94 chromeos::attestation::AttestationChallengeOptions options,
103 chromeos::attestation::AttestationKeyType key_type,
108 chromeos::attestation::AttestationChallengeOptions options,
117 chromeos::attestation::AttestationCertificateProfile certificate_profile,
121 const chromeos::attestation
[all...]
/external/chromium_org/chromeos/dbus/
H A Dmock_cryptohome_client.h98 void(attestation::PrivacyCAType pca_type,
101 void(attestation::PrivacyCAType pca_type,
106 void(attestation::PrivacyCAType pca_type,
107 attestation::AttestationCertificateProfile certificate_profile,
113 attestation::AttestationKeyType key_type,
118 void(attestation::AttestationKeyType key_type,
123 void(attestation::AttestationKeyType key_type,
128 void(attestation::AttestationKeyType key_type,
133 void(attestation::AttestationKeyType key_type,
138 void(attestation
[all...]
H A Dcryptohome_client.h13 #include "chromeos/attestation/attestation_constants.h"
284 // Asynchronously creates an attestation enrollment request. The callback
291 chromeos::attestation::PrivacyCAType pca_type,
294 // Asynchronously finishes an attestation enrollment operation. The callback
300 chromeos::attestation::PrivacyCAType pca_type,
304 // Asynchronously creates an attestation certificate request according to
315 chromeos::attestation::PrivacyCAType pca_type,
316 attestation::AttestationCertificateProfile certificate_profile,
332 attestation::AttestationKeyType key_type,
337 // Checks if an attestation ke
[all...]
H A Dfake_cryptohome_client.h94 chromeos::attestation::PrivacyCAType pca_type,
97 chromeos::attestation::PrivacyCAType pca_type,
101 chromeos::attestation::PrivacyCAType pca_type,
102 attestation::AttestationCertificateProfile certificate_profile,
108 attestation::AttestationKeyType key_type,
113 attestation::AttestationKeyType key_type,
118 attestation::AttestationKeyType key_type,
123 attestation::AttestationKeyType key_type,
128 attestation::AttestationKeyType key_type,
133 attestation
[all...]
H A Dfake_cryptohome_client.cc346 chromeos::attestation::PrivacyCAType pca_type,
352 chromeos::attestation::PrivacyCAType pca_type,
359 chromeos::attestation::PrivacyCAType pca_type,
360 attestation::AttestationCertificateProfile certificate_profile,
369 attestation::AttestationKeyType key_type,
377 attestation::AttestationKeyType key_type,
386 attestation::AttestationKeyType key_type,
396 attestation::AttestationKeyType key_type,
406 attestation::AttestationKeyType key_type,
414 attestation
[all...]
H A Dcryptohome_client.cc442 attestation::PrivacyCAType pca_type,
457 attestation::PrivacyCAType pca_type,
476 attestation::PrivacyCAType pca_type,
477 attestation::AttestationCertificateProfile certificate_profile,
498 attestation::AttestationKeyType key_type,
509 bool is_user_specific = (key_type == attestation::KEY_USER);
521 attestation::AttestationKeyType key_type,
529 bool is_user_specific = (key_type == attestation::KEY_USER);
538 attestation::AttestationKeyType key_type,
546 bool is_user_specific = (key_type == attestation
[all...]
/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>
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_platform_verification_message_filter.h8 #include "chrome/browser/chromeos/attestation/platform_verification_flow.h"
48 chromeos::attestation::PlatformVerificationFlow::Result challenge_result,
58 scoped_refptr<chromeos::attestation::PlatformVerificationFlow> pv_;
H A Dpepper_platform_verification_message_filter.cc18 using chromeos::attestation::PlatformVerificationFlow;
91 chromeos::attestation::PlatformVerificationFlow::Result challenge_result,

Completed in 2383 milliseconds

12