OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:byteReverse
(Results
1 - 6
of
6
) sorted by null
/external/autotest/client/deps/glbench/src/
md5.cc
21
#define
byteReverse
(buf, len) /* Nothing */
26
static void
byteReverse
(unsigned char *buf, unsigned longs)
83
byteReverse
(ctx->in, 16);
92
byteReverse
(ctx->in, 16);
127
byteReverse
(ctx->in, 16);
136
byteReverse
(ctx->in, 14);
143
byteReverse
((unsigned char *) ctx->buf, 4);
/external/google-breakpad/src/common/
md5.cc
23
#define
byteReverse
(buf, len) /* Nothing */
28
static void
byteReverse
(unsigned char *buf, unsigned longs)
85
byteReverse
(ctx->in, 16);
94
byteReverse
(ctx->in, 16);
129
byteReverse
(ctx->in, 16);
138
byteReverse
(ctx->in, 14);
145
byteReverse
((unsigned char *) ctx->buf, 4);
/external/libmicrohttpd/src/microhttpd/
md5.c
26
#define
byteReverse
(buf, len) /* Nothing */
32
byteReverse
(unsigned char *buf,
197
byteReverse
(ctx->in, 16);
206
byteReverse
(ctx->in, 16);
244
byteReverse
(ctx->in, 16);
255
byteReverse
(ctx->in, 14);
262
byteReverse
((unsigned char *) ctx->buf, 4);
/external/wpa_supplicant_8/src/crypto/
md5-internal.c
66
#define
byteReverse
(buf, len) /* Nothing */
71
static void
byteReverse
(unsigned char *buf, unsigned longs)
126
byteReverse
(ctx->in, 16);
135
byteReverse
(ctx->in, 16);
170
byteReverse
(ctx->in, 16);
179
byteReverse
(ctx->in, 14);
186
byteReverse
((unsigned char *) ctx->buf, 4);
/external/libchrome/base/
md5.cc
39
void
byteReverse
(uint8_t* buf, unsigned longs) {
196
byteReverse
(ctx->in, 16);
206
byteReverse
(ctx->in, 16);
241
byteReverse
(ctx->in, 16);
250
byteReverse
(ctx->in, 14);
259
byteReverse
(reinterpret_cast<uint8_t*>(ctx->buf), 4);
/external/pdfium/third_party/lcms2-2.6/src/
cmsmd5.c
31
void
byteReverse
(cmsUInt8Number * buf, cmsUInt32Number longs)
44
#define
byteReverse
(buf, len)
198
byteReverse
(ctx->in, 16);
207
byteReverse
(ctx->in, 16);
234
byteReverse
(ctx->in, 16);
241
byteReverse
(ctx->in, 14);
248
byteReverse
((cmsUInt8Number *) ctx->buf, 4);
Completed in 1206 milliseconds