index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
hmac.c
Age
Commit message (
Expand
)
Author
2015-09-05
lavu/hmac: remove deprecated type ids
Hendrik Leppkes
2015-07-29
avutil/hmac: fix API/ABI compatibility with the fork
James Almer
2015-03-30
avutil/hmac: Check av_hmac_alloc() return code
Michael Niedermayer
2014-12-27
avutil/hmac: use av_freep() to avoid leaving stale pointers in memory
Michael Niedermayer
2013-08-06
avutil/hmac: make const tables static const
Michael Niedermayer
2013-06-12
fate: Add test vectors for HMAC SHA and SHA-2
James Almer
2013-06-12
lavu/hmac: Add support for SHA-2
James Almer
2013-05-20
avutil/hmac: silence pointer type warnings
Michael Niedermayer
2013-05-05
Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'
Michael Niedermayer
2013-05-04
avutil: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-01-16
Merge commit '0eecafc948b74c247ebbc59f18f508db5d590d0b'
Michael Niedermayer
2013-01-15
lavu: Add a fate test for the HMAC API
Martin Storsjö
2013-01-15
Merge commit 'ab2ad8bd56882c0ea160b154e8b836eb71abc49d'
Michael Niedermayer
2013-01-15
lavu: Add an API for calculating HMAC (RFC 2104)
Martin Storsjö