Home
last modified time | relevance | path

Searched refs:av_md5_alloc (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavutil/
Dmd5.h51 struct AVMD5 *av_md5_alloc(void);
Dmd5.c48 struct AVMD5 *av_md5_alloc(void) in av_md5_alloc() function
Dhmac.c84 c->hash = av_md5_alloc(); in av_hmac_alloc()
Dhash.c115 case MD5: res->ctx = av_md5_alloc(); break; in av_hash_alloc()
/third_party/ffmpeg/libavformat/
Dmd5proto.c41 c->md5 = av_md5_alloc(); in md5_open()
Dhttpauth.c161 md5ctx = av_md5_alloc(); in make_digest_auth()
Drtmpproto.c1608 struct AVMD5 *md5 = av_md5_alloc(); in do_adobe_auth()
1651 struct AVMD5 *md5 = av_md5_alloc(); in do_llnw_auth()
/third_party/ffmpeg/doc/examples/
Dfilter_audio.c299 md5 = av_md5_alloc(); in main()
/third_party/ffmpeg/libavformat/tests/
Dmovenc.c379 md5 = av_md5_alloc(); in main()
/third_party/ffmpeg/libavcodec/
Dflacenc.c420 s->md5ctx = av_md5_alloc(); in flac_encode_init()
Dhevcdec.c3482 s->md5_ctx = av_md5_alloc(); in hevc_init_context()