diff options
author | 2017-02-04 18:08:42 +0200 | |
---|---|---|
committer | 2017-02-06 07:42:47 +0100 | |
commit | 01fba20b5976e445676febbdf6dc78d71c6d7b62 (patch) | |
tree | 59358197378bdac3509767b02531bf30b2b79f50 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mac80211: Fix FILS AEAD protection in Association Request frame (diff) | |
download | linux-dev-01fba20b5976e445676febbdf6dc78d71c6d7b62.tar.xz linux-dev-01fba20b5976e445676febbdf6dc78d71c6d7b62.zip |
mac80211: Allocate a sync skcipher explicitly for FILS AEAD
The skcipher could have been of the async variant which may return from
skcipher_encrypt() with -EINPROGRESS after having queued the request.
The FILS AEAD implementation here does not have code for dealing with
that possibility, so allocate a sync cipher explicitly to avoid
potential issues with hardware accelerators.
This is based on the patch sent out by Ard.
Fixes: 39404feee691 ("mac80211: FILS AEAD protection for station mode association frames")
Reported-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions