summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Willden <swillden@google.com>2016-01-25 17:32:59 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-01-25 17:32:59 +0000
commit93c57ca1b243c2cb4a6e516b1f99e7aed407e53a (patch)
tree280f2fdbf20870de0785929695bde4e76545190f
parent80b09638de3571d2c12aa3d6e3d22682fc431b72 (diff)
parent9d9318efdf9e4a6236af3f57abfedadc2f9292dd (diff)
downloadsecurity-93c57ca1b243c2cb4a6e516b1f99e7aed407e53a.tar.gz
Merge "Update keystore_cli_v2 for keymaster_defs changes."
-rw-r--r--keystore/keystore_cli_v2.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/keystore/keystore_cli_v2.cpp b/keystore/keystore_cli_v2.cpp
index 526dc57b..3efc99af 100644
--- a/keystore/keystore_cli_v2.cpp
+++ b/keystore/keystore_cli_v2.cpp
@@ -132,6 +132,18 @@ const char* StringifyTag(keymaster_tag_t tag) {
return "KM_TAG_EC_CURVE";
case KM_TAG_ECIES_SINGLE_HASH_MODE:
return "KM_TAG_ECIES_SINGLE_HASH_MODE";
+ case KM_TAG_OS_VERSION:
+ return "KM_TAG_OS_VERSION";
+ case KM_TAG_OS_PATCHLEVEL:
+ return "KM_TAG_OS_PATCHLEVEL";
+ case KM_TAG_EXPORTABLE:
+ return "KM_TAG_EXPORTABLE";
+ case KM_TAG_UNIQUE_ID:
+ return "KM_TAG_UNIQUE_ID";
+ case KM_TAG_INCLUDE_UNIQUE_ID:
+ return "KM_TAG_INCLUDE_UNIQUE_ID";
+ case KM_TAG_RESET_SINCE_ID_ROTATION:
+ return "KM_TAG_RESET_SINCE_ID_ROTATION";
}
return "<Unknown>";
}