commit | 7ec7c4a9a686c608315739ab6a2b0527a240883c | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Thu Oct 10 09:55:20 2013 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Oct 11 15:38:20 2013 +0200 |
tree | e3f5ecc10414b632be93bef3f4e0494733113795 | |
parent | fa1fb9cb1c734204018d2b4e6f38c4a9b4146612 [diff] |
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>