index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
aes
/
aes_ctr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework framework for assembler support for AES counter mode and add
Andy Polyakov
2010-07-09
1
-61
/
+0
*
Engage crypto/modes.
Andy Polyakov
2008-12-23
1
-78
/
+2
*
Fix asserts. Fix incorrect dependency.
Ben Laurie
2008-11-02
1
-8
/
+7
*
size_t-fy AES, Camellia and RC4.
Andy Polyakov
2008-10-31
1
-3
/
+2
*
Make aes_ctr.c 64-bit savvy.
Andy Polyakov
2004-08-24
1
-4
/
+4
*
The counter is big-endian. Since it comes as an array of char,
Richard Levitte
2003-07-04
1
-26
/
+1
*
Oops, I forgot to replace 'counter' with 'ivec' when used...
Richard Levitte
2003-07-03
1
-2
/
+2
*
Change AES-CTR to increment the IV by 1 instead of 2^64.
Richard Levitte
2003-07-03
1
-7
/
+43
*
disable weird assert()s
Bodo Möller
2002-11-13
1
-0
/
+6
*
Add more commentary. Check that *num is smaller than the block size.
Richard Levitte
2002-10-12
1
-1
/
+5
*
The AES CTR API was buggy, we need to save the encrypted counter as well
Richard Levitte
2002-10-12
1
-4
/
+5
*
Correct AES counter mode, which incorrectly incremented the counter before
Richard Levitte
2002-05-30
1
-1
/
+1
*
Add the modes OFB128, CFB128 and CTR128 to AES.
Richard Levitte
2002-02-16
1
-0
/
+117