summaryrefslogtreecommitdiffstats
path: root/sys/crypto/rc4/rc4.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid 256 integer divisions per rc4_init() call. Replace it with usingmav2008-12-161-3/+5
| | | | | | | | separate index variable. It gives more then double rc4_init() performance increase on tested i386 P4. It also gives about 15% speedup to PPTP VPN with stateless MPPE encryption (by ng_mppc) which calls rc4_init() for every packet.
* Use __FBSDID().obrien2003-06-101-3/+3
|
* make rc4 crypto support a module so other modules can depend on itsam2003-01-151-0/+22
| | | | | Submitted by: imp Reviewed by: imp
* A simplified RC4 implementation for kernel use.archie2000-04-091-0/+104
OpenPOWER on IntegriCloud