In nRF51 PS, I read typical/max time for AES ECB are respectively 8.5 and 17µs. What would be those values for the whole AES-CCM operation (ie including MIC computation), on nRF51 and nRF52?
I'm planning to use AES CCM with timeslot API, if I can have a guaranteed timing, then I may simply require a slot long enough to perform the encryption, otherwise, I'll have to implement slot extension and possibly aborting the operation to try again later.