aboutsummaryrefslogtreecommitdiff
path: root/dbus/cryptohome
diff options
context:
space:
mode:
authorYves Arrouye <drcrash@google.com>2017-11-28 22:26:11 -0800
committerchrome-bot <chrome-bot@chromium.org>2017-11-30 20:30:16 -0800
commit5c4b603461a79a731cfcb4554f244a42f7e8679d (patch)
treeee90f5be9dfc47ed7eb0409aa841e1b54115ef64 /dbus/cryptohome
parent7092a3102eae259d6ccca85a8f68d0ebf78394d2 (diff)
downloadsystem_api-5c4b603461a79a731cfcb4554f244a42f7e8679d.tar.gz
Constant for the new DBUS API TpmAttestationSignEnterpriseVaChallenge.
BUG=b:69687094 TEST=None Change-Id: Iafdd68af87719c946e6dab4c2b1a87ead2792732 Reviewed-on: https://chromium-review.googlesource.com/795093 Commit-Ready: Xixuan Wu <xixuan@chromium.org> Tested-by: Yves Arrouye <drcrash@chromium.org> Reviewed-by: Andrey Pronin <apronin@chromium.org>
Diffstat (limited to 'dbus/cryptohome')
-rw-r--r--dbus/cryptohome/dbus-constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbus/cryptohome/dbus-constants.h b/dbus/cryptohome/dbus-constants.h
index ad48402..a14256b 100644
--- a/dbus/cryptohome/dbus-constants.h
+++ b/dbus/cryptohome/dbus-constants.h
@@ -95,8 +95,11 @@ const char kCryptohomeTpmAttestationGetCertificate[] =
const char kCryptohomeTpmAttestationGetPublicKey[] =
"TpmAttestationGetPublicKey";
const char kCryptohomeTpmAttestationRegisterKey[] = "TpmAttestationRegisterKey";
+// TODO(crbug.com/789419): Remove this deprecated API.
const char kCryptohomeTpmAttestationSignEnterpriseChallenge[] =
"TpmAttestationSignEnterpriseChallenge";
+const char kCryptohomeTpmAttestationSignEnterpriseVaChallenge[] =
+ "TpmAttestationSignEnterpriseVaChallenge";
const char kCryptohomeTpmAttestationSignSimpleChallenge[] =
"TpmAttestationSignSimpleChallenge";
const char kCryptohomeTpmAttestationGetKeyPayload[] =