aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes_ctr.c
Commit message (Expand)AuthorAgeFilesLines
* Make aes_ctr.c 64-bit savvy.Andy Polyakov2004-08-231-4/+4
* The counter is big-endian. Since it comes as an array of char,Richard Levitte2003-07-041-26/+1
* Oops, I forgot to replace 'counter' with 'ivec' when used...Richard Levitte2003-07-031-2/+2
* Change AES-CTR to increment the IV by 1 instead of 2^64.Richard Levitte2003-07-031-7/+43
* disable weird assert()sBodo Möller2002-11-131-0/+6
* Add more commentary. Check that *num is smaller than the block size.Richard Levitte2002-10-111-1/+5
* The AES CTR API was buggy, we need to save the encrypted counter as wellRichard Levitte2002-10-111-4/+5
* Correct AES counter mode, which incorrectly incremented the counter beforeRichard Levitte2002-05-301-1/+1
* Add the modes OFB128, CFB128 and CTR128 to AES.Richard Levitte2002-02-161-0/+117