MCPcopy 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

44const int av_ripemd_size = sizeof(AVRIPEMD);
45
46struct AVRIPEMD *av_ripemd_alloc(void)
47{
48 return av_mallocz(sizeof(struct AVRIPEMD));
49}
50
51static const uint32_t KA[4] = {
52 0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xa953fd4e

Callers 2

av_hash_allocFunction · 0.85
mainFunction · 0.85

Calls 1

av_malloczFunction · 0.70

Tested by 1

mainFunction · 0.68