MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / av_md5_alloc

Function av_md5_alloc

libavutil/md5.c:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48const int av_md5_size = sizeof(AVMD5);
49
50struct AVMD5 *av_md5_alloc(void)
51{
52 return av_mallocz(sizeof(struct AVMD5));
53}
54
55static const uint8_t S[4][4] = {
56 { 7, 12, 17, 22 }, /* round 1 */

Callers 11

make_digest_authFunction · 0.85
md5_openFunction · 0.85
do_adobe_authFunction · 0.85
do_llnw_authFunction · 0.85
mainFunction · 0.85
DEFINE_ALGO_BITS_INITFunction · 0.85
av_hash_allocFunction · 0.85
flac_encode_initFunction · 0.85
ff_h274_hash_initFunction · 0.85
hevc_init_contextFunction · 0.85
mainFunction · 0.85

Calls 1

av_malloczFunction · 0.70

Tested by 1

mainFunction · 0.68