system: vold: Use wrapped key for metadata encryption

Wrapped key feature is needed for better security of encryption keys and to
ensure data integrity when crypto key cache is cleared during reset operation
of storage/crypto hardware.

CRs-Fixed: 2367150
Change-Id: I83d14861bf81e102151fa3417d84008c214a9ac0
diff --git a/KeyStorage.h b/KeyStorage.h
index 72ddfc4..1980acb 100644
--- a/KeyStorage.h
+++ b/KeyStorage.h
@@ -43,7 +43,8 @@
 enum class KeyType {
     DE_SYS,
     DE_USER,
-    CE_USER
+    CE_USER,
+    ME,
 };
 
 extern const KeyAuthentication kEmptyAuthentication;