Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
| | | | | Pointyhat to: kevlo (myself) | ||||
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Avoid 256 integer divisions per rc4_init() call. Replace it with using | mav | 2008-12-16 | 1 | -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(). | obrien | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | make rc4 crypto support a module so other modules can depend on it | sam | 2003-01-15 | 1 | -0/+22 |
| | | | | | Submitted by: imp Reviewed by: imp | ||||
* | A simplified RC4 implementation for kernel use. | archie | 2000-04-09 | 2 | -0/+158 |