Hi
According to the wiki and ll.h, I see that LL_Encrypt() is used for encrypting the data provided as a parameter. Is time used for salting since, for the same key and data input, LL_Encrypt() appears to produce a unique output each time?
Is there a way to produce CBC-MAC using LL_Encrypt()? I'm hoping to advertise data authenticated by CBC-MAC so it'd be great if the AES co-processor could be utilised. The example at http://processors.wiki.ti.com/index.php/BLE_Encrypt_Adv_Data seems to be designed for advertising AES-encrypted data.
Thanks