On Tue, 2017-07-25 at 10:17 +0800, Herbert Xu wrote: > On Mon, Jul 24, 2017 at 06:09:56PM -0700, Megha Dey wrote: > > > > Under the skcipher interface, if both the outer and inner alg are async, > > there should not be any problem right? Currently I do not see any > > existing algorithms have both algorithms async. > > That's because the purpose of cryptd is to turn a sync algorithm > into an async one. > > Your mcryptd is completely different. We already went through > this discussion for sha1-mb. This is no different. You should > choose the type that fits your circumstances. I have updated the inner algorithm to also be async in v7 patch series. > > Cheers,