summaryrefslogtreecommitdiff
path: root/libavutil/hmac.c
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete version.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avutil: Switch crypto APIs to size_tAndreas Rheinhardt2021-04-271-4/+0
* Merge commit '00b6a765430e5c5cacf0bd1be8b318d631cd4e14'Clément Bœsch2017-05-051-16/+27
|\
| * hmac: Explicitly convert types at function pointer assignmentDiego Biurrun2017-01-091-12/+23
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-81/+0
|\ \ | |/
| * build: Split test programs off into separate filesDiego Biurrun2016-04-071-74/+0
| * fate: add test vectors for HMAC SHA and SHA-2James Almer2015-07-291-10/+36
| * hmac: add support for SHA-2James Almer2015-07-291-5/+26
* | lavu/hmac: remove deprecated type idsHendrik Leppkes2015-09-051-6/+0
* | avutil/hmac: fix API/ABI compatibility with the forkJames Almer2015-07-291-24/+35
* | avutil/hmac: Check av_hmac_alloc() return codeMichael Niedermayer2015-03-301-0/+2
* | avutil/hmac: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-271-1/+1
* | avutil/hmac: make const tables static constMichael Niedermayer2013-08-061-6/+6
* | fate: Add test vectors for HMAC SHA and SHA-2James Almer2013-06-121-10/+36
* | lavu/hmac: Add support for SHA-2James Almer2013-06-121-6/+52
* | avutil/hmac: silence pointer type warningsMichael Niedermayer2013-05-201-5/+5
* | Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'Michael Niedermayer2013-05-051-1/+2
|\ \ | |/
| * avutil: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
* | Merge commit '0eecafc948b74c247ebbc59f18f508db5d590d0b'Michael Niedermayer2013-01-161-0/+48
|\ \ | |/
| * lavu: Add a fate test for the HMAC APIMartin Storsjö2013-01-151-0/+48
* | Merge commit 'ab2ad8bd56882c0ea160b154e8b836eb71abc49d'Michael Niedermayer2013-01-151-4/+4
|/
* lavu: Add an API for calculating HMAC (RFC 2104)Martin Storsjö2013-01-151-0/+138