/external/chromium/third_party/libjingle/source/talk/base/ |
H A D | md5c.c | 21 #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 D | md5-internal.c | 63 #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 D | md5-internal.c | 63 #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 D | md5-internal.c | 63 #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 D | md5.cc | 36 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 D | md5.cc | 39 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 D | md5.cc | 44 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 D | threadtest3.c | 125 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 D | tclsqlite.c | 3106 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);
|