HomeSort by relevance Sort by last modified time
    Searched defs:attestation (Results 1 - 25 of 42) 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
58 } // namespace attestation
mock_crypto_utility.h 20 #include "attestation/common/crypto_utility.h"
26 namespace attestation { namespace
69 } // namespace attestation
mock_tpm_utility.h 20 #include "attestation/common/tpm_utility.h"
26 namespace attestation { namespace
66 } // namespace attestation
print_common_proto.cc 19 #include "attestation/common/print_common_proto.h"
26 namespace attestation { namespace
238 } // 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
698 } // 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
63 } // 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
120 } // 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.
110 } // 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
415 } // namespace attestation

Completed in 194 milliseconds

1 2