mac80211: port CCMP to cryptoapi's CCM driver
Use the generic CCM aead chaining mode driver rather than a local implementation that sits right on top of the core AES cipher. This allows the use of accelerated implementations of either CCM as a whole or the CTR mode which it encapsulates. Signed-off-by:Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by:
Johannes Berg <johannes.berg@intel.com>
Showing
- net/mac80211/Kconfig 1 addition, 0 deletionsnet/mac80211/Kconfig
- net/mac80211/aes_ccm.c 56 additions, 113 deletionsnet/mac80211/aes_ccm.c
- net/mac80211/aes_ccm.h 6 additions, 8 deletionsnet/mac80211/aes_ccm.h
- net/mac80211/key.h 1 addition, 1 deletionnet/mac80211/key.h
- net/mac80211/wpa.c 20 additions, 24 deletionsnet/mac80211/wpa.c
Please register or sign in to comment