Home
last modified time | relevance | path

Searched refs:SDLTest_Md5Context (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_test_md5.h76 } SDLTest_Md5Context; typedef
89 void SDLTest_Md5Init(SDLTest_Md5Context * mdContext);
104 void SDLTest_Md5Update(SDLTest_Md5Context * mdContext, unsigned char *inBuf,
118 void SDLTest_Md5Final(SDLTest_Md5Context * mdContext);
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/
Dmischelper.c12 SDLTest_Md5Context md5c; in SDLVisualTest_HashString()
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_md5.c110 void SDLTest_Md5Init(SDLTest_Md5Context * mdContext) in SDLTest_Md5Init()
131 void SDLTest_Md5Update(SDLTest_Md5Context * mdContext, unsigned char *inBuf, in SDLTest_Md5Update()
180 void SDLTest_Md5Final(SDLTest_Md5Context * mdContext) in SDLTest_Md5Final()
DSDL_test_harness.c103 SDLTest_Md5Context md5Context; in SDLTest_GenerateExecKey()