Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Dmd5.cc23 #define byteReverse(buf, len) /* Nothing */ macro
28 static void byteReverse(unsigned char *buf, unsigned longs)
85 byteReverse(ctx->in, 16); in MD5Update()
94 byteReverse(ctx->in, 16); in MD5Update()
129 byteReverse(ctx->in, 16); in MD5Final()
138 byteReverse(ctx->in, 14); in MD5Final()
145 byteReverse((unsigned char *) ctx->buf, 4); in MD5Final()
/external/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()
/external/wpa_supplicant_8/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()
/external/pdfium/third_party/lcms/src/
Dcmsmd5.c32 void byteReverse(cmsUInt8Number * buf, cmsUInt32Number longs) in byteReverse() function
45 #define byteReverse(buf, len) macro
199 byteReverse(ctx->in, 16); in MD5add()
208 byteReverse(ctx->in, 16); in MD5add()
235 byteReverse(ctx->in, 16); in MD5finish()
242 byteReverse(ctx->in, 14); in MD5finish()
249 byteReverse((cmsUInt8Number *) ctx->buf, 4); in MD5finish()
/external/libchrome/base/
Dmd5.cc39 void byteReverse(uint8_t* buf, unsigned longs) { in byteReverse() function
196 byteReverse(ctx->in, 16); in MD5Update()
206 byteReverse(ctx->in, 16); in MD5Update()
241 byteReverse(ctx->in, 16); in MD5Final()
250 byteReverse(ctx->in, 14); in MD5Final()
259 byteReverse(reinterpret_cast<uint8_t*>(ctx->buf), 4); in MD5Final()
/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dmd5.cpp41 void byteReverse(uint8_t* buf, unsigned longs) { in byteReverse() function
195 byteReverse(ctx->in, 16); in MD5Update()
205 byteReverse(ctx->in, 16); in MD5Update()
240 byteReverse(ctx->in, 16); in MD5Final()
249 byteReverse(ctx->in, 14); in MD5Final()
256 byteReverse(reinterpret_cast<uint8_t*>(ctx->buf), 4); in MD5Final()