summaryrefslogtreecommitdiff
path: root/test/tpm_test/subcmd.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/tpm_test/subcmd.py')
-rw-r--r--test/tpm_test/subcmd.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/tpm_test/subcmd.py b/test/tpm_test/subcmd.py
new file mode 100644
index 0000000000..dbfcadb1c5
--- /dev/null
+++ b/test/tpm_test/subcmd.py
@@ -0,0 +1,10 @@
+#!/usr/bin/python
+# Copyright 2015 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+"""Subcommand codes that specify the crypto module."""
+
+# Keep these codes in sync with include/extension.h.
+AES = 0
+HASH = 1