Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ av_ripemd_alloc
Function
av_ripemd_alloc
libavutil/ripemd.c:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
const int av_ripemd_size = sizeof(AVRIPEMD);
45
46
struct AVRIPEMD *av_ripemd_alloc(void)
47
{
48
return av_mallocz(sizeof(struct AVRIPEMD));
49
}
50
51
static const uint32_t KA[4] = {
52
0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xa953fd4e
Callers
2
av_hash_alloc
Function · 0.85
main
Function · 0.85
Calls
1
av_mallocz
Function · 0.70
Tested by
1
main
Function · 0.68