summaryrefslogtreecommitdiffstats
path: root/net/mac80211/aes_ccm.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Switch to new AEAD interfaceHerbert Xu2015-05-281-16/+14
* mac80211: Include crypto/aead.hHerbert Xu2015-04-231-2/+1
* mac80111: aes_ccm: cleanup ieee80211_aes_key_setup_encrypt()Dan Carpenter2015-03-301-4/+8
* mac80111: Add CCMP-256 cipherJouni Malinen2015-01-271-9/+12
* mac80211: Fix regression that triggers a kernel BUG with CCMPRonald Wahl2014-11-061-0/+3
* mac80211: remove VLAIS usage from mac80211Jan-Simon Möller2014-04-091-18/+19
* mac80211: port CCMP to cryptoapi's CCM driverArd Biesheuvel2013-10-111-113/+56
* wireless: move crypto constants to ieee80211.hJohannes Berg2013-05-161-3/+3
* mac80211: use AES_BLOCK_SIZEJohannes Berg2011-07-081-18/+19
* mac80211: Fix warnings due to -Wunused-but-set-variableRajkumar Manoharan2011-04-261-4/+2
* mac80211: Remove redundant checks for NULL before calls to crypto_free_cipher()Jesper Juhl2010-11-151-2/+1
* mac80211: Don't squash error codes in key setup functionsBen Hutchings2010-08-161-4/+2
* mac80211: aes_ccm.c remove crypto wrapper and extra argsHarvey Harrison2008-07-081-21/+17
* mac80211: pass scratch buffer directly, remove additional pointersHarvey Harrison2008-07-081-5/+8
* mac80211: a few code cleanupsJohannes Berg2008-05-071-1/+1
* mac80211: rename filesJohannes Berg2008-04-081-1/+1
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-021-1/+0
* [NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen2007-10-101-2/+3
* [MAC80211]: Add mac80211 wireless stack.Jiri Benc2007-05-051-0/+155