2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-06 04:33:58 +08:00
linux-next/drivers/crypto/qat
Herbert Xu 48eb3691e8 crypto: qat - Ensure ipad and opad are zeroed
The patch ad511e260a (crypto: qat -
Fix incorrect uses of memzero_explicit) broke hashing because the
code was in fact overwriting the qat_auth_state variable.

In fact there is no reason for the variable to exist anyway since
all we are using it for is to store ipad and opad.  So we could
simply create ipad and opad directly and avoid this whole mess.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2015-01-14 21:57:56 +11:00
..
qat_common crypto: qat - Ensure ipad and opad are zeroed 2015-01-14 21:57:56 +11:00
qat_dh895xcc crypto: qat - fix device reset flow 2015-01-13 22:30:45 +11:00
Kconfig crypto: qat - Updated Firmware Info Metadata 2014-06-26 14:49:35 +08:00
Makefile crypto: qat - Intel(R) QAT driver framework 2014-06-20 21:26:15 +08:00