OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:byteReverse
(Results
1 - 7
of
7
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
md5c.c
21
#define
byteReverse
(buf, len) /* Nothing */
23
void
byteReverse
(unsigned char *buf, unsigned longs);
29
void
byteReverse
(unsigned char *buf, unsigned longs)
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/src/crypto/
md5-internal.c
63
#define
byteReverse
(buf, len) /* Nothing */
68
static void
byteReverse
(unsigned char *buf, unsigned longs)
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/
md5.cc
36
static void
byteReverse
(unsigned char *buf, unsigned longs){
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/
md5.cc
39
void
byteReverse
(unsigned char *buf, unsigned longs) {
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/sqlite/src/test/
threadtest3.c
125
static void
byteReverse
(unsigned char *buf, unsigned longs){
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);
[
all
...]
/external/chromium_org/third_party/mongoose/
mongoose.c
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
tclsqlite.c
[
all
...]
Completed in 540 milliseconds