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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tpm_test/subcmd.py b/test/tpm_test/subcmd.py
index 9b3c3c9368..754fbf575d 100644
--- a/test/tpm_test/subcmd.py
+++ b/test/tpm_test/subcmd.py
@@ -13,6 +13,9 @@ ECC = 3
FW_UPGRADE = 4
HKDF = 5
ECIES = 6
+U2F_GENERATE = 44
+U2F_SIGN = 45
+U2F_ATTEST = 46
DRBG_TEST = 50
# The same exception class used by all tpmtest modules.
class TpmTestError(Exception):