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.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/tpm_test/subcmd.py b/test/tpm_test/subcmd.py
deleted file mode 100644
index 7260df0dd5..0000000000
--- a/test/tpm_test/subcmd.py
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/env python2
-# 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/tpm_vendor_cmds.h
-AES = 0
-HASH = 1
-RSA = 2
-ECC = 3
-FW_UPGRADE = 4
-HKDF = 5
-ECIES = 6
-DRBG_TEST = 50
-# The same exception class used by all tpmtest modules.
-class TpmTestError(Exception):
- pass