]> git.sesse.net Git - ffmpeg/history - libavutil/aes.c
rtspenc: include os_support.h for system without HAVE_POLL_H
[ffmpeg] / libavutil / aes.c
2010-07-04 Måns Rullgårdaes: fix array index out of bounds warning
2010-07-02 Reimar DöffingerMake mix function more readable.
2010-06-30 Reimar DöffingerChange AES code to be strict-aliasing-safe.
2010-06-28 Reimar DöffingerPass subshift an argument of the proper type.
2010-06-28 Reimar DöffingerUse a consistent type for multbl array function parameters.
2009-04-10 Diego Biurruncosmetics: Rename prn variable to prng (Pseudo Random...
2009-03-20 Diego BiurrunReplace random() usage in test programs by av_lfg_*().
2009-03-20 Diego BiurrunMake AES test program compile again: Setting the av_log...
2009-01-28 Reimar DöffingerAdd "const" to AES function arguments where possible...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-01-08 Diego BiurrunFix test program compilation, random() needs to be...
2007-11-23 Diego Biurrunmain() --> main(void)
2007-07-18 Reimar DöffingerDocument aes init code writing on purpose beyond round_...
2007-07-02 Diego BiurrunMove comment to a slightly better place.
2007-05-13 Michael Niedermayercorrect last element inited check
2007-02-11 Baptiste Couduriermake key parameter const
2007-01-17 Michael Niedermayer10l (aes_crypt -> av_aes_crypt)
2007-01-16 Michael Niedermayerfix CONFIG_SMALL again
2007-01-16 Michael Niedermayer30byte smaller object file
2007-01-16 Michael Niedermayercbc support
2007-01-16 Michael Niedermayeravoid memcpy()
2007-01-16 Michael Niedermayergive crypt a src and dst
2007-01-16 Michael Niedermayerchange subshift a little, this reduces the object size...
2007-01-16 Michael Niedermayeruse 2 state arrays so that fewer temporary variables...
2007-01-16 Michael Niedermayerremove useless parameter
2007-01-16 Michael Niedermayerunused variable
2007-01-15 Michael Niedermayermerge shift into mix
2007-01-15 Michael Niedermayermake aes_en/decrypt() static until we decided on the...
2007-01-15 Michael Niedermayermove #include log.h into the selftesting code where...
2007-01-15 Michael Niedermayerremove dependancy on *malloc()
2007-01-15 Michael Niedermayercheck the last? entry written for detecting already...
2007-01-15 Michael Niedermayerreplace / by >> this makes the .o ~150 bytes smaller
2007-01-15 Michael Niedermayercosmetic
2007-01-14 Michael Niedermayersimplify
2007-01-14 Michael Niedermayersimplify multiply table init
2007-01-14 Michael Niedermayersimplify selftest
2007-01-14 Michael Niedermayerrevert simplification (broke 192 bit keys)
2007-01-14 Michael Niedermayersimplify
2007-01-14 Michael Niedermayerfix 2 warnings
2007-01-14 Michael Niedermayerseems i didnt copy anything from aes128.c so this shoul...
2007-01-14 Michael Niedermayerunneeded
2007-01-14 Michael Niedermayerunused think
2007-01-14 Michael Niedermayermerge encrypt and decrypt so the source is simpler...
2007-01-14 Michael Niedermayerindent
2007-01-14 Michael Niedermayerremove duplicate round_key
2007-01-14 Michael Niedermayermake decode look more like encode
2007-01-14 Michael Niedermayerdont use encode tables for decoding
2007-01-14 Michael Niedermayerremove no longer corret comment
2007-01-14 Michael Niedermayerunused stuff removial
2007-01-14 Michael Niedermayermerge inv_sbox into inv_mix
2007-01-14 Michael Niedermayermerge sbox with mix on the encryption side
2007-01-14 Michael Niedermayer1 test vector
2007-01-14 Michael Niedermayerfix CONFIG_SMALL case
2007-01-14 Michael Niedermayersimplify special round
2007-01-14 Michael Niedermayerbenchmark
2007-01-14 Michael Niedermayerinit multbl
2007-01-14 Michael Niedermayerascii
2007-01-14 Michael Niedermayercosmetic
2007-01-14 Michael Niedermayersimplify round_key generation by writing over the end...
2007-01-14 Michael Niedermayercosmetics
2007-01-14 Michael Niedermayermemcpy
2007-01-14 Michael Niedermayerseems the larger rcon values are never accessed
2007-01-14 Michael Niedermayercopyright fix
2007-01-14 Michael Niedermayerstealing multbl trick from reimar
2007-01-14 Michael Niedermayerstealing reimars XOR_BLOCK
2007-01-14 Michael Niedermayercosmetic
2007-01-14 Michael Niedermayermemleak
2007-01-14 Michael Niedermayersimplify sbox init
2007-01-14 Michael Niedermayeraes support (unfinished)