Hello, we are currently migrating from nRF Connect v2.9.1 to v3.0.2. When doing so, we found that the tinycrypt API was deprecated and decided to move things to mbedtls. We got things to build when we have Bluetooth Security Manager Protocol (SMP) disabled, however, once we enable the security manager protocol, we run into a build error where the mbedtls functions are not defined (due to NRF_SECURITY being enabled).
Is there a configuration that will allow us to use the mbedtls functions without disabling SMP? If not, is there a way to compute the hash through Zephyr?