Searched refs:byteReverse (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant/ |
D | md5.c | 168 #define byteReverse(buf, len) /* Nothing */ macro 173 static void byteReverse(unsigned char *buf, unsigned longs) in byteReverse() function 228 byteReverse(ctx->in, 16); in MD5Update() 237 byteReverse(ctx->in, 16); in MD5Update() 272 byteReverse(ctx->in, 16); in MD5Final() 281 byteReverse(ctx->in, 14); in MD5Final() 288 byteReverse((unsigned char *) ctx->buf, 4); in MD5Final()
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | md5.c | 168 #define byteReverse(buf, len) /* Nothing */ macro 173 static void byteReverse(unsigned char *buf, unsigned longs) in byteReverse() function 228 byteReverse(ctx->in, 16); in MD5Update() 237 byteReverse(ctx->in, 16); in MD5Update() 272 byteReverse(ctx->in, 16); in MD5Final() 281 byteReverse(ctx->in, 14); in MD5Final() 288 byteReverse((unsigned char *) ctx->buf, 4); in MD5Final()
|
/external/chromium/base/ |
D | md5.cc | 36 static void byteReverse(unsigned char *buf, unsigned longs){ in byteReverse() function 187 byteReverse(ctx->in, 16); in MD5Update() 197 byteReverse(ctx->in, 16); in MD5Update() 232 byteReverse(ctx->in, 16); in MD5Final() 241 byteReverse(ctx->in, 14); in MD5Final() 248 byteReverse((unsigned char *)ctx->buf, 4); in MD5Final()
|