1
0
Fork 0
alistair23-linux/drivers/staging/rtl8192u/ieee80211
Eric Biggers 1ad0f1603a crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations
'cipher' algorithms (single block ciphers) are always synchronous, so
passing CRYPTO_ALG_ASYNC in the mask to crypto_alloc_cipher() has no
effect.  Many users therefore already don't pass it, but some still do.
This inconsistency can cause confusion, especially since the way the
'mask' argument works is somewhat counterintuitive.

Thus, just remove the unneeded CRYPTO_ALG_ASYNC flags.

This patch shouldn't change any actual behavior.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2018-11-20 14:26:55 +08:00
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dot11d.c staging:rtl8192u: Rename member pDot11dInfo - Style 2018-09-10 10:38:16 +02:00
dot11d.h staging:rtl8192u: Rename member pDot11dInfo - Style 2018-09-10 10:38:16 +02:00
ieee80211.h staging:rtl8192u: Move HTSetConnectBwModeCallback() - Style 2018-09-28 14:36:58 +02:00
ieee80211_crypt.c staging: rtl8192u: Convert timers to use timer_setup() 2017-10-18 15:44:39 +02:00
ieee80211_crypt.h staging: rtl8192u: Convert timers to use timer_setup() 2017-10-18 15:44:39 +02:00
ieee80211_crypt_ccmp.c crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations 2018-11-20 14:26:55 +08:00
ieee80211_crypt_tkip.c lib80211: Remove VLA usage of skcipher 2018-09-28 12:46:07 +08:00
ieee80211_crypt_wep.c lib80211: Remove VLA usage of skcipher 2018-09-28 12:46:07 +08:00
ieee80211_module.c staging:rtl8192u: Correct comparison with NULL - Style 2018-10-09 15:26:04 +02:00
ieee80211_rx.c staging:rtl8192u: Rename sHTCLng - Style 2018-08-27 19:22:39 +02:00
ieee80211_softmac.c staging:rtl8192u: Rename member pDot11dInfo - Style 2018-09-10 10:38:16 +02:00
ieee80211_softmac_wx.c staging:rtl8192u: rename HT_EXTCHNL_OFFSET -> enum ht_extension_chan_width 2018-07-08 17:39:57 +02:00
ieee80211_tx.c staging:rtl8192u: Rename BaStartSeqCtrl - Style 2018-08-27 19:24:30 +02:00
ieee80211_wx.c staging:rtl8192u: Refactor struct HT_CAPABILITY_ELE - Style 2018-08-27 19:23:20 +02:00
rtl819x_BA.h staging:rtl8192u: Remove commented out code and indent - Style 2018-08-27 19:24:31 +02:00
rtl819x_BAProc.c staging:rtl8192u: Rename BaStartSeqCtrl - Style 2018-08-27 19:24:30 +02:00
rtl819x_HT.h staging:rtl8192u: Refactor struct HT_CAPABILITY_ELE - Style 2018-08-27 19:23:20 +02:00
rtl819x_HTProc.c staging:rtl8192u: Move HTSetConnectBwModeCallback() - Style 2018-09-28 14:36:58 +02:00
rtl819x_Qos.h staging:rtl8192u: Change clock comment - Style 2018-08-02 09:46:01 +02:00
rtl819x_TS.h staging:rtl8192u: Refactor struct BA_RECORD - Style 2018-08-27 19:24:30 +02:00
rtl819x_TSProc.c staging: rtl8192u: ieee80221: Add missing space 2018-09-10 17:12:41 +02:00