/external/chromium_org/chromeos/attestation/ |
attestation_constants.cc | 5 #include "chromeos/attestation/attestation_constants.h" 8 namespace attestation { namespace in namespace:chromeos 14 } // namespace attestation
|
attestation_constants.h | 11 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
|
mock_attestation_flow.cc | 5 #include "chromeos/attestation/mock_attestation_flow.h" 15 namespace attestation { namespace in namespace:chromeos 54 } // namespace attestation
|
mock_attestation_flow.h | 8 #include "chromeos/attestation/attestation_flow.h" 15 namespace attestation { namespace in namespace:chromeos 76 } // namespace attestation
|
/external/chromium_org/chrome/browser/chromeos/attestation/ |
fake_certificate.h | 13 namespace attestation { namespace in namespace:chromeos 23 } // namespace 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
|
platform_verification_dialog.h | 11 #include "chrome/browser/chromeos/attestation/platform_verification_flow.h" 20 namespace attestation { namespace in namespace:chromeos 64 } // 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 54 // Called when the attestation setting changes. 57 // Checks attestation policy and starts any necessary work. 108 } // namespace attestation
|
/external/chromium_org/chromeos/cryptohome/ |
async_method_caller.h | 12 #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::AttestationKeyType key_type [all...] |
mock_async_method_caller.h | 52 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 calls [all...] |
async_method_caller.cc | 116 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::AttestationKeyType key_type [all...] |
/external/chromium_org/chrome/browser/resources/cryptotoken/ |
individualattest.js | 7 * individual attestation certificate during enrollment. 12 * Interface to determine whether to request the individual attestation 20 * @return {boolean} Whether to request the individual attestation certificate
|
devicefactoryregistry.js | 15 * attestation implementation. 38 /** @return {!IndividualAttestation} An individual attestation implementation.
|
googlecorpindividualattest.js | 20 * @return {boolean} Whether to request the individual attestation certificate
|
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/ |
enterprise_platform_keys_private_api.h | 15 #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::AttestationCertificateProfil [all...] |
enterprise_platform_keys_private_api.cc | 16 #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::AttestationFlow* attestation_flow [all...] |
enterprise_platform_keys_private_api_unittest.cc | 20 #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::AttestationFlow::CertificateCallback [all...] |
/external/chromium_org/chromeos/dbus/ |
mock_cryptohome_client.h | 98 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::AttestationKeyType key_type [all...] |
cryptohome_client.h | 13 #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 key already exists. If the key specified b [all...] |
fake_cryptohome_client.h | 94 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::AttestationKeyType key_type [all...] |
fake_cryptohome_client.cc | 346 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::AttestationKeyType key_type [all...] |
cryptohome_client.cc | 442 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::KEY_USER) [all...] |
/external/chromium_org/chrome/browser/renderer_host/pepper/ |
pepper_platform_verification_message_filter.h | 8 #include "chrome/browser/chromeos/attestation/platform_verification_flow.h" 48 chromeos::attestation::PlatformVerificationFlow::Result challenge_result, 58 scoped_refptr<chromeos::attestation::PlatformVerificationFlow> pv_;
|
pepper_platform_verification_message_filter.cc | 18 using chromeos::attestation::PlatformVerificationFlow; 91 chromeos::attestation::PlatformVerificationFlow::Result challenge_result,
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
device_cloud_policy_manager_chromeos.h | 24 namespace attestation { namespace in namespace:chromeos 100 scoped_ptr<chromeos::attestation::AttestationPolicyObserver>
|