OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UINT4
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/lib/libc/md/
md4c.c
61
typedef uint32_t
UINT4
;
79
static void MD4Transform(
UINT4
[4], const unsigned char [64]);
81
static void Encode(unsigned char *,
UINT4
*, unsigned int);
82
static void Decode(
UINT4
*, const unsigned char *, unsigned int);
112
(a) += G ((b), (c), (d)) + (x) + (
UINT4
)0x5a827999; \
117
(a) += H ((b), (c), (d)) + (x) + (
UINT4
)0x6ed9eba1; \
165
if ((context->count[0] += ((
UINT4
)inputLen << 3))
166
< ((
UINT4
)inputLen << 3))
168
context->count[1] += ((
UINT4
)inputLen >> 29);
224
MD4Transform (
UINT4
state[4], const unsigned char block[64]
[
all
...]
md5c.c
58
typedef uint32_t
UINT4
;
87
static void MD5Transform(
UINT4
[4], const unsigned char [64]);
89
static void Encode(unsigned char *,
UINT4
*, unsigned int);
90
static void Decode(
UINT4
*, const unsigned char *, unsigned int);
93
* Encodes input (
UINT4
) into output (unsigned char). Assumes len is
98
UINT4
*input,
112
* Decodes input (unsigned char) into output (
UINT4
). Assumes len is
116
Decode (
UINT4
*output,
123
output[i] = ((
UINT4
)input[j]) | (((
UINT4
)input[j+1]) << 8)
[
all
...]
Completed in 12 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025