Home | History | Annotate | Download | only in client

Lines Matching full:attestation

30 #include "attestation/client/dbus_proxy.h"
31 #include "attestation/common/attestation_ca.pb.h"
32 #include "attestation/common/crypto_utility_impl.h"
33 #include "attestation/common/interface.pb.h"
34 #include "attestation/common/print_interface_proto.h"
36 namespace attestation {
54 Creates a key and requests certification by the Google Attestation CA.
64 Prints info about the TPM attestation key.
67 Activates an attestation key using the encrypted credential in
71 an attestation key. The result is written to |output_file|.
106 attestation_.reset(new attestation::DBusProxy());
488 std::unique_ptr<attestation::AttestationInterface> attestation_;
496 } // namespace attestation
501 attestation::ClientLoop loop;