OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attestation
(Results
1 - 21
of
21
) sorted by null
/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
fake_certificate.cc
13
namespace
attestation
{
namespace in namespace:chromeos
73
} // namespace
attestation
platform_verification_dialog.h
11
#include "chrome/browser/chromeos/
attestation
/platform_verification_flow.h"
22
namespace
attestation
{
namespace in namespace:chromeos
65
} // 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
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
platform_verification_dialog.cc
5
#include "chrome/browser/chromeos/
attestation
/platform_verification_dialog.h"
26
namespace
attestation
{
namespace in namespace:chromeos
119
} // 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"
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
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"
12
#include "chrome/browser/chromeos/
attestation
/fake_certificate.h"
16
#include "chromeos/
attestation
/mock_attestation_flow.h"
29
namespace
attestation
{
namespace in namespace:chromeos
243
} // namespace
attestation
platform_verification_flow.cc
13
#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"
23
#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
173
// Consent required if
attestation
has never been enrolled on this device.
175
// Consent required if this is the first use of
attestation
for content
479
} // namespace
attestation
[
all
...]
platform_verification_flow.h
39
namespace
attestation
{
namespace in namespace:chromeos
53
// The
attestation
flow that needs to happen to establish a certified platform
57
//
attestation
flow is aborted at any stage, it will need to start over. If we
58
// use weak pointers, the
attestation
flow will stop when the next callback is
169
// in |context| and |attestation_enrolled| specifies whether
attestation
has
192
// A callback called when an
attestation
certificate request operation
243
// have
attestation
for content protection explicitly disabled.
297
} // namespace
attestation
platform_verification_flow_unittest.cc
12
#include "chrome/browser/chromeos/
attestation
/attestation_signed_data.pb.h"
13
#include "chrome/browser/chromeos/
attestation
/fake_certificate.h"
14
#include "chrome/browser/chromeos/
attestation
/platform_verification_flow.h"
22
#include "chromeos/
attestation
/mock_attestation_flow.h"
38
namespace
attestation
{
namespace in namespace:chromeos
239
// that there are no calls to the
attestation
service. Thus, a test must
483
} // namespace
attestation
/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.
56
} // 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
90
// Asynchronously initiates the
attestation
enrollment flow.
98
// Called when the
attestation
daemon has finished creating an enrollment
113
// is asynchronously forwarded as-is to the
attestation
daemon in order to
126
// Called when the
attestation
daemon completes an enrollment operation. If
139
// 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
75
} // 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.";
127
// Get the
attestation
service to create a Privacy CA enrollment request.
140
LOG(ERROR) << "
Attestation
: Failed to create enroll request.";
161
LOG(ERROR) << "
Attestation
: Enroll request failed.";
167
// Forward the response to the
attestation
service to complete enrollment.
181
LOG(ERROR) << "
Attestation
: Failed to complete enrollment.";
202
// 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
434
} // namespace
attestation
/external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_manager_chromeos.h
26
namespace
attestation
{
namespace in namespace:chromeos
136
scoped_ptr<chromeos::
attestation
::AttestationPolicyObserver>
Completed in 685 milliseconds