Searched refs:UINT4 (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/ipfilter/
H A Dmd5.h57 typedef unsigned int UINT4; typedef
61 UINT4 i[2]; /* number of _bits_ handled mod 2^64 */
62 UINT4 buf[4]; /* scratch buffer */
H A Dmd5.c63 static void Transform __P((UINT4 *, UINT4 *));
88 {(a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \
93 {(a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \
98 {(a) += H ((b), (c), (d)) + (x) + (UINT4)(ac); \
103 {(a) += I ((b), (c), (d)) + (x) + (UINT4)(ac); \
120 mdContext->i[0] = mdContext->i[1] = (UINT4)0;
124 mdContext->buf[0] = (UINT4)0x67452301;
125 mdContext->buf[1] = (UINT4)0xefcdab89;
126 mdContext->buf[2] = (UINT4)
[all...]
/freebsd-10.1-release/contrib/opie/libopie/
H A Dhash.c32 UINT4 *results = (UINT4 *)x;
38 UINT4 digest[5];
56 UINT4 mdx_tmp[4];
68 UINT4 mdx_tmp[4];
H A Dhashlen.c29 UINT4 *results = (UINT4 *)out;
30 UINT4 mdx_tmp[4];
35 UINT4 digest[5];
H A Dmd4c.c62 static VOIDRET MD4Transform __P((UINT4[4], unsigned char[64]));
63 static VOIDRET Encode __P((unsigned char *, UINT4 *, unsigned int));
64 static VOIDRET Decode __P((UINT4 *, unsigned char *, unsigned int));
91 (a) += G ((b), (c), (d)) + (x) + (UINT4)0x5a827999; \
95 (a) += H ((b), (c), (d)) + (x) + (UINT4)0x6ed9eba1; \
123 if ((context->count[0] += ((UINT4) inputLen << 3))
124 < ((UINT4) inputLen << 3))
126 context->count[1] += ((UINT4) inputLen >> 29);
173 static VOIDRET MD4Transform FUNCTION((state, block), UINT4 state[4] AND unsigned char block[64])
175 UINT4
[all...]
H A Dmd5c.c70 static VOIDRET MD5Transform __P((UINT4[4], unsigned char[64]));
80 * Encodes input (UINT4) into output (unsigned char).
83 static VOIDRET EEncode FUNCTION((output, input, len), unsigned char *output AND UINT4 *input AND unsigned int len)
96 * Decodes input (unsigned char) into output (UINT4).
99 static VOIDRET EDecode FUNCTION((output, input, len), UINT4 *output AND unsigned char *input AND unsigned int len)
104 output[i] = ((UINT4) input[j]) | (((UINT4) input[j + 1]) << 8) |
105 (((UINT4) input[j + 2]) << 16) | (((UINT4) input[j + 3]) << 24);
121 (a) += F ((b), (c), (d)) + (x) + (UINT4)(a
[all...]
H A Dbtoe.c22 Changed unsigned long to UINT4 for Alpha.
34 static UINT4 extract __P((char *s, int start, int length));
2232 UINT4 y;
2253 static UINT4 extract FUNCTION((s, start, length), char *s AND int start AND int length)
2255 UINT4 x;
2263 x = ((UINT4) (cl << 8 | cc) << 8 | cr);
/freebsd-10.1-release/lib/libmd/
H A Dmd4c.c35 typedef u_int32_t UINT4; typedef
54 static void MD4Transform PROTO_LIST ((UINT4 [4], const unsigned char [64]));
56 ((unsigned char *, UINT4 *, unsigned int));
58 ((UINT4 *, const unsigned char *, unsigned int));
83 (a) += G ((b), (c), (d)) + (x) + (UINT4)0x5a827999; \
87 (a) += H ((b), (c), (d)) + (x) + (UINT4)0x6ed9eba1; \
121 if ((context->count[0] += ((UINT4)inputLen << 3))
122 < ((UINT4)inputLen << 3))
124 context->count[1] += ((UINT4)inputLen >> 29);
189 UINT4 stat
[all...]
/freebsd-10.1-release/sys/kern/
H A Dmd4c.c35 typedef u_int32_t UINT4; typedef
54 static void MD4Transform PROTO_LIST ((UINT4 [4], const unsigned char [64]));
56 ((unsigned char *, UINT4 *, unsigned int));
58 ((UINT4 *, const unsigned char *, unsigned int));
83 (a) += G ((b), (c), (d)) + (x) + (UINT4)0x5a827999; \
87 (a) += H ((b), (c), (d)) + (x) + (UINT4)0x6ed9eba1; \
120 if ((context->count[0] += ((UINT4)inputLen << 3))
121 < ((UINT4)inputLen << 3))
123 context->count[1] += ((UINT4)inputLen >> 29);
185 UINT4 stat
[all...]
/freebsd-10.1-release/contrib/opie/
H A Dopie.h33 utsname fake. Got rid of gethostname() cruft. Moved UINT4
94 #define UINT4 u_int32_t macro
97 UINT4 words[2];

Completed in 162 milliseconds