> On Thu, May 02, 2024 at 02:56:42PM +0000, Akhil R wrote: > > > > I get the below error. But this is because we don't have CONFIG_LRW > > enabled in our defconfig. > > > > [ 1240.771301] alg: skcipher: failed to allocate transform for lrw(aes): -2 > > [ 1240.778308] alg: self-tests for lrw(aes) using lrw(aes) failed (rc=-2) > > > > So, I suppose enabling the defconfig is the right and only fix here? > > You're not supposed to be using tcrypt to test drivers. The driver > will be tested automatically upon registration. > > The tcrypt module is vestigial. > Oh. Okay. Got it - makes sense. Thanks for clarifying. Regards, Akhil