aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes_cfb.c
Commit message (Expand)AuthorAgeFilesLines
* AES-CFB[18] 2x optimization. Well, I bet nobody cares about AES-CFB1Andy Polyakov2004-12-301-46/+20
* Make sure memmove() is defined, even on SunOS 4.1.4.Richard Levitte2004-11-011-0/+1
* Add the missing parts for DES CFB1 and CFB8.Richard Levitte2004-01-281-0/+93
* disable weird assert()sBodo Möller2002-11-131-0/+6
* In CFB mode, the iv is always encrypted.Richard Levitte2002-05-311-1/+1
* Add the modes OFB128, CFB128 and CTR128 to AES.Richard Levitte2002-02-161-0/+151