/third_party/skia/third_party/externals/libjpeg-turbo/md5/ |
D | md5.c | 50 #define byteReverse(buf, len) /* Nothing */ macro 55 static void byteReverse(unsigned char *buf, unsigned int longs) in byteReverse() function 110 byteReverse(ctx->in, 16); in MD5Update() 119 byteReverse(ctx->in, 16); in MD5Update() 155 byteReverse(ctx->in, 16); in MD5Final() 164 byteReverse(ctx->in, 14); in MD5Final() 171 byteReverse((unsigned char *)ctx->buf, 4); in MD5Final()
|
/third_party/libjpeg-turbo/md5/ |
D | md5.c | 50 #define byteReverse(buf, len) /* Nothing */ macro 55 static void byteReverse(unsigned char *buf, unsigned int longs) in byteReverse() function 110 byteReverse(ctx->in, 16); in MD5Update() 119 byteReverse(ctx->in, 16); in MD5Update() 155 byteReverse(ctx->in, 16); in MD5Final() 164 byteReverse(ctx->in, 14); in MD5Final() 171 byteReverse((unsigned char *)ctx->buf, 4); in MD5Final()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | md5.c | 26 #define byteReverse(buf, len) /* Nothing */ macro 32 byteReverse(unsigned char *buf, in byteReverse() function 197 byteReverse(ctx->in, 16); in MD5Update() 206 byteReverse(ctx->in, 16); in MD5Update() 244 byteReverse(ctx->in, 16); in MD5Final() 255 byteReverse(ctx->in, 14); in MD5Final() 262 byteReverse((unsigned char *) ctx->buf, 4); in MD5Final()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/md5/ |
D | md5.c | 50 #define byteReverse(buf, len) /* Nothing */ macro 55 static void byteReverse(unsigned char *buf, unsigned int longs) in byteReverse() function 110 byteReverse(ctx->in, 16); in MD5Update() 119 byteReverse(ctx->in, 16); in MD5Update() 155 byteReverse(ctx->in, 16); in MD5Final() 164 byteReverse(ctx->in, 14); in MD5Final() 171 byteReverse((unsigned char *)ctx->buf, 4); in MD5Final()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | md5-internal.c | 66 #define byteReverse(buf, len) /* Nothing */ macro 71 static void byteReverse(unsigned char *buf, unsigned longs) in byteReverse() function 126 byteReverse(ctx->in, 16); in MD5Update() 135 byteReverse(ctx->in, 16); in MD5Update() 170 byteReverse(ctx->in, 16); in MD5Final() 179 byteReverse(ctx->in, 14); in MD5Final() 186 byteReverse((unsigned char *) ctx->buf, 4); in MD5Final()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | md5-internal.c | 66 #define byteReverse(buf, len) /* Nothing */ macro 71 static void byteReverse(unsigned char *buf, unsigned longs) in byteReverse() function 126 byteReverse(ctx->in, 16); in MD5Update() 135 byteReverse(ctx->in, 16); in MD5Update() 170 byteReverse(ctx->in, 16); in MD5Final() 179 byteReverse(ctx->in, 14); in MD5Final() 186 byteReverse((unsigned char *) ctx->buf, 4); in MD5Final()
|
/third_party/gn/src/base/ |
D | md5.cc | 40 void byteReverse(uint8_t* buf, unsigned longs) { in byteReverse() function 197 byteReverse(ctx->in, 16); in MD5Update() 207 byteReverse(ctx->in, 16); in MD5Update() 242 byteReverse(ctx->in, 16); in MD5Final() 251 byteReverse(ctx->in, 14); in MD5Final() 260 byteReverse(reinterpret_cast<uint8_t*>(ctx->buf), 4); in MD5Final()
|