Lines Matching refs:uint32
139 #ifndef uint32
140 # define uint32 unsigned int macro
145 uint32 buf[4];
146 uint32 bits[2];
149 uint32 in32[16];
158 uint32 t; in byteReverse()
160 t = (uint32)((unsigned)buf[3]<<8 | buf[2]) << 16 | in byteReverse()
162 *(uint32 *)buf = t; in byteReverse()
183 static void MD5Transform(uint32 buf[4], const uint32 in[16]){ in MD5Transform()
184 register uint32 a, b, c, d; in MD5Transform()
285 uint32 t; in MD5Update()
290 if ((ctx->bits[0] = t + ((uint32)len << 3)) < t) in MD5Update()
308 MD5Transform(ctx->buf, (uint32 *)ctx->u.in); in MD5Update()
318 MD5Transform(ctx->buf, (uint32 *)ctx->u.in); in MD5Update()
352 MD5Transform(ctx->buf, (uint32 *)ctx->u.in); in MD5Final()
366 MD5Transform(ctx->buf, (uint32 *)ctx->u.in); in MD5Final()