]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: port CCMP to cryptoapi's CCM driver
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 10 Oct 2013 07:55:20 +0000 (09:55 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 11 Oct 2013 13:38:20 +0000 (15:38 +0200)
commit4d5f4b6974e7d5d5b9cb3c3da009181dddda8575
treee3f5ecc10414b632be93bef3f4e0494733113795
parent9b2265949ec554ab3c7cb145f855b18ed34f14b6
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>
net/mac80211/Kconfig
net/mac80211/aes_ccm.c
net/mac80211/aes_ccm.h
net/mac80211/key.h
net/mac80211/wpa.c