Merge "Add KM_ALGORITHM_TRIPLE_DES to keymaster_defs.h"
diff --git a/include/hardware/keymaster_defs.h b/include/hardware/keymaster_defs.h
index e58d56a..6e812f2 100644
--- a/include/hardware/keymaster_defs.h
+++ b/include/hardware/keymaster_defs.h
@@ -297,6 +297,8 @@
KM_PURPOSE_SIGN = 2, /* Usable with RSA, EC and HMAC keys. */
KM_PURPOSE_VERIFY = 3, /* Usable with RSA, EC and HMAC keys. */
KM_PURPOSE_DERIVE_KEY = 4, /* Usable with EC keys. */
+ KM_PURPOSE_WRAP = 5, /* Usable with wrapped keys. */
+
} keymaster_purpose_t;
typedef struct {