OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attestation
(Results
1 - 25
of
41
) sorted by null
1
2
/system/tpm/attestation/common/
print_common_proto.h
24
#include "
attestation
/common/common.pb.h"
26
namespace
attestation
{
namespace
48
} // namespace
attestation
print_interface_proto.h
24
#include "
attestation
/common/interface.pb.h"
26
namespace
attestation
{
namespace
97
} // namespace
attestation
attestation_interface.h
24
#include "
attestation
/common/interface.pb.h"
26
namespace
attestation
{
namespace
28
// The main
attestation
interface implemented by proxies and services. The
104
} // namespace
attestation
crypto_utility.h
22
#include "
attestation
/common/common.pb.h"
24
namespace
attestation
{
namespace
73
// Encrypts a |credential| in a format compatible with TPM
attestation
key
96
} // namespace
attestation
mock_attestation_interface.h
24
#include "
attestation
/common/attestation_interface.h"
26
namespace
attestation
{
namespace
56
} // namespace
attestation
mock_crypto_utility.h
20
#include "
attestation
/common/crypto_utility.h"
26
namespace
attestation
{
namespace
65
} // namespace
attestation
mock_tpm_utility.h
20
#include "
attestation
/common/tpm_utility.h"
26
namespace
attestation
{
namespace
64
} // namespace
attestation
print_common_proto.cc
19
#include "
attestation
/common/print_common_proto.h"
26
namespace
attestation
{
namespace
233
} // namespace
attestation
print_interface_proto.cc
19
#include "
attestation
/common/print_interface_proto.h"
26
#include "
attestation
/common/print_common_proto.h"
28
namespace
attestation
{
namespace
683
} // namespace
attestation
tpm_utility.h
22
#include "
attestation
/common/interface.pb.h"
24
namespace
attestation
{
namespace
31
// Returns true iff the TPM is enabled, owned, and ready for
attestation
.
34
// Activates an
attestation
identity key. Effectively this decrypts a
51
// storage root key. The new key will be certified with the
attestation
95
} // namespace
attestation
crypto_utility_impl.h
20
#include "
attestation
/common/crypto_utility.h"
26
#include "
attestation
/common/tpm_utility.h"
28
namespace
attestation
{
namespace
98
} // namespace
attestation
tpm_utility_v1.h
20
#include "
attestation
/common/tpm_utility.h"
28
namespace
attestation
{
namespace
118
} // namespace
attestation
mock_crypto_utility.cc
17
#include "
attestation
/common/mock_crypto_utility.h"
38
namespace
attestation
{
namespace
54
} // namespace
attestation
dbus_interface.h
20
namespace
attestation
{
namespace
23
constexpr char kAttestationInterface[] = "org.chromium.
Attestation
";
24
constexpr char kAttestationServicePath[] = "/org/chromium/
Attestation
";
25
constexpr char kAttestationServiceName[] = "org.chromium.
Attestation
";
27
// Methods exported by
attestation
.
38
} // namespace
attestation
mock_tpm_utility.cc
17
#include "
attestation
/common/mock_tpm_utility.h"
30
*out =
attestation
::MockTpmUtility::Transform(method_, in);
57
namespace
attestation
{
namespace
83
} // namespace
attestation
/system/tpm/attestation/server/
database.h
20
#include "
attestation
/common/database.pb.h"
22
namespace
attestation
{
namespace
24
// Manages a persistent database of
attestation
-related data.
44
} // namespace
attestation
mock_database.cc
17
#include "
attestation
/server/mock_database.h"
22
namespace
attestation
{
namespace
33
} // namespace
attestation
mock_key_store.cc
17
#include "
attestation
/server/mock_key_store.h"
22
namespace
attestation
{
namespace
35
} // namespace
attestation
mock_key_store.h
20
#include "
attestation
/server/key_store.h"
27
namespace
attestation
{
namespace
58
} // namespace
attestation
key_store.h
24
#include "
attestation
/common/common.pb.h"
26
namespace
attestation
{
namespace
80
} // namespace
attestation
mock_database.h
20
#include "
attestation
/server/database.h"
24
namespace
attestation
{
namespace
40
} // namespace
attestation
pkcs11_key_store.h
20
#include "
attestation
/server/key_store.h"
29
namespace
attestation
{
namespace
121
} // namespace
attestation
dbus_service.h
26
#include "
attestation
/common/attestation_interface.h"
28
namespace
attestation
{
namespace
33
// Handles D-Bus calls to the
attestation
daemon.
113
} // namespace
attestation
/system/tpm/attestation/client/
dbus_proxy.h
20
#include "
attestation
/common/attestation_interface.h"
28
namespace
attestation
{
namespace
32
// std::unique_ptr<AttestationInterface>
attestation
= new DBusProxy();
33
//
attestation
->Initialize();
34
//
attestation
->CreateGoogleAttestedKey(...);
75
} // namespace
attestation
dbus_proxy_test.cc
24
#include "
attestation
/client/dbus_proxy.h"
31
namespace
attestation
{
namespace
414
} // namespace
attestation
Completed in 119 milliseconds
1
2