aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes_ofb.c
Commit message (Collapse)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-4/+5
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-1/+0
|
* Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson2011-02-161-0/+1
| | | | Make sure crypto.h is included first in any affected files.
* Engage crypto/modes.Andy Polyakov2008-12-231-74/+4
|
* size_t-fy AES, Camellia and RC4.Andy Polyakov2008-10-311-2/+2
|
* Reimplement AES_ofb128_encrypt.Andy Polyakov2006-06-051-61/+49
|
* disable weird assert()sBodo Möller2002-11-131-0/+6
|
* Add the modes OFB128, CFB128 and CTR128 to AES.Richard Levitte2002-02-161-0/+136
Submitted by Stephen Sprunk <stephen@sprunk.org>