]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil/aes.c
cosmetics, alignment
[frescor/ffmpeg.git] / libavutil / aes.c
2009-04-10 diegocosmetics: Rename prn variable to prng (Pseudo Random...
2009-03-20 diegoReplace random() usage in test programs by av_lfg_*().
2009-03-20 diegoMake AES test program compile again: Setting the av_log...
2009-01-28 reimarAdd "const" to AES function arguments where possible...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-01-08 diegoFix test program compilation, random() needs to be...
2007-11-23 diegomain() --> main(void)
2007-07-18 reimarDocument aes init code writing on purpose beyond round_...
2007-07-02 diegoMove comment to a slightly better place.
2007-05-13 michaelcorrect last element inited check
2007-02-11 bcouduriermake key parameter const
2007-01-17 michael10l (aes_crypt -> av_aes_crypt)
2007-01-16 michaelfix CONFIG_SMALL again
2007-01-16 michael30byte smaller object file
2007-01-16 michaelcbc support
2007-01-16 michaelavoid memcpy()
2007-01-16 michaelgive crypt a src and dst
2007-01-16 michaelchange subshift a little, this reduces the object size...
2007-01-16 michaeluse 2 state arrays so that fewer temporary variables...
2007-01-16 michaelremove useless parameter
2007-01-16 michaelunused variable
2007-01-15 michaelmerge shift into mix
2007-01-15 michaelmake aes_en/decrypt() static until we decided on the...
2007-01-15 michaelmove #include log.h into the selftesting code where...
2007-01-15 michaelremove dependancy on *malloc()
2007-01-15 michaelcheck the last? entry written for detecting already...
2007-01-15 michaelreplace / by >> this makes the .o ~150 bytes smaller
2007-01-15 michaelcosmetic
2007-01-14 michaelsimplify
2007-01-14 michaelsimplify multiply table init
2007-01-14 michaelsimplify selftest
2007-01-14 michaelrevert simplification (broke 192 bit keys)
2007-01-14 michaelsimplify
2007-01-14 michaelfix 2 warnings
2007-01-14 michaelseems i didnt copy anything from aes128.c so this shoul...
2007-01-14 michaelunneeded
2007-01-14 michaelunused think
2007-01-14 michaelmerge encrypt and decrypt so the source is simpler...
2007-01-14 michaelindent
2007-01-14 michaelremove duplicate round_key
2007-01-14 michaelmake decode look more like encode
2007-01-14 michaeldont use encode tables for decoding
2007-01-14 michaelremove no longer corret comment
2007-01-14 michaelunused stuff removial
2007-01-14 michaelmerge inv_sbox into inv_mix
2007-01-14 michaelmerge sbox with mix on the encryption side
2007-01-14 michael1 test vector
2007-01-14 michaelfix CONFIG_SMALL case
2007-01-14 michaelsimplify special round
2007-01-14 michaelbenchmark
2007-01-14 michaelinit multbl
2007-01-14 michaelascii
2007-01-14 michaelcosmetic
2007-01-14 michaelsimplify round_key generation by writing over the end...
2007-01-14 michaelcosmetics
2007-01-14 michaelmemcpy
2007-01-14 michaelseems the larger rcon values are never accessed
2007-01-14 michaelcopyright fix
2007-01-14 michaelstealing multbl trick from reimar
2007-01-14 michaelstealing reimars XOR_BLOCK
2007-01-14 michaelcosmetic
2007-01-14 michaelmemleak
2007-01-14 michaelsimplify sbox init
2007-01-14 michaelaes support (unfinished)