mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
2973633e9f
This patches update the SafeXcel driver to stop using the crypto
ahash_request result field for partial results (i.e. on updates).
Instead the driver local safexcel_ahash_req state field is used, and
only on final operations the ahash_request result buffer is updated.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
safexcel.c | ||
safexcel.h | ||
safexcel_cipher.c | ||
safexcel_hash.c | ||
safexcel_ring.c |