summaryrefslogtreecommitdiffstats
path: root/libavutil/des.c
Commit message (Expand)AuthorAgeFilesLines
* des: add possibility to calculate DES-CBC-MAC with small bufferDavid Goldwich2011-09-211-2/+11
* des: fix #if conditional around P_shuffleMans Rullgard2011-07-161-1/+1
* des: allow unaligned input and output buffersMans Rullgard2011-07-041-4/+4
* Move some conditionally used code below the appropriate #ifdef.Diego Biurrun2011-07-031-0/+2
* des: reduce number of iterations in test programMans Rullgard2011-07-031-1/+1
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-4/+4
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-4/+4
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-4/+4
* Mark non-exported functions in test and example programs as static.Diego Biurrun2009-03-311-1/+1
* Remove/replace code disabled by major version bump.Reimar Döffinger2009-03-081-11/+3
* 100l, don't run tests twice, this was some forgotten debugging code.Reimar Döffinger2009-02-031-1/+0
* Fix a bug in 3DEC CBC decryption and add more extensive tests based onReimar Döffinger2009-02-031-1/+36
* Update DES test code to use the new public API.Reimar Döffinger2009-02-031-7/+24
* Add support for 3DES to DES moduleReimar Döffinger2009-02-031-2/+14
* Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger2009-02-031-2/+45
* Avoid unused variable warning when compiling DES test program.Diego Biurrun2009-01-211-1/+4
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+3
* Fix des-test compilation.Diego Biurrun2008-04-181-0/+3
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-191-0/+1
* revert r12489.Benoit Fouet2008-03-181-1/+0
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-181-0/+1
* Add support for DES en- and decryption.Reimar Döffinger2007-10-191-0/+330
OpenPOWER on IntegriCloud