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.

Can LL_Encrypt() encrypt "in place"?

Other Parts Discussed in Thread: CC2540

Is it safe to use the LL_Encrypt() function with the output buffer the same as the input buffer?

example:

LL_Encrypt( aesKey, tempBuffer, tempBuffer );

If it matters, this is on a CC2540.

And forgive me if this is an obvious question, but I've not been able to find the documentation for this function.  All I've seen is the ll.h file and a couple of examples posted in these forums...