summaryrefslogtreecommitdiffstats
path: root/include/hardware/keymaster_defs.h
diff options
context:
space:
mode:
authorShawn Willden <swillden@google.com>2015-01-26 13:04:28 -0700
committerShawn Willden <swillden@google.com>2015-01-26 13:04:28 -0700
commit6b424bea8074c997745b3758f8fde0ef925e3218 (patch)
treee45adfe2c946d915aa661405f9056911dc6057c4 /include/hardware/keymaster_defs.h
parent59d2578b52d722e09aa854ce460c6966090a8413 (diff)
downloadhardware_libhardware-6b424bea8074c997745b3758f8fde0ef925e3218.zip
hardware_libhardware-6b424bea8074c997745b3758f8fde0ef925e3218.tar.gz
hardware_libhardware-6b424bea8074c997745b3758f8fde0ef925e3218.tar.bz2
Rename KM_ERROR_UNSUPPORTED_TAG_LENGTH to
KM_ERROR_UNSUPPORTED_MAC_LENGTH. Change-Id: I514a136b5cbdb1ab1df67d44a22d68a09427a711
Diffstat (limited to 'include/hardware/keymaster_defs.h')
-rw-r--r--include/hardware/keymaster_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/keymaster_defs.h b/include/hardware/keymaster_defs.h
index fb427a3..3f409b4 100644
--- a/include/hardware/keymaster_defs.h
+++ b/include/hardware/keymaster_defs.h
@@ -378,7 +378,7 @@ typedef enum {
KM_ERROR_UNSUPPORTED_KEY_SIZE = -6,
KM_ERROR_UNSUPPORTED_BLOCK_MODE = -7,
KM_ERROR_INCOMPATIBLE_BLOCK_MODE = -8,
- KM_ERROR_UNSUPPORTED_TAG_LENGTH = -9,
+ KM_ERROR_UNSUPPORTED_MAC_LENGTH = -9,
KM_ERROR_UNSUPPORTED_PADDING_MODE = -10,
KM_ERROR_INCOMPATIBLE_PADDING_MODE = -11,
KM_ERROR_UNSUPPORTED_DIGEST = -12,