diff options
Diffstat (limited to 'ffmpeg/libavutil/hmac.h')
| -rw-r--r-- | ffmpeg/libavutil/hmac.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ffmpeg/libavutil/hmac.h b/ffmpeg/libavutil/hmac.h index aef84c6..d36d4de 100644 --- a/ffmpeg/libavutil/hmac.h +++ b/ffmpeg/libavutil/hmac.h @@ -32,6 +32,10 @@ enum AVHMACType { AV_HMAC_MD5, AV_HMAC_SHA1, + AV_HMAC_SHA224 = 10, + AV_HMAC_SHA256, + AV_HMAC_SHA384, + AV_HMAC_SHA512, }; typedef struct AVHMAC AVHMAC; |
