On Wed, Feb 01, 2012 at 09:21:39PM +0100, Jesper Juhl wrote:
> On Wed, 1 Feb 2012, devendra.aaru wrote:
>
> > On Sun, Jan 29, 2012 at 5:39 PM, Jesper Juhl wrote:
> > > We declare 'exact' without initializing it and then do:
> > >
> > > [...]
> > > if (strlen(p->cru_driver_name))
> > >
Thanks.
Truly,
Mark Allyn
Portland, Oregon
www.allyn.com
971-563-7588
On Thu, 2 Feb 2012, Herbert Xu wrote:
Mark Allyn wrote:
Is dm-crypt supposed to work with ahash?
Since it uses the shash interface, no.
Someone will need to convert it over to ahash first, like what
we have done for
Mark Allyn wrote:
>
> Is dm-crypt supposed to work with ahash?
Since it uses the shash interface, no.
Someone will need to convert it over to ahash first, like what
we have done for IPsec.
Cheers,
--
Email: Herbert Xu
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apan
On Wed, 1 Feb 2012, Jesper Juhl wrote:
> On Wed, 1 Feb 2012, devendra.aaru wrote:
>
> > On Sun, Jan 29, 2012 at 5:39 PM, Jesper Juhl wrote:
> > > We declare 'exact' without initializing it and then do:
> > >
> > > [...]
> > > if (strlen(p->cru_driver_name))
> > > exact = 1;
On Wed, 1 Feb 2012, devendra.aaru wrote:
> On Sun, Jan 29, 2012 at 5:39 PM, Jesper Juhl wrote:
> > We declare 'exact' without initializing it and then do:
> >
> > [...]
> > if (strlen(p->cru_driver_name))
> > exact = 1;
> >
> > if (priority && !exact)
> >
On Sun, Jan 29, 2012 at 5:39 PM, Jesper Juhl wrote:
> We declare 'exact' without initializing it and then do:
>
> [...]
> if (strlen(p->cru_driver_name))
> exact = 1;
>
> if (priority && !exact)
> return -EINVAL;
>
> [...]
>
> If the first 'if' is not tr