Searched refs:MD5UINT4 (Results 1 – 2 of 2) sorted by relevance
59 static void SDLTest_Md5Transform(MD5UINT4 * buf, const MD5UINT4 * in);119 mdContext->buf[0] = (MD5UINT4) 0x67452301; in SDLTest_Md5Init()120 mdContext->buf[1] = (MD5UINT4) 0xefcdab89; in SDLTest_Md5Init()121 mdContext->buf[2] = (MD5UINT4) 0x98badcfe; in SDLTest_Md5Init()122 mdContext->buf[3] = (MD5UINT4) 0x10325476; in SDLTest_Md5Init()134 MD5UINT4 in[16]; in SDLTest_Md5Update()151 mdContext->i[0] += ((MD5UINT4) inLen << 3); in SDLTest_Md5Update()168 ((MD5UINT4) mdContext->in[ii]); in SDLTest_Md5Update()182 MD5UINT4 in[16]; in SDLTest_Md5Final()213 ((MD5UINT4) mdContext->in[ii]); in SDLTest_Md5Final()[all …]
68 typedef unsigned long int MD5UINT4; typedef72 MD5UINT4 i[2]; /* number of _bits_ handled mod 2^64 */73 MD5UINT4 buf[4]; /* scratch buffer */
Completed in 2 milliseconds