summaryrefslogtreecommitdiff
path: root/backport/backport-include/crypto/skcipher.h
AgeCommit message (Collapse)Author
2018-12-06backports: Add skcipher_request_zero()v4.19.7-1linux-4.19.yHauke Mehrtens
This was added in commit 1aaa753d918 ("crypto: skcipher - Add helper to zero stack request") lib80211 does not use skcipher in kernel 4.20 any more, so only add this to the 4.19 branch. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2018-12-06backports: Remove BPAUTO_CRYPTO_SKCIPHERHauke Mehrtens
This was added in commit 32751c901728 ("backport: add crypto skcipher interface"), but all the drivers which need it were deactivated in commit cdcec8e6128 ("backports: disable things needing LIB80211 unless SKCIPHER can exist") because it does not compile any more. Remove this code now completely from the tree. lib80211 does not use skcipher any more, but directly uses the crpyto API. since kernel 4.20. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2017-02-09backports: always use new version compare macrosJohannes Berg
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2016-04-30backport: add crypto skcipher interfaceHauke Mehrtens
This adds the crypto skcipher interface which was added in Linux commit 7a7ffe65c8c5f "crypto: skcipher - Add top-level skcipher interface" to backports. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>