On Fri, 2024-05-10 at 05:28 -0700, Vadim Fedorenko wrote: > Some ciphers do not require state and IV buffer, but with current > implementation 0-sized dynptr is always needed. With adjustment to > verifier we can provide NULL instead of 0-sized dynptr. Make crypto > kfuncs ready for this. > > Signed-off-by: Vadim Fedorenko <vadfed@xxxxxxxx> > --- Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx>