msm8960: Add async reset support for CE1

CRs-Fixed: 331832

Change-Id: I1b377ec4e9f12f841de8692808f8cb1e752b8538
diff --git a/platform/msm_shared/crypto4_eng.c b/platform/msm_shared/crypto4_eng.c
index aeeca5f..62f5666 100755
--- a/platform/msm_shared/crypto4_eng.c
+++ b/platform/msm_shared/crypto4_eng.c
@@ -37,6 +37,7 @@
 #include <scm.h>
 
 extern void dsb(void);
+extern void ce_async_reset();
 
 /*
  * Function to reset the crypto engine.
@@ -44,6 +45,7 @@
 
 void crypto_eng_reset(void)
 {
+	ce_async_reset();
 	return;
 }