Synchronous Quick Assist Support for Sniffer

1. Add a HardwareStop for the QAT sync build in wolfCrypt_Cleanup();
This commit is contained in:
John Safranek
2019-10-04 09:01:59 -07:00
parent 177bab84e5
commit 48d872187d

View File

@@ -266,6 +266,10 @@ int wolfCrypt_Cleanup(void)
wolfAsync_HardwareStop();
#endif
#ifdef HAVE_INTEL_QA_SYNC
IntelQaHardwareStop();
#endif
#if defined(WOLFSSL_IMX6_CAAM) || defined(WOLFSSL_IMX6_CAAM_RNG) || \
defined(WOLFSSL_IMX6_CAAM_BLOB)
wc_caamFree();