Mark Allyn wrote:
>
> Herbert:
>
> Perhaps this is very fundamential, but what is the difference between
> synchronous and asynchronous as far as crypto is concerned? My device
> performs encryption and decryption asynchronously in relation to
> the main processor in the system. The driver tells
Herbert:
Perhaps this is very fundamential, but what is the difference between
synchronous and asynchronous as far as crypto is concerned? My device
performs encryption and decryption asynchronously in relation to
the main processor in the system. The driver tells the device to
do x, then goes a
Allyn, Mark A wrote:
> Folks:
>
> I am attempting to implement an ahash instance for a hardware crypto device.
>
> I see that there is a sha1 generic in the soruces a crypto/sha1_generic.c
> which uses the shash interface. I was hoping to use that, but there is some
> stuff in the headers that
Folks:
I am attempting to implement an ahash instance for a hardware crypto device.
I see that there is a sha1 generic in the soruces a crypto/sha1_generic.c which
uses the shash interface. I was hoping to use that, but there is some stuff in
the headers that is confusing.
In include/crypto/ha