aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/aes_ccm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-17mac80211: move struct aead_req off the stackArd Biesheuvel1-16/+30
2015-05-28mac80211: Switch to new AEAD interfaceHerbert Xu1-16/+14
2015-04-23mac80211: Include crypto/aead.hHerbert Xu1-2/+1
2015-03-30mac80111: aes_ccm: cleanup ieee80211_aes_key_setup_encrypt()Dan Carpenter1-4/+8
2015-01-27mac80111: Add CCMP-256 cipherJouni Malinen1-9/+12
2014-11-06mac80211: Fix regression that triggers a kernel BUG with CCMPRonald Wahl1-0/+3
2014-04-09mac80211: remove VLAIS usage from mac80211Jan-Simon Möller1-18/+19
2013-10-11mac80211: port CCMP to cryptoapi's CCM driverArd Biesheuvel1-113/+56
2013-05-16wireless: move crypto constants to ieee80211.hJohannes Berg1-3/+3
2011-07-08mac80211: use AES_BLOCK_SIZEJohannes Berg1-18/+19
2011-04-26mac80211: Fix warnings due to -Wunused-but-set-variableRajkumar Manoharan1-4/+2
2010-11-15mac80211: Remove redundant checks for NULL before calls to crypto_free_cipher()Jesper Juhl1-2/+1
2010-08-16mac80211: Don't squash error codes in key setup functionsBen Hutchings1-4/+2
2008-07-08mac80211: aes_ccm.c remove crypto wrapper and extra argsHarvey Harrison1-21/+17
2008-07-08mac80211: pass scratch buffer directly, remove additional pointersHarvey Harrison1-5/+8
2008-05-07mac80211: a few code cleanupsJohannes Berg1-1/+1
2008-04-08mac80211: rename filesJohannes Berg1-1/+1
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+0
2007-10-10[NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen1-2/+3
2007-05-05[MAC80211]: Add mac80211 wireless stack.Jiri Benc1-0/+155