aboutsummaryrefslogtreecommitdiff
path: root/dbus/cryptohome
diff options
context:
space:
mode:
authorJeffrey Kardatzke <jkardatzke@google.com>2017-09-06 10:48:46 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-09-06 16:54:30 -0700
commit3cbce96e056149451f4f503b82e347ebed96289d (patch)
tree4657ddcf256f7d9b048c61e7be635d0af60bdd38 /dbus/cryptohome
parenta8a31cea143fb6bf2a06c91d5a5349ae51c067b4 (diff)
downloadsystem_api-3cbce96e056149451f4f503b82e347ebed96289d.tar.gz
Added D-Bus cryptohome constants that were missing.
BUG=none TEST=builds with this file included Change-Id: Iba55fd9a0a25db4db0eddccad9021ce97a587b38 Reviewed-on: https://chromium-review.googlesource.com/653200 Commit-Ready: Jeffrey Kardatzke <jkardatzke@google.com> Tested-by: Jeffrey Kardatzke <jkardatzke@google.com> Reviewed-by: Dan Erat <derat@chromium.org> Reviewed-by: Andrey Pronin <apronin@chromium.org>
Diffstat (limited to 'dbus/cryptohome')
-rw-r--r--dbus/cryptohome/dbus-constants.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/dbus/cryptohome/dbus-constants.h b/dbus/cryptohome/dbus-constants.h
index 23e1bde..e3c2cbe 100644
--- a/dbus/cryptohome/dbus-constants.h
+++ b/dbus/cryptohome/dbus-constants.h
@@ -68,17 +68,24 @@ const char kCryptohomeLoadEnrollmentState[] =
"LoadEnrollmentState";
const char kCryptohomeTpmIsAttestationPrepared[] = "TpmIsAttestationPrepared";
const char kCryptohomeTpmIsAttestationEnrolled[] = "TpmIsAttestationEnrolled";
+const char kCryptohomeTpmAttestationCreateEnrollRequest[] =
+ "TpmAttestationCreateEnrollRequest";
const char kCryptohomeAsyncTpmAttestationCreateEnrollRequest[] =
"AsyncTpmAttestationCreateEnrollRequest";
const char kCryptohomeAsyncTpmAttestationCreateEnrollRequestNew[] =
"AsyncTpmAttestationCreateEnrollRequestNew";
+const char kCryptohomeTpmAttestationEnroll[] = "TpmAttestationEnroll";
const char kCryptohomeAsyncTpmAttestationEnroll[] = "AsyncTpmAttestationEnroll";
const char kCryptohomeAsyncTpmAttestationEnrollNew[] =
"AsyncTpmAttestationEnrollNew";
+const char kCryptohomeTpmAttestationCreateCertRequest[] =
+ "TpmAttestationCreateCertRequest";
const char kCryptohomeAsyncTpmAttestationCreateCertRequest[] =
"AsyncTpmAttestationCreateCertRequest";
const char kCryptohomeAsyncTpmAttestationCreateCertRequestByProfile[] =
"AsyncTpmAttestationCreateCertRequestByProfile";
+const char kCryptohomeTpmAttestationFinishCertRequest[] =
+ "TpmAttestationFinishCertRequest";
const char kCryptohomeAsyncTpmAttestationFinishCertRequest[] =
"AsyncTpmAttestationFinishCertRequest";
const char kCryptohomeTpmAttestationDoesKeyExist[] =