summaryrefslogtreecommitdiff
path: root/libavutil/sha.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-1/+2
* avutil: Switch crypto APIs to size_tAndreas Rheinhardt2021-04-271-11/+12
* Merge commit 'e435beb1ea5380a90774dbf51fdc8c941e486551'Clément Bœsch2017-05-051-1/+5
|\
| * crypto: consistently use size_t as type for length parametersDiego Biurrun2017-01-091-1/+5
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-52/+0
|\ \ | |/
| * build: Split test programs off into separate filesDiego Biurrun2016-04-071-52/+0
| * lavu: Drop deprecated context size variablesVittorio Giovara2015-08-281-4/+0
* | avutil: use EINVAL instead of -1 for the return code of crypto related init f...Ganesh Ajjanagadde2015-10-181-1/+1
* | avutil/sha: Protect macro arguments with ()Michael Niedermayer2015-02-181-6/+6
* | lavu/sha: Fully unroll the transform function loopsJames Almer2013-09-111-48/+67
* | avutil/sha:make const tables static constMichael Niedermayer2013-08-111-1/+1
* | avutil/sha: reorder Maj argumentsMichael Niedermayer2013-06-021-1/+1
* | Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'Michael Niedermayer2013-05-051-1/+3
|\ \ | |/
| * avutil: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+3
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-051-1/+0
|\ \ | |/
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-1/+0
* | lavu: keep context size variablesMichael Niedermayer2012-10-281-2/+0
* | Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer2012-10-121-0/+8
|\ \ | |/
| * avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö2012-10-111-0/+8
* | sha: change loop condition to be tighter.Michael Niedermayer2012-10-111-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-141-1/+2
|\ \ | |/
| * Move some conditionally used variables into the block where they are used.Diego Biurrun2012-02-131-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-051-2/+2
|\ \ | |/
| * sha: use AV_RB32() instead of assuming buffer can be cast to uint32_t*Kostya Shishkov2011-07-041-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-211-24/+0
|\ \ | |/
| * lavu: remove disabled sha1 cruft.Anton Khirnov2011-04-191-24/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-3/+3
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-3/+3
* sha: add missing includeMåns Rullgård2010-03-111-0/+1
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-091-2/+1
* Include sha1.h from sha.c: It contains several prototypes.Carl Eugen Hoyos2010-02-281-0/+1
* Simplify expression as suggested by Måns RullgårdKostya Shishkov2010-02-111-1/+1
* Make SHA digest function write digest value with AV_WN32 instead of assumingKostya Shishkov2010-02-111-1/+2
* Mark conditionally used variable T2 as av_unused; avoids the warning:Diego Biurrun2009-07-301-1/+1
* cosmetics: reindent after last commitKostya Shishkov2009-07-171-40/+40
* Add SHA-2 hashingKostya Shishkov2009-07-171-6/+168
* Prepare SHA code to handle SHA-2 as well. For now rename files and functionsKostya Shishkov2009-07-101-0/+237