summaryrefslogtreecommitdiff
path: root/libavutil/des.c
Commit message (Expand)AuthorAge
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-13
* build: Split test programs off into separate filesDiego Biurrun2016-04-07
* testprogs: K&R formatting cosmeticsDiego Biurrun2016-03-24
* testprogs: Clean up #includesDiego Biurrun2016-03-24
* des-test: Move a variable declaration to avoid an ifdefDiego Biurrun2016-03-23
* des: add av_des_alloc()James Almer2015-07-31
* Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-10
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* Use av_gettime() in various placesMans Rullgard2012-06-20
* des: add possibility to calculate DES-CBC-MAC with small bufferDavid Goldwich2011-09-21
* des: fix #if conditional around P_shuffleMans Rullgard2011-07-16
* des: allow unaligned input and output buffersMans Rullgard2011-07-04
* Move some conditionally used code below the appropriate #ifdef.Diego Biurrun2011-07-03
* des: reduce number of iterations in test programMans Rullgard2011-07-03
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Mark non-exported functions in test and example programs as static.Diego Biurrun2009-03-31
* Remove/replace code disabled by major version bump.Reimar Döffinger2009-03-08
* 100l, don't run tests twice, this was some forgotten debugging code.Reimar Döffinger2009-02-03
* Fix a bug in 3DEC CBC decryption and add more extensive tests based onReimar Döffinger2009-02-03
* Update DES test code to use the new public API.Reimar Döffinger2009-02-03
* Add support for 3DES to DES moduleReimar Döffinger2009-02-03
* Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger2009-02-03
* Avoid unused variable warning when compiling DES test program.Diego Biurrun2009-01-21
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Fix des-test compilation.Diego Biurrun2008-04-18
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-19
* revert r12489.Benoit Fouet2008-03-18
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-18
* Add support for DES en- and decryption.Reimar Döffinger2007-10-19