Re: [PATCH]

From: Jean-Luc Cooke
Date: Thu Aug 05 2004 - 14:54:51 EST


James,

Would you be against a patch to cryptoapi to have access to a
non-scatter-list set of calls?

I know a few people would like to see that , and I would also like to use
some low-level:

crypto_digest_update_byte(struct digest_alg *digest,
unsigned char *buf,
unsigned int nbytes);
crypto_cipher_encrypt_byte(struct cipher_alg *cipher,
unsigned char *dst,
unsigned char *src,
unsigned int nbytes);

I'm in the middle of preparing for a paper and would like to get code running
without scatterlists.

Cheers,

JLC

On Thu, Aug 05, 2004 at 10:11:14AM -0400, James Morris wrote:
> On Thu, 5 Aug 2004, Michal Ludvig wrote:
>
> > Hi James,
> >
> > the aes-i586 patch recently added to BK breaks compilation of AES on
> > non-i586 platforms. Attached patch fixes it.
>
> Thanks, the code is about to be dropped and replaced, so we need to
> remember to fix it then.
>
>
> - James
> --
> James Morris
> <jmorris@xxxxxxxxxx>
>
>
> _______________________________________________
>
> Subscription: http://lists.logix.cz/mailman/listinfo/cryptoapi
> List archive: http://lists.logix.cz/pipermail/cryptoapi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/