Sun, 04 Jul 2010 20:38:46 +0000 |
mru |
aes: fix array index out of bounds warning
libavutil
|
Fri, 02 Jul 2010 17:33:45 +0000 |
reimar |
Make mix function more readable.
libavutil
|
Wed, 30 Jun 2010 04:50:35 +0000 |
reimar |
Chnage AES code to be strict-aliasing-safe.
libavutil
|
Mon, 28 Jun 2010 17:19:55 +0000 |
reimar |
Pass subshift an argument of the proper type.
libavutil
|
Mon, 28 Jun 2010 17:11:48 +0000 |
reimar |
Use a consistent type for multbl array function parameters.
libavutil
|
Fri, 10 Apr 2009 17:23:38 +0000 |
diego |
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).
libavutil
|
Fri, 20 Mar 2009 11:48:27 +0000 |
diego |
Replace random() usage in test programs by av_lfg_*().
libavutil
|
Fri, 20 Mar 2009 00:18:46 +0000 |
diego |
Make AES test program compile again: Setting the av_log_level variable
libavutil
|
Wed, 28 Jan 2009 17:48:26 +0000 |
reimar |
Add "const" to AES function arguments where possible without generating
libavutil
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavutil
|
Tue, 08 Jan 2008 22:40:25 +0000 |
diego |
Fix test program compilation, random() needs to be undefined.
libavutil
|
Fri, 23 Nov 2007 00:52:56 +0000 |
diego |
main() --> main(void)
libavutil
|
Wed, 18 Jul 2007 12:22:07 +0000 |
reimar |
Document aes init code writing on purpose beyond round_key array into state array.
libavutil
|
Mon, 02 Jul 2007 17:00:51 +0000 |
diego |
Move comment to a slightly better place.
libavutil
|
Sun, 13 May 2007 19:14:18 +0000 |
michael |
correct last element inited check
libavutil
|
Sun, 11 Feb 2007 16:57:17 +0000 |
bcoudurier |
make key parameter const
libavutil
|
Wed, 17 Jan 2007 00:49:48 +0000 |
michael |
10l (aes_crypt -> av_aes_crypt)
libavutil
|
Tue, 16 Jan 2007 19:50:49 +0000 |
michael |
fix CONFIG_SMALL again
libavutil
|
Tue, 16 Jan 2007 19:30:43 +0000 |
michael |
30byte smaller object file
libavutil
|
Tue, 16 Jan 2007 19:08:52 +0000 |
michael |
cbc support
libavutil
|
Tue, 16 Jan 2007 17:58:11 +0000 |
michael |
avoid memcpy()
libavutil
|
Tue, 16 Jan 2007 17:51:54 +0000 |
michael |
give crypt a src and dst
libavutil
|
Tue, 16 Jan 2007 17:40:40 +0000 |
michael |
change subshift a little, this reduces the object size a litlle
libavutil
|
Tue, 16 Jan 2007 17:17:05 +0000 |
michael |
use 2 state arrays so that fewer temporary variables are needed
libavutil
|
Tue, 16 Jan 2007 16:29:01 +0000 |
michael |
remove useless parameter
libavutil
|
Tue, 16 Jan 2007 16:24:43 +0000 |
michael |
unused variable
libavutil
|
Mon, 15 Jan 2007 13:45:48 +0000 |
michael |
merge shift into mix
libavutil
|
Mon, 15 Jan 2007 10:37:34 +0000 |
michael |
make aes_en/decrypt() static until we decided on the public API
libavutil
|
Mon, 15 Jan 2007 01:33:56 +0000 |
michael |
move #include log.h into the selftesting code where it belongs
libavutil
|
Mon, 15 Jan 2007 01:32:06 +0000 |
michael |
remove dependancy on *malloc()
libavutil
|
Mon, 15 Jan 2007 01:05:40 +0000 |
michael |
check the last? entry written for detecting already initalized tables
libavutil
|
Mon, 15 Jan 2007 01:01:56 +0000 |
michael |
replace / by >> this makes the .o ~150 bytes smaller
libavutil
|
Mon, 15 Jan 2007 00:55:51 +0000 |
michael |
cosmetic
libavutil
|
Sun, 14 Jan 2007 21:40:21 +0000 |
michael |
simplify
libavutil
|
Sun, 14 Jan 2007 21:30:54 +0000 |
michael |
simplify multiply table init
libavutil
|
Sun, 14 Jan 2007 21:20:15 +0000 |
michael |
simplify selftest
libavutil
|
Sun, 14 Jan 2007 21:13:14 +0000 |
michael |
revert simplification (broke 192 bit keys)
libavutil
|
Sun, 14 Jan 2007 21:03:15 +0000 |
michael |
simplify
libavutil
|
Sun, 14 Jan 2007 19:58:41 +0000 |
michael |
fix 2 warnings
libavutil
|
Sun, 14 Jan 2007 19:51:23 +0000 |
michael |
seems i didnt copy anything from aes128.c so this should be more correct ?
libavutil
|
Sun, 14 Jan 2007 19:45:27 +0000 |
michael |
unneeded
libavutil
|
Sun, 14 Jan 2007 19:41:57 +0000 |
michael |
unused think
libavutil
|
Sun, 14 Jan 2007 19:39:38 +0000 |
michael |
merge encrypt and decrypt so the source is simpler and the compiler can choose with inlining if it wants speed or small size
libavutil
|
Sun, 14 Jan 2007 19:24:34 +0000 |
michael |
indent
libavutil
|
Sun, 14 Jan 2007 19:24:06 +0000 |
michael |
remove duplicate round_key
libavutil
|
Sun, 14 Jan 2007 19:02:59 +0000 |
michael |
make decode look more like encode
libavutil
|
Sun, 14 Jan 2007 19:01:17 +0000 |
michael |
dont use encode tables for decoding
libavutil
|
Sun, 14 Jan 2007 18:58:45 +0000 |
michael |
remove no longer corret comment
libavutil
|
Sun, 14 Jan 2007 18:51:09 +0000 |
michael |
unused stuff removial
libavutil
|
Sun, 14 Jan 2007 18:47:01 +0000 |
michael |
merge inv_sbox into inv_mix
libavutil
|
Sun, 14 Jan 2007 18:17:45 +0000 |
michael |
merge sbox with mix on the encryption side
libavutil
|
Sun, 14 Jan 2007 17:43:45 +0000 |
michael |
1 test vector
libavutil
|
Sun, 14 Jan 2007 17:19:04 +0000 |
michael |
fix CONFIG_SMALL case
libavutil
|
Sun, 14 Jan 2007 16:49:35 +0000 |
michael |
simplify special round
libavutil
|
Sun, 14 Jan 2007 16:45:34 +0000 |
michael |
benchmark
libavutil
|
Sun, 14 Jan 2007 16:43:32 +0000 |
michael |
init multbl
libavutil
|
Sun, 14 Jan 2007 16:19:51 +0000 |
michael |
ascii
libavutil
|
Sun, 14 Jan 2007 13:47:15 +0000 |
michael |
cosmetic
libavutil
|
Sun, 14 Jan 2007 13:46:20 +0000 |
michael |
simplify round_key generation by writing over the end but ensuring that theres some irrelevant stuff afterwards
libavutil
|
Sun, 14 Jan 2007 13:38:10 +0000 |
michael |
cosmetics
libavutil
|