Multi-threaded app using NRF Security

Is there a known way to enable MBEDTLS_THREADING_C? I believe my application is running into MbedTLS heap corruption because multiple threads are performing crypto operations. I'm using NCS 1.7.0 and the app is running on an nRF9160.

Related