Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d27c98b authored by AnilKumar Chimata's avatar AnilKumar Chimata Committed by Dinesh K Garg
Browse files

qseecom: Update key id strings for full disk encryption



key id string for certain use cases are not updated which
uses garbage value as key id while generating the keys.
From functional point of view these string should be
common between builds which needs an kernel update with
full disk encryption is enabled.

Change-Id: I29617ed26892dffc70edb86daa4556a2614d0ad0
Signed-off-by: default avatarAnilKumar Chimata <anilc@codeaurora.org>
parent 718b9859
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -297,6 +297,14 @@ static struct qseecom_key_id_usage_desc key_id_array[] = {
	{
		.desc = "Per File Encryption",
	},

	{
		.desc = "UFS ICE Full Disk Encryption",
	},

	{
		.desc = "SDCC ICE Full Disk Encryption",
	},
};

/* Function proto types */