From: Ard Biesheuvel Date: Thu, 10 Oct 2013 07:55:20 +0000 (+0200) Subject: mac80211: port CCMP to cryptoapi's CCM driver X-Git-Tag: v3.13-rc1~105^2~23^2^2~6^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ec7c4a9a686c608315739ab6a2b0527a240883c;p=pandora-kernel.git 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 Signed-off-by: Johannes Berg --- Reading git-diff-tree failed