Searched refs:uint32 (Results 1 – 2 of 2) sorted by relevance
53 #ifndef uint3254 # define uint32 unsigned int macro59 uint32 buf[4];60 uint32 bits[2];69 uint32 t; in byteReverse()73 *(uint32 *)buf = t; in byteReverse()94 static void MD5Transform(uint32 buf[4], const uint32 in[16]){ in MD5Transform()95 register uint32 a, b, c, d; in MD5Transform()196 uint32 t; in MD5Update()201 if ((ctx->bits[0] = t + ((uint32)len << 3)) < t) in MD5Update()[all …]
139 #ifndef uint32140 # define uint32 unsigned int macro145 uint32 buf[4];146 uint32 bits[2];149 uint32 in32[16];158 uint32 t; 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()[all …]