Home
last modified time | relevance | path

Searched refs:byteReverse (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5.c50 #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/
Dmd5.c50 #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/
Dmd5.c26 #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/
Dmd5.c50 #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/
Dmd5-internal.c66 #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/
Dmd5-internal.c66 #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/
Dmd5.cc40 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()