aboutsummaryrefslogtreecommitdiff
path: root/crypto/aes/aes_cfb.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Copyright consolidation 05/10Rich Salz1-47/+6
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-18/+22
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie1-1/+0
2011-02-16Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson1-0/+1
2008-12-23Engage crypto/modes.Andy Polyakov1-175/+4
2008-10-31size_t-fy AES, Camellia and RC4.Andy Polyakov1-6/+6
2007-04-05Avoid overrun. Coverity ID 60.Ben Laurie1-1/+1
2006-06-05Correct logical error in STRICT_ALIGNMENT check and remove copy ofAndy Polyakov1-59/+3
2006-05-30Tune up AES CFB. Performance improvement varies from 10% to 50% fromAndy Polyakov1-12/+95
2006-04-20undo accidental commitNils Larsch1-1/+1
2006-04-20as we encrypt every bit separately we need to loop through the numberNils Larsch1-1/+1
2004-12-30AES-CFB[18] 2x optimization. Well, I bet nobody cares about AES-CFB1Andy Polyakov1-46/+20
2004-11-01Make sure memmove() is defined, even on SunOS 4.1.4.Richard Levitte1-0/+1
2004-01-28Add the missing parts for DES CFB1 and CFB8.Richard Levitte1-0/+93
2002-11-13disable weird assert()sBodo Möller1-0/+6
2002-05-31In CFB mode, the iv is always encrypted.Richard Levitte1-1/+1
2002-02-16Add the modes OFB128, CFB128 and CTR128 to AES.Richard Levitte1-0/+151