
Currently, host driver allocates the memory for crypto keys in PDEV. But during SSR, driver destroys PDEV and VDEV and keys are deleted. This results in SAP starting in open mode after SSR as the keys are not plumbed. So, fix this issue by allocating the memory for crypto keys in PSOC. Change-Id: Ie97d94b340df9abb258da703286ce16e62a44253 CRs-Fixed: 3663797