alistair23-linux/drivers/staging/rtl8192e
Kees Cook bd757b5d2e staging: rtl8192e: ieee80211: Convert from ahash to shash
This is an identical change to the wireless/lib80211 of the same name.
In preparing to remove all stack VLA usage from the kernel[1], this
removes the discouraged use of AHASH_REQUEST_ON_STACK in favor of
the smaller SHASH_DESC_ON_STACK by converting from ahash-wrapped-shash
to direct shash. By removing a layer of indirection this both improves
performance and reduces stack usage. The stack allocation will be made
a fixed size in a later patch to the crypto subsystem.

[1] https://lkml.kernel.org/r/CA+55aFzCG-zNmZwX4A2FQpadafLfEzK6CC=qPXydAacU1RqZWA@mail.gmail.com

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-07-29 10:05:23 +02:00
..
rtl8192e staging: rtl8192e: Add spaces around operators. 2018-03-06 04:07:48 -08:00
dot11d.c staging: rtl8192e: Fixed coding style around a plus sign 2018-04-23 15:51:34 +02:00
dot11d.h staging: rtl8192e: all lines in dot11d.h are less than 80 chars long 2017-06-04 10:17:42 +02:00
Kconfig
license
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
rtl819x_BA.h Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
rtl819x_BAProc.c Staging:rtl8192e Cleanup comparison to NULL 2018-06-26 11:47:29 +08:00
rtl819x_HT.h Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
rtl819x_HTProc.c staging: rtl8192e: HTSetConnectBwMode message replace with debug. 2017-05-15 13:29:01 +02:00
rtl819x_Qos.h Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
rtl819x_TS.h Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
rtl819x_TSProc.c staging: rtl8192e: Convert timers to use timer_setup() 2017-10-18 15:44:39 +02:00
rtllib.h staging: rtl8192e: Convert timers to use timer_setup() 2017-10-18 15:44:39 +02:00
rtllib_crypt_ccmp.c
rtllib_crypt_tkip.c staging: rtl8192e: ieee80211: Convert from ahash to shash 2018-07-29 10:05:23 +02:00
rtllib_crypt_wep.c
rtllib_debug.h Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
rtllib_module.c Staging: rtl8192e - fixed style of block comments 2017-03-23 14:28:47 +01:00
rtllib_rx.c staging: rtl8192e: move logical continuation to previous line 2018-03-01 17:21:49 +01:00
rtllib_softmac.c staging: rtl8192e: remove two redundant assignments 2018-01-22 11:48:06 +01:00
rtllib_softmac_wx.c
rtllib_tx.c staging: rtl8192e: rtllib_tx: fix spelling issue. 2018-05-25 18:44:14 +02:00
rtllib_wx.c staging: rtl8192e: use struct pointer to get the size of the struct 2018-02-26 15:47:40 +01:00
TODO