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
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