Re: General questions on crypto

2010-10-25 Thread Herbert Xu
Mark Allyn wrote: > > The sha1_generic that is supplied appears to be using shash, is there an > example for ahash? We have a number of existing drivers under drivers/crypto that use the ahash interface. You can use them as a model for your driver. Cheers, -- Email: Herbert Xu Home Page: ht

General questions on crypto

2010-10-25 Thread Mark Allyn
Folks: I am trying to understand how to implement an ahash instance for a hardware encryption device. I notice that the in-kernel documentation has no mention of ahash. Does anyone know where I can find a basic how-to document on putting together an ahash implementation in an existing driver