On 7/28/2020 10:19 AM, Herbert Xu wrote: > The rfc3686 implementations in caam are pretty much the same > as the generic rfc3686 wrapper. So they can simply be removed > to reduce complexity. > I would prefer keeping the caam rfc3686(ctr(aes)) implementation. It's almost cost-free when compared to ctr(aes), since: -there are no (accelerator-)external DMAs generated -shared descriptors are constructed at .setkey time -code complexity is manageable Thanks, Horia