Home
last modified time | relevance | path

Searched refs:byteReverse (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/md5/
H A 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/
H A 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/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A 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/
H A 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/
H A 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()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkMd5Sum.cpp58 void byteReverse(deUint8* buf, unsigned longs) in byteReverse() function
202 byteReverse(ctx->in, 16); in MD5Update()
211 byteReverse(ctx->in, 16); in MD5Update()
242 byteReverse(ctx->in, 16); in MD5Final()
252 byteReverse(ctx->in, 14); in MD5Final()
257 byteReverse((deUint8*)ctx->buf, 4); in MD5Final()

Completed in 3 milliseconds