summaryrefslogtreecommitdiffstats
path: root/keymaster_enforcement.cpp
diff options
context:
space:
mode:
authorShawn Willden <swillden@google.com>2015-06-01 14:42:45 -0600
committerShawn Willden <swillden@google.com>2015-06-02 23:35:54 -0600
commit951aa910f004d774883bab0255d64bfde510fb44 (patch)
treef26bddb5256e8e6271b58a5613e89fc90ac9c009 /keymaster_enforcement.cpp
parent0e2ee44913880a582488a9cb7e1ffe0711111891 (diff)
downloadandroid_system_keymaster-951aa910f004d774883bab0255d64bfde510fb44.tar.gz
android_system_keymaster-951aa910f004d774883bab0255d64bfde510fb44.tar.bz2
android_system_keymaster-951aa910f004d774883bab0255d64bfde510fb44.zip
Remove KM_TAG_CHUNK_LENGTH and add KM_TAG_AEAD_TAG.
Change-Id: I14498aa57b375f045ea8bcf2122660b64a0554d7
Diffstat (limited to 'keymaster_enforcement.cpp')
-rw-r--r--keymaster_enforcement.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/keymaster_enforcement.cpp b/keymaster_enforcement.cpp
index f2071a2..353288b 100644
--- a/keymaster_enforcement.cpp
+++ b/keymaster_enforcement.cpp
@@ -127,9 +127,7 @@ keymaster_error_t KeymasterEnforcement::AuthorizeOperation(const keymaster_purpo
case KM_TAG_DIGEST:
case KM_TAG_MAC_LENGTH:
case KM_TAG_PADDING:
- case KM_TAG_CHUNK_LENGTH:
case KM_TAG_NONCE:
- case KM_TAG_RETURN_UNAUTHED:
/* Tags not used for operations. */
case KM_TAG_BLOB_USAGE_REQUIREMENTS: