HomeSort by relevance Sort by last modified time
    Searched refs:attestation (Results 1 - 25 of 43) sorted by null

1 2

  /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_database.h 20 #include "attestation/server/database.h"
24 namespace attestation { namespace
40 } // namespace attestation
main.cc 29 #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";
49 << "Error getting attestation uid and gid.";
60 << "AttestationDaemon was not able to drop to attestation user.";
62 << "AttestationDaemon was not able to drop to attestation group.";
72 : brillo::DBusServiceDaemon(attestation::kAttestationServiceName) {
73 attestation_service_.reset(new attestation::AttestationService)
    [all...]
mock_key_store.cc 17 #include "attestation/server/mock_key_store.h"
22 namespace attestation { namespace
35 } // namespace attestation
key_store.h 24 #include "attestation/common/common.pb.h"
26 namespace attestation { namespace
80 } // namespace attestation
database_impl.h 20 #include "attestation/server/database.h"
28 #include "attestation/common/crypto_utility.h"
30 namespace attestation { namespace
89 } // namespace attestation
mock_key_store.h 20 #include "attestation/server/key_store.h"
27 namespace attestation { namespace
58 } // 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
pkcs11_key_store.h 20 #include "attestation/server/key_store.h"
29 namespace attestation { namespace
121 } // namespace attestation
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyAttestationTest.java 19 import static android.keystore.cts.Attestation.KM_SECURITY_LEVEL_SOFTWARE;
20 import static android.keystore.cts.Attestation.KM_SECURITY_LEVEL_TRUSTED_ENVIRONMENT;
85 * Tests for Android KeysStore attestation.
174 fail("Attestation challenges larger than 128 bytes should be rejected");
205 assertNull(attestationCert.getExtensionValue(Attestation.KEY_DESCRIPTION_OID));
269 fail("Attestation challenges larger than 128 bytes should be rejected");
299 assertNull(attestationCert.getExtensionValue(Attestation.KEY_DESCRIPTION_OID));
395 Attestation attestation = new Attestation(attestationCert) local
449 Attestation attestation = new Attestation(attestationCert); local
    [all...]
  /system/tpm/attestation/client/
dbus_proxy.cc 17 #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));
62 attestation::kAttestationInterface,
63 attestation::kCreateGoogleAttestedKey,
79 attestation::kAttestationInterface,
80 attestation::kGetKeyInfo,
96 attestation::kAttestationInterface
    [all...]
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
  /system/tpm/attestation/common/
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_attestation_interface.h 24 #include "attestation/common/attestation_interface.h"
26 namespace attestation { namespace
56 } // namespace attestation
mock_crypto_utility.cc 17 #include "attestation/common/mock_crypto_utility.h"
38 namespace attestation { namespace
54 } // namespace attestation
print_common_proto.h 24 #include "attestation/common/common.pb.h"
26 namespace attestation { namespace
48 } // 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
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_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
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
print_interface_proto.h 24 #include "attestation/common/interface.pb.h"
26 namespace attestation { namespace
97 } // namespace attestation

Completed in 624 milliseconds

1 2