summaryrefslogtreecommitdiffstats
path: root/libavutil/aes.c
Commit message (Expand)AuthorAgeFilesLines
* lavu: keep context size variablesMichael Niedermayer2012-10-281-2/+0
* Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer2012-10-121-0/+7
|\
| * avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö2012-10-111-0/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-221-1/+1
|\ \ | |/
| * Replace Subversion revisions in comments by Git hashes.Diego Biurrun2011-12-211-1/+1
* | Add coverage exclusions for test code.Reimar Döffinger2011-12-051-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-111-4/+4
|\ \ | |/
| * aes: Avoid illegal read and don't generate more key than we use.Alex Converse2011-11-101-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-051-15/+26
|\ \ | |/
| * aes: allow unaligned input and output buffersMans Rullgard2011-07-041-15/+26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-20/+31
|\ \ | |/
| * aes: fix for big endian systemsMans Rullgard2011-07-031-1/+5
| * aes: fix invalid array indexing in init codeMans Rullgard2011-07-031-14/+22
| * aes: use direct assignments instead of memcpy() or loopsMans Rullgard2011-07-031-6/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-011-100/+157
|\ \ | |/
| * aes: whitespace cosmeticsMans Rullgard2011-06-301-87/+132
| * aes: improve test program and add fate testMans Rullgard2011-06-301-21/+33
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* aes: fix array index out of bounds warningMåns Rullgård2010-07-041-1/+1
* Make mix function more readable.Reimar Döffinger2010-07-021-4/+5
* Change AES code to be strict-aliasing-safe.Reimar Döffinger2010-06-301-32/+42
* Pass subshift an argument of the proper type.Reimar Döffinger2010-06-281-1/+1
* Use a consistent type for multbl array function parameters.Reimar Döffinger2010-06-281-3/+3
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-101-3/+3
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-201-3/+4
* Make AES test program compile again: Setting the av_log_level variableDiego Biurrun2009-03-201-1/+1
* Add "const" to AES function arguments where possible without generatingReimar Döffinger2009-01-281-7/+7
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+3
* Fix test program compilation, random() needs to be undefined.Diego Biurrun2008-01-081-0/+2
* main() --> main(void)Diego Biurrun2007-11-231-1/+1
* Document aes init code writing on purpose beyond round_key array into state a...Reimar Döffinger2007-07-181-0/+2
* Move comment to a slightly better place.Diego Biurrun2007-07-021-2/+2
* correct last element inited checkMichael Niedermayer2007-05-131-1/+1
* make key parameter constBaptiste Coudurier2007-02-111-1/+1
* 10l (aes_crypt -> av_aes_crypt)Michael Niedermayer2007-01-171-4/+4
* fix CONFIG_SMALL againMichael Niedermayer2007-01-161-18/+8
* 30byte smaller object fileMichael Niedermayer2007-01-161-3/+3
* cbc supportMichael Niedermayer2007-01-161-12/+23
* avoid memcpy()Michael Niedermayer2007-01-161-4/+3
* give crypt a src and dstMichael Niedermayer2007-01-161-23/+21
* change subshift a little, this reduces the object size a litlleMichael Niedermayer2007-01-161-5/+7
* use 2 state arrays so that fewer temporary variables are neededMichael Niedermayer2007-01-161-33/+32
* remove useless parameterMichael Niedermayer2007-01-161-4/+4
* unused variableMichael Niedermayer2007-01-161-1/+1
* merge shift into mixMichael Niedermayer2007-01-151-20/+28
* make aes_en/decrypt() static until we decided on the public APIMichael Niedermayer2007-01-151-5/+5
* move #include log.h into the selftesting code where it belongsMichael Niedermayer2007-01-151-1/+1
* remove dependancy on *malloc()Michael Niedermayer2007-01-151-19/+20
* check the last? entry written for detecting already initalized tablesMichael Niedermayer2007-01-151-1/+1
* replace / by >> this makes the .o ~150 bytes smallerMichael Niedermayer2007-01-151-4/+4
OpenPOWER on IntegriCloud