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

/external/chromium/third_party/libjingle/source/talk/base/
H A Dmd5c.c21 #define byteReverse(buf, len) /* Nothing */ macro
23 void byteReverse(unsigned char *buf, unsigned longs);
29 void byteReverse(unsigned char *buf, unsigned longs) function
87 byteReverse(ctx->in, 16);
97 byteReverse(ctx->in, 16);
133 byteReverse(ctx->in, 16);
142 byteReverse(ctx->in, 14);
149 byteReverse((unsigned char *)ctx->buf, 4);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmd5-internal.c63 #define byteReverse(buf, len) /* Nothing */ macro
68 static void byteReverse(unsigned char *buf, unsigned longs) function
123 byteReverse(ctx->in, 16);
132 byteReverse(ctx->in, 16);
167 byteReverse(ctx->in, 16);
176 byteReverse(ctx->in, 14);
183 byteReverse((unsigned char *) ctx->buf, 4);
/external/wpa_supplicant_8/src/crypto/
H A Dmd5-internal.c63 #define byteReverse(buf, len) /* Nothing */ macro
68 static void byteReverse(unsigned char *buf, unsigned longs) function
123 byteReverse(ctx->in, 16);
132 byteReverse(ctx->in, 16);
167 byteReverse(ctx->in, 16);
176 byteReverse(ctx->in, 14);
183 byteReverse((unsigned char *) ctx->buf, 4);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmd5-internal.c63 #define byteReverse(buf, len) /* Nothing */ macro
68 static void byteReverse(unsigned char *buf, unsigned longs) function
123 byteReverse(ctx->in, 16);
132 byteReverse(ctx->in, 16);
167 byteReverse(ctx->in, 16);
176 byteReverse(ctx->in, 14);
183 byteReverse((unsigned char *) ctx->buf, 4);
/external/chromium/base/
H A Dmd5.cc36 static void byteReverse(unsigned char *buf, unsigned longs){ function
187 byteReverse(ctx->in, 16);
197 byteReverse(ctx->in, 16);
232 byteReverse(ctx->in, 16);
241 byteReverse(ctx->in, 14);
248 byteReverse((unsigned char *)ctx->buf, 4);
/external/chromium_org/base/
H A Dmd5.cc39 void byteReverse(unsigned char *buf, unsigned longs) { function in namespace:__anon3817
197 byteReverse(ctx->in, 16);
207 byteReverse(ctx->in, 16);
242 byteReverse(ctx->in, 16);
251 byteReverse(ctx->in, 14);
258 byteReverse((unsigned char *)ctx->buf, 4);
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/util/
H A Dmd5.cc44 void byteReverse(unsigned char *buf, unsigned longs) { function in namespace:__anon12101
203 byteReverse(ctx->in, 16);
213 byteReverse(ctx->in, 16);
248 byteReverse(ctx->in, 16);
257 byteReverse(ctx->in, 14);
264 byteReverse((unsigned char *)ctx->buf, 4);
/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest3.c125 static void byteReverse (unsigned char *buf, unsigned longs){ function
275 byteReverse(ctx->in, 16);
285 byteReverse(ctx->in, 16);
319 byteReverse(ctx->in, 16);
328 byteReverse(ctx->in, 14);
335 byteReverse((unsigned char *)ctx->buf, 4);
/external/chromium_org/third_party/sqlite/src/src/
H A Dtclsqlite.c3106 static void byteReverse (unsigned char *buf, unsigned longs){ function
3256 byteReverse(ctx->in, 16);
3266 byteReverse(ctx->in, 16);
3300 byteReverse(ctx->in, 16);
3309 byteReverse(ctx->in, 14);
3316 byteReverse((unsigned char *)ctx->buf, 4);

Completed in 1189 milliseconds