Searched refs:attestation (Results 1 – 25 of 50) sorted by relevance
12
/system/tpm/attestation/client/ |
D | dbus_proxy.cc | 32 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 …]
|
D | dbus_proxy.h | 28 namespace attestation {
|
D | main.cc | 36 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/ |
D | main.cc | 72 : 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_;
|
D | database.h | 22 namespace attestation {
|
D | mock_database.h | 24 namespace attestation {
|
D | mock_database.cc | 22 namespace attestation { namespace
|
D | mock_key_store.cc | 22 namespace attestation { namespace
|
D | key_store.h | 26 namespace attestation {
|
D | mock_key_store.h | 27 namespace attestation {
|
D | database_impl.h | 30 namespace attestation {
|
/system/tpm/attestation/common/ |
D | interface.proto | 21 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.
|
D | database.proto | 9 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
|
D | mock_tpm_utility.cc | 30 *out = attestation::MockTpmUtility::Transform(method_, in); in operator ()() 57 namespace attestation { namespace
|
D | attestation_ca.proto | 21 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.
|
D | dbus_interface.h | 20 namespace attestation {
|
D | mock_attestation_interface.h | 26 namespace attestation {
|
D | mock_crypto_utility.cc | 38 namespace attestation { namespace
|
D | print_common_proto.h | 26 namespace attestation {
|
D | mock_tpm_utility.h | 26 namespace attestation {
|
D | tpm_utility.h | 24 namespace attestation {
|
D | mock_crypto_utility.h | 26 namespace attestation {
|
D | attestation_interface.h | 26 namespace attestation {
|
D | crypto_utility.h | 24 namespace attestation {
|
/system/tpm/attestation/ |
D | attestation.gyp | 28 # "attestation/...". 45 'proto_out_dir': 'include/attestation/common', 140 # The attestation daemon.
|
12