mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
With new FBE key management changes, the keys are not available in the clear, but wrapped with an ephemeral key from keymaster. We cannot use a direct call to the qsee kernel to set/clear keys as they need to be unwrapped by keymaster first, which would then call in to the qsee kernel to set/clear the keys. Change-Id: Ie3fba8c0613d246efb5577ef6a0254171f082bfe Signed-off-by: Shivaprasad Hongal <shongal@codeaurora.org>