Home
last modified time | relevance | path

Searched refs:av_hmac_alloc (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavutil/tests/
Dhmac.c60 hmac = av_hmac_alloc(i); in main()
74 hmac = av_hmac_alloc(i); in main()
/third_party/ffmpeg/libavutil/
Dhmac.h48 AVHMAC *av_hmac_alloc(enum AVHMACType type);
Dhmac.c72 AVHMAC *av_hmac_alloc(enum AVHMACType type) in av_hmac_alloc() function
/third_party/ffmpeg/libavformat/
Drtmpdigest.c39 hmac = av_hmac_alloc(AV_HMAC_SHA256); in ff_rtmp_calc_digest()
Dsrtp.c93 s->hmac = av_hmac_alloc(AV_HMAC_SHA1); in ff_srtp_set_crypto()