Hi,
We are trying to implement AES decryption on CC2541.
In order to decrypt image on CC2541, i am using LL_EXT_decrypt API.
I want to encrypt image using PC and openssl.
Which encryption will match with LL_EXT_decrypt? I am using 128-aes-cbc, But it seems it's not working well.