summaryrefslogtreecommitdiff
path: root/libavutil/des.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-2/+4
* Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch2016-06-221-1/+1
|\
| * tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-131-1/+1
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-110/+1
|\ \ | |/
| * build: Split test programs off into separate filesDiego Biurrun2016-04-071-110/+1
* | Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'Derek Buitenhuis2016-04-211-140/+133
|\ \ | |/
| * testprogs: K&R formatting cosmeticsDiego Biurrun2016-03-241-137/+131
* | Merge commit '439929859ae0eb9542d3bb8a0c856bd5a1d1ec48'Derek Buitenhuis2016-04-211-1/+3
|\ \ | |/
| * testprogs: Clean up #includesDiego Biurrun2016-03-241-1/+3
* | Merge commit '52385410b7de012c2562fb5ba8f07a4e1112c4e7'Derek Buitenhuis2016-04-171-3/+1
|\ \ | |/
| * des-test: Move a variable declaration to avoid an ifdefDiego Biurrun2016-03-231-3/+1
* | avutil: use EINVAL instead of -1 for the return code of crypto related init f...Ganesh Ajjanagadde2015-10-181-1/+1
* | avutil: undo FF_API_CRYPTO_CONTEXT deprecationJames Almer2015-10-161-7/+0
* | Merge commit 'd9e8b47e3144262d6bc4681740411d4bdafad6ac'Hendrik Leppkes2015-08-021-1/+12
|\ \ | |/
| * des: add av_des_alloc()James Almer2015-07-311-1/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-111-1/+3
|\ \ | |/
| * Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-101-1/+3
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-051-5/+0
|\ \ | |/
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-3/+0
* | av_des_init: suppress warning about unused parameterMichael Niedermayer2012-09-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-201-4/+2
|\ \ | |/
| * Use av_gettime() in various placesMans Rullgard2012-06-201-4/+2
* | des: Fix half a dozen warningsMichael Niedermayer2012-04-021-4/+4
* | Add coverage exclusions for test code.Reimar Döffinger2011-12-051-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-211-2/+11
|\ \ | |/
| * des: add possibility to calculate DES-CBC-MAC with small bufferDavid Goldwich2011-09-211-2/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-1/+1
|\ \ | |/
| * des: fix #if conditional around P_shuffleMans Rullgard2011-07-161-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-051-4/+4
|\ \ | |/
| * des: allow unaligned input and output buffersMans Rullgard2011-07-041-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-1/+3
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-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