I have AES ECB encryption working on the NRF5 system, but I cannot get it working on the Connect SDK.
I have found CONFIG_CRYPTO_NRF_ECB config, but this seems to require a different BLE controller.
I see an ecb.c file in the Nordic HAL in zephyr, but I need some help implementing using ncs.
/opt/nordic/ncs/v2.1.0/zephyr/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ecb.c
/opt/nordic/ncs/v2.1.0/zephyr/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ecb.c
Any help or tips would be great, thanks!