Felix Fietkau 5f9f1812b6 mac80211: remove the dependency on crypto_blkcipher
The only thing that using crypto_blkcipher with ecb does over just using
arc4 directly is wrapping the encrypt/decrypt function into a for loop,
looping over each individual character.
To be able to do this, it pulls in around 40 kb worth of unnecessary
kernel modules (at least on a MIPS embedded device).
Using arc4 directly not only eliminates those dependencies, it also makes
the code smaller.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-04-04 16:20:00 -04:00
..
2011-04-04 16:18:33 -04:00
2009-07-10 15:01:49 -04:00
2011-02-25 15:33:39 -05:00
2011-03-07 13:48:30 -05:00
2011-01-05 16:07:12 -05:00
2011-03-07 13:48:30 -05:00
2011-03-30 14:15:12 -04:00
2011-03-07 13:51:04 -05:00
2010-12-22 15:44:22 -05:00
2010-01-05 16:21:40 -05:00
2011-03-07 13:48:30 -05:00