Home
last modified time | relevance | path

Searched refs:attestation (Results 1 – 25 of 50) sorted by relevance

12

/system/tpm/attestation/client/
Ddbus_proxy.cc32 namespace attestation { namespace
46 attestation::kAttestationServiceName, in Initialize()
47 dbus::ObjectPath(attestation::kAttestationServicePath)); in Initialize()
62 attestation::kAttestationInterface, in CreateGoogleAttestedKey()
63 attestation::kCreateGoogleAttestedKey, in CreateGoogleAttestedKey()
79 attestation::kAttestationInterface, in GetKeyInfo()
80 attestation::kGetKeyInfo, in GetKeyInfo()
96 attestation::kAttestationInterface, in GetEndorsementInfo()
97 attestation::kGetEndorsementInfo, in GetEndorsementInfo()
114 attestation::kAttestationInterface, in GetAttestationKeyInfo()
[all …]
Ddbus_proxy.h28 namespace attestation {
Dmain.cc36 namespace attestation { namespace
106 attestation_.reset(new attestation::DBusProxy()); in OnInit()
488 std::unique_ptr<attestation::AttestationInterface> attestation_;
501 attestation::ClientLoop loop; in main()
/system/tpm/attestation/server/
Dmain.cc72 : brillo::DBusServiceDaemon(attestation::kAttestationServiceName) { in AttestationDaemon()
73 attestation_service_.reset(new attestation::AttestationService); in AttestationDaemon()
89 dbus_service_.reset(new attestation::DBusService( in RegisterDBusObjectsAsync()
96 std::unique_ptr<attestation::AttestationInterface> attestation_service_;
97 std::unique_ptr<attestation::DBusService> dbus_service_;
Ddatabase.h22 namespace attestation {
Dmock_database.h24 namespace attestation {
Dmock_database.cc22 namespace attestation { namespace
Dmock_key_store.cc22 namespace attestation { namespace
Dkey_store.h26 namespace attestation {
Dmock_key_store.h27 namespace attestation {
Ddatabase_impl.h30 namespace attestation {
/system/tpm/attestation/common/
Dinterface.proto21 package attestation; package
99 // The attestation public key (X.509/DER SubjectPublicKeyInfo).
101 // The attestation public key in TPM_PUBKEY form.
103 // The attestation key certificate.
105 // A quote of PCR0 at the time of attestation key creation.
107 // A quote of PCR1 at the time of attestation key creation.
119 // The decrypted attestation key certificate.
Ddatabase.proto9 package attestation; package
11 // Holds TPM credentials that the attestation server will need to see. These
12 // credentials must be cleared once the attestation server has certified the
31 // A credential issued by the attestation server.
36 // information should be cleared once the attestation server has certified the
Dmock_tpm_utility.cc30 *out = attestation::MockTpmUtility::Transform(method_, in); in operator ()()
57 namespace attestation { namespace
Dattestation_ca.proto21 package attestation; package
23 // This message holds all information to be sent to the attestation server in
54 // The response from the attestation server for the enrollment request.
62 // The certificate request to be sent to the attestation server.
84 // The response from the attestation server for the certificate request.
104 // The reset request to be sent to the attestation server.
124 // The response from the attestation server for the reset request.
Ddbus_interface.h20 namespace attestation {
Dmock_attestation_interface.h26 namespace attestation {
Dmock_crypto_utility.cc38 namespace attestation { namespace
Dprint_common_proto.h26 namespace attestation {
Dmock_tpm_utility.h26 namespace attestation {
Dtpm_utility.h24 namespace attestation {
Dmock_crypto_utility.h26 namespace attestation {
Dattestation_interface.h26 namespace attestation {
Dcrypto_utility.h24 namespace attestation {
/system/tpm/attestation/
Dattestation.gyp28 # "attestation/...".
45 'proto_out_dir': 'include/attestation/common',
140 # The attestation daemon.

12