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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dmd5.h43 typedef unsigned int UINT4; typedef
47 UINT4 i[2]; /* number of _bits_ handled mod 2^64 */
48 UINT4 buf[4]; /* scratch buffer */
H A Dmd5.c76 {(a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \
81 {(a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \
86 {(a) += H ((b), (c), (d)) + (x) + (UINT4)(ac); \
91 {(a) += I ((b), (c), (d)) + (x) + (UINT4)(ac); \
108 mdContext->i[0] = mdContext->i[1] = (UINT4)0;
112 mdContext->buf[0] = (UINT4)0x67452301;
113 mdContext->buf[1] = (UINT4)0xefcdab89;
114 mdContext->buf[2] = (UINT4)0x98badcfe;
115 mdContext->buf[3] = (UINT4)0x10325476;
127 UINT4 i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dmd5.h44 typedef unsigned int UINT4; typedef
47 typedef unsigned long UINT4; typedef
54 UINT4 i[2]; /* number of _bits_ handled mod 2^64 */
55 UINT4 buf[4]; /* scratch buffer */
H A Dmd5.c76 {(a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \
81 {(a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \
86 {(a) += H ((b), (c), (d)) + (x) + (UINT4)(ac); \
91 {(a) += I ((b), (c), (d)) + (x) + (UINT4)(ac); \
108 mdContext->i[0] = mdContext->i[1] = (UINT4)0;
112 mdContext->buf[0] = (UINT4)0x67452301;
113 mdContext->buf[1] = (UINT4)0xefcdab89;
114 mdContext->buf[2] = (UINT4)0x98badcfe;
115 mdContext->buf[3] = (UINT4)0x10325476;
127 UINT4 i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dip_util.c29 UINT4 rc_get_ipaddr (char *host)
40 return ((UINT4) 0);
42 return ntohl((*(UINT4 *) hp->h_addr));
103 const char *rc_ip_hostname (UINT4 h_ipaddr)
106 UINT4 n_ipaddr = htonl (h_ipaddr);
125 UINT4 rc_own_ipaddress(void)
127 static UINT4 this_host_ipaddr = 0;
H A Dradiusclient.h27 typedef unsigned int UINT4; typedef
329 UINT4 lvalue;
389 VALUE_PAIR *rc_avpair_get __P((VALUE_PAIR *, UINT4));
401 int rc_auth __P((UINT4, VALUE_PAIR *, VALUE_PAIR **, char *, REQUEST_INFO *));
402 int rc_auth_using_server __P((SERVER *, UINT4, VALUE_PAIR *, VALUE_PAIR **,
405 int rc_acct __P((UINT4, VALUE_PAIR *));
406 int rc_acct_using_server __P((SERVER *, UINT4, VALUE_PAIR *));
413 UINT4 rc_map2id __P((char *));
421 int rc_find_server __P((char *, UINT4 *, char *));
429 DICT_VALUE * rc_dict_getval __P((UINT4, cha
[all...]
H A Dclientid.c17 UINT4 id;
104 UINT4 rc_map2id(char *name)
H A Dbuildreq.c26 UINT4 client_id;
162 int rc_auth(UINT4 client_port, VALUE_PAIR *send, VALUE_PAIR **received,
187 UINT4 client_port,
290 UINT4 client_port,
360 int rc_acct(UINT4 client_port, VALUE_PAIR *send)
419 UINT4 service_type;
H A Dconfig.c410 static int find_match (UINT4 *ip_addr, char *hostname)
412 UINT4 addr;
431 addr = ** (UINT4 **) paddr;
450 int rc_find_server (char *server_name, UINT4 *ip_addr, char *secret)
452 UINT4 myipaddr = 0;
463 if ((*ip_addr = rc_get_ipaddr (server_name)) == (UINT4) 0)
H A Davpair.c90 vp->lvalue = * (UINT4 *) pval;
158 UINT4 lvalue;
234 sizeof (UINT4));
268 UINT4 lvalue;
329 sizeof (UINT4));
352 VALUE_PAIR *rc_avpair_get (VALUE_PAIR *vp, UINT4 attr)
641 pair->lvalue = (UINT4) timelocal (tm);
643 pair->lvalue = (UINT4) mktime (tm);
H A Dsendserver.c37 UINT4 lvalue;
74 length = sizeof(UINT4);
78 memcpy(buf, (char *) &lvalue, sizeof(UINT4));
167 *buf++ = sizeof (UINT4) + 2;
169 memcpy (buf, (char *) &lvalue, sizeof (UINT4));
170 buf += sizeof (UINT4);
171 total_length += sizeof (UINT4) + 2;
201 UINT4 auth_ipaddr;
H A Dradius.c249 UINT4 av_type;
338 UINT4 av_type;
845 UINT4 av_type;
932 UINT4 av_type;
1077 UINT4 av_type;
H A Ddict.c395 DICT_VALUE * rc_dict_getval (UINT4 value, char *attrname)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A Dglobal.h20 /* UINT4 defines a four byte word */
21 typedef unsigned long int UINT4; typedef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmd4.c32 typedef unsigned int UINT4; typedef
35 UINT4 state[4]; /* state (ABCD) */
36 UINT4 count[2]; /* number of bits, modulo 2^64 (lsb first) */
55 static void MD4Transform(UINT4 [4], const unsigned char [64]);
56 static void Encode(unsigned char *, UINT4 *, unsigned int);
57 static void Decode(UINT4 *, const unsigned char *, unsigned int);
82 (a) += G ((b), (c), (d)) + (x) + (UINT4)0x5a827999; \
86 (a) += H ((b), (c), (d)) + (x) + (UINT4)0x6ed9eba1; \
116 if((context->count[0] += ((UINT4)inputLen << 3))
117 < ((UINT4)inputLe
[all...]
H A Dmd5.c185 /* UINT4 defines a four byte word */
186 typedef unsigned int UINT4; typedef
190 UINT4 state[4]; /* state (ABCD) */
191 UINT4 count[2]; /* number of bits, modulo 2^64 (lsb first) */
221 static void MD5Transform(UINT4 [4], const unsigned char [64]);
222 static void Encode(unsigned char *, UINT4 *, unsigned int);
223 static void Decode(UINT4 *, const unsigned char *, unsigned int);
246 (a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \
251 (a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \
256 (a) += H ((b), (c), (d)) + (x) + (UINT4)(a
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/
H A DmkFileSum.c39 typedef uint32_t UINT4; typedef
42 UINT4 state[4];
43 UINT4 count[2];
142 static void MD5Transform (UINT4 [4], const unsigned char [64]);
143 static void Encode (unsigned char *, UINT4 *, unsigned int);
144 static void Decode (UINT4 *, const unsigned char *, unsigned int);
175 #define FF(a, b, c, d, x, s, ac) { (a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); (a) = ROTATE_LEFT ((a), (s)); (a) += (b); }
176 #define GG(a, b, c, d, x, s, ac) { (a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); (a) = ROTATE_LEFT ((a), (s)); (a) += (b); }
177 #define HH(a, b, c, d, x, s, ac) { (a) += H ((b), (c), (d)) + (x) + (UINT4)(ac); (a) = ROTATE_LEFT ((a), (s)); (a) += (b); }
178 #define II(a, b, c, d, x, s, ac) { (a) += I ((b), (c), (d)) + (x) + (UINT4)(a
[all...]

Completed in 75 milliseconds