aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rc4/rc4_enc.c
Commit message (Collapse)AuthorAgeFilesLines
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-58/+58
| | | | | | | This should be a one off operation (subsequent invokation of the script should not move them) Reviewed-by: Tim Hudson <tjh@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-235/+253
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+2
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-2/+2
| | | | | | | indent will not alter them when reformatting comments Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
* Please Clang's sanitizer.Andy Polyakov2014-07-081-1/+1
| | | | PR: #3424,#3423,#3422
* Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov2008-12-291-2/+2
|
* size_t-fy AES, Camellia and RC4.Andy Polyakov2008-10-311-6/+6
|
* Omit padding in RC4_KEY on IA-64. The idea behind padding was to reserveAndy Polyakov2005-06-261-4/+0
| | | | | | | | room for aligning of the key schedule itself [specific alignment is required for future performance improvements], but OpenSSH "abuses" our API by making copies and restoring RC4_KEY, thus ruining the alignment and making it impossible to recover the key schedule. PR: 1114
* Engage RC4 IA-64 assembler module.Andy Polyakov2004-11-261-0/+4
|
* Document RC4.Ulf Möller2000-02-051-1/+1
|
* RC4 tune-up featuring 30-40% performance improvement on most RISCAndy Polyakov1999-10-071-65/+151
| | | | platforms. See crypto/rc4/rc4_enc.c for further details.
* RC4 tune-up.Andy Polyakov1999-09-261-0/+98
| | | | See comments in the code (after #if defined(RC4_CHUNK)) for more details.
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
| | | | | | Submitted by: Reviewed by: PR:
* Change functions to ANSI C.Ulf Möller1999-04-191-5/+2
|
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-1/+0
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-63/+3
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+195