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

12

/system/tpm/attestation/server/
H A Ddatabase.h20 #include "attestation/common/database.pb.h"
22 namespace attestation { namespace
24 // Manages a persistent database of attestation-related data.
44 } // namespace attestation
H A Dmock_database.cc17 #include "attestation/server/mock_database.h"
22 namespace attestation { namespace
33 } // namespace attestation
H A Dmock_database.h20 #include "attestation/server/database.h"
24 namespace attestation { namespace
40 } // namespace attestation
H A Dmain.cc29 #include "attestation/common/dbus_interface.h"
30 #include "attestation/server/attestation_service.h"
31 #include "attestation/server/dbus_service.h"
38 const char kAttestationUser[] = "attestation";
39 const char kAttestationGroup[] = "attestation";
48 << "Error getting attestation uid and gid.";
59 << "AttestationDaemon was not able to drop to attestation user.";
61 << "AttestationDaemon was not able to drop to attestation group.";
71 : brillo::DBusServiceDaemon(attestation::kAttestationServiceName) {
72 attestation_service_.reset(new attestation
[all...]
H A Dmock_key_store.cc17 #include "attestation/server/mock_key_store.h"
22 namespace attestation { namespace
35 } // namespace attestation
H A Ddatabase_impl.h20 #include "attestation/server/database.h"
28 #include "attestation/common/crypto_utility.h"
30 namespace attestation { namespace
86 } // namespace attestation
H A Dkey_store.h24 #include "attestation/common/common.pb.h"
26 namespace attestation { namespace
80 } // namespace attestation
H A Dmock_key_store.h20 #include "attestation/server/key_store.h"
27 namespace attestation { namespace
63 } // namespace attestation
H A Ddbus_service.h26 #include "attestation/common/attestation_interface.h"
28 namespace attestation { namespace
33 // Handles D-Bus calls to the attestation daemon.
110 } // namespace attestation
H A Dpkcs11_key_store.h20 #include "attestation/server/key_store.h"
29 namespace attestation { namespace
120 } // namespace attestation
/system/tpm/attestation/client/
H A Ddbus_proxy.cc17 #include "attestation/client/dbus_proxy.h"
22 #include "attestation/common/dbus_interface.h"
32 namespace attestation { namespace
46 attestation::kAttestationServiceName,
47 dbus::ObjectPath(attestation::kAttestationServicePath));
60 kDBusTimeoutMS, object_proxy_, attestation::kAttestationInterface,
61 attestation::kCreateGoogleAttestedKey, callback, base::Bind(on_error),
73 kDBusTimeoutMS, object_proxy_, attestation::kAttestationInterface,
74 attestation::kGetKeyInfo, callback, base::Bind(on_error), request);
85 kDBusTimeoutMS, object_proxy_, attestation
[all...]
H A Ddbus_proxy.h20 #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
/system/tpm/attestation/common/
H A Ddbus_interface.h20 namespace attestation { namespace
27 // Methods exported by attestation.
38 } // namespace attestation
H A Dmock_attestation_interface.h24 #include "attestation/common/attestation_interface.h"
26 namespace attestation { namespace
58 } // namespace attestation
H A Dmock_crypto_utility.cc17 #include "attestation/common/mock_crypto_utility.h"
38 namespace attestation { namespace
54 } // namespace attestation
H A Dmock_tpm_utility.cc17 #include "attestation/common/mock_tpm_utility.h"
30 *out = attestation::MockTpmUtility::Transform(method_, in);
57 namespace attestation { namespace
83 } // namespace attestation
H A Dattestation_interface.h24 #include "attestation/common/interface.pb.h"
26 namespace attestation { namespace
28 // The main attestation interface implemented by proxies and services. The
104 } // namespace attestation
H A Dcrypto_utility.h22 #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
H A Dmock_crypto_utility.h20 #include "attestation/common/crypto_utility.h"
26 namespace attestation { namespace
69 } // namespace attestation
H A Dmock_tpm_utility.h20 #include "attestation/common/tpm_utility.h"
26 namespace attestation { namespace
66 } // namespace attestation
H A Dprint_common_proto.h24 #include "attestation/common/common.pb.h"
26 namespace attestation { namespace
48 } // namespace attestation
H A Dtpm_utility.h22 #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
H A Dcrypto_utility_impl.h20 #include "attestation/common/crypto_utility.h"
26 #include "attestation/common/tpm_utility.h"
28 namespace attestation { namespace
98 } // namespace attestation
H A Dprint_interface_proto.h24 #include "attestation/common/interface.pb.h"
26 namespace attestation { namespace
97 } // namespace attestation
H A Dtpm_utility_v1.h20 #include "attestation/common/tpm_utility.h"
28 namespace attestation { namespace
118 } // namespace attestation

Completed in 90 milliseconds

12