aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/rc4
Commit message (Expand)AuthorAgeFilesLines
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Avoid 256 integer divisions per rc4_init() call. Replace it with usingAlexander Motin2008-12-161-3/+5
* Use __FBSDID().David E. O'Brien2003-06-101-3/+3
* make rc4 crypto support a module so other modules can depend on itSam Leffler2003-01-151-0/+22
* A simplified RC4 implementation for kernel use.Archie Cobbs2000-04-092-0/+158