You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bt_crypto_aes_cmac function from bt_crypto library uses
psa_import_key function which requires memory for importing keys.
The memory is allocated in the heap, therefore MBEDTLS_ENABLE_HEAP
should be enabled.
This allows to build tests.bluetooth.bt_crypto.psa upstream tests.
Signed-off-by: Pavel Vasilyev <[email protected]>
0 commit comments