This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2541 AES decryptio

Other Parts Discussed in Thread: CC2541

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.