linux/drivers/crypto/qat/qat_common
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
..
adf_accel_devices.h crypto: qat - remove unnecessary include of atomic.h header file 2015-01-13 22:30:47 +11:00
adf_accel_engine.c crypto: qat - Updated print outputs 2014-08-01 22:36:08 +08:00
adf_aer.c crypto: qat - use pci_wait_for_pending_transaction() 2015-01-13 22:30:46 +11:00
adf_cfg_common.h
adf_cfg_strings.h
adf_cfg_user.h
adf_cfg.c crypto: qat - fix device reset flow 2015-01-13 22:30:45 +11:00
adf_cfg.h
adf_common_drv.h crypto: qat - fix device reset flow 2015-01-13 22:30:45 +11:00
adf_ctl_drv.c crypto: qat - fix device reset flow 2015-01-13 22:30:45 +11:00
adf_dev_mgr.c crypto: qat - fix bad unlock balance 2014-10-24 22:49:37 +08:00
adf_init.c crypto: qat - adf_ae_stop() is never called 2015-01-13 22:30:46 +11:00
adf_transport_access_macros.h crytpo: qat - Fix 64 bytes requests 2014-11-25 22:50:42 +08:00
adf_transport_debug.c crypto: qat - Fixed new checkpatch warnings 2014-06-26 14:49:43 +08:00
adf_transport_internal.h crypto: qat - remove unnecessary include of atomic.h header file 2015-01-13 22:30:47 +11:00
adf_transport.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 2014-12-13 13:33:26 -08:00
adf_transport.h
icp_qat_fw_init_admin.h
icp_qat_fw_la.h crypto: qat - checkpatch blank lines 2014-08-01 22:36:01 +08:00
icp_qat_fw_loader_handle.h
icp_qat_fw.h
icp_qat_hal.h
icp_qat_hw.h crypto: qat - add support for cbc(aes) ablkcipher 2014-12-22 23:02:42 +11:00
icp_qat_uclo.h crypto: qat - change slice->regions to slice->region 2014-08-01 22:36:06 +08:00
Makefile
qat_algs.c crypto: qat - Ensure ipad and opad are zeroed 2015-01-14 21:57:56 +11:00
qat_crypto.c crypto: qat - Enforce valid numa configuration 2014-10-24 22:37:36 +08:00
qat_crypto.h crypto: qat - add support for cbc(aes) ablkcipher 2014-12-22 23:02:42 +11:00
qat_hal.c crypto: qat - Move BAR definitions to device specific module 2014-11-06 23:14:59 +08:00
qat_uclo.c crypto: qat - Fixed SKU1 dev issue 2014-08-01 22:36:10 +08:00