Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
const int av_md5_size = sizeof(AVMD5);
49
50
struct AVMD5 *av_md5_alloc(void)
51
{
52
return av_mallocz(sizeof(struct AVMD5));
53
}
54
55
static const uint8_t S[4][4] = {
56
{ 7, 12, 17, 22 }, /* round 1 */
Callers
11
make_digest_auth
Function · 0.85
md5_open
Function · 0.85
do_adobe_auth
Function · 0.85
do_llnw_auth
Function · 0.85
main
Function · 0.85
DEFINE_ALGO_BITS_INIT
Function · 0.85
av_hash_alloc
Function · 0.85
flac_encode_init
Function · 0.85
ff_h274_hash_init
Function · 0.85
hevc_init_context
Function · 0.85
main
Function · 0.85
Calls
1
av_mallocz
Function · 0.70
Tested by
1
main
Function · 0.68