(+mailing list +davem)
> > > You can just read tfm->authsize as that's what the default
> > > setauthsize function will set.
> > >
> > I was referring to the case where it actually needed to be configurable.
>
> No that's what I meant. Look at the generic authenc template.
> It supports truncati
(+mailing list +davem)
> > Hmmm for a HW driver, the HW would have to do the truncation.
> > So it must be capable of doing that AND it must be instructed to do so.
> > I guess big deal is a relative term :-)
>
> Right for decryption you'd need to use a fallback.
>
Or I need to tell the HW
(+mailing list +davem)
>
> > Finally, I noticed that aead.h defines an additional callback
> > 'setauthsize', which the
> > driver currently also keeps at NULL and that *seems* to work fine with all
> > current
> > testmgr tests ... so I do wonder whether that is a must implement or not?
> > And