Searched refs:GG (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/bpalogin/
H A Dgen_md5.c88 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4. Rotation is
92 #define GG(a, b, c, d, x, s, ac) { (a) += G ((b), (c), (d)) + (x) + (unsigned int)(ac); (a) = ROTATE_LEFT ((a), (s)); (a) += (b); } macro
210 GG(a, b, c, d, x[1], S21, 0xf61e2562); /* 17 */
211 GG(d, a, b, c, x[6], S22, 0xc040b340); /* 18 */
212 GG(c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
213 GG(b, c, d, a, x[0], S24, 0xe9b6c7aa); /* 20 */
214 GG(a, b, c, d, x[5], S21, 0xd62f105d); /* 21 */
215 GG(d, a, b, c, x[10], S22, 0x2441453); /* 22 */
216 GG(c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
217 GG(
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dmd5.c60 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
67 #define GG(a, b, c, d, x, s, ac) \ macro
270 GG ( a, b, c, d, in[ 1], S21, D4129170786); /* 17 */
271 GG ( d, a, b, c, in[ 6], S22, D3225465664); /* 18 */
272 GG ( c, d, a, b, in[11], S23, D643717713); /* 19 */
273 GG ( b, c, d, a, in[ 0], S24, D3921069994); /* 20 */
274 GG ( a, b, c, d, in[ 5], S21, D3593408605); /* 21 */
275 GG ( d, a, b, c, in[10], S22, D38016083); /* 22 */
276 GG ( c, d, a, b, in[15], S23, D3634488961); /* 23 */
277 GG (
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dmd5.c72 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
79 #define GG(a, b, c, d, x, s, ac) \ macro
235 GG ( a, b, c, d, in[ 1], S21, UL(4129170786)); /* 17 */
236 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */
237 GG ( c, d, a, b, in[11], S23, UL( 643717713)); /* 19 */
238 GG ( b, c, d, a, in[ 0], S24, UL(3921069994)); /* 20 */
239 GG ( a, b, c, d, in[ 5], S21, UL(3593408605)); /* 21 */
240 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */
241 GG ( c, d, a, b, in[15], S23, UL(3634488961)); /* 23 */
242 GG (
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dmd5.c73 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
80 #define GG(a, b, c, d, x, s, ac) \ macro
236 GG ( a, b, c, d, in[ 1], S21, UL(4129170786)); /* 17 */
237 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */
238 GG ( c, d, a, b, in[11], S23, UL( 643717713)); /* 19 */
239 GG ( b, c, d, a, in[ 0], S24, UL(3921069994)); /* 20 */
240 GG ( a, b, c, d, in[ 5], S21, UL(3593408605)); /* 21 */
241 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */
242 GG ( c, d, a, b, in[15], S23, UL(3634488961)); /* 23 */
243 GG (
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/lib/
H A Dmd5.c92 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
100 #define GG(a, b, c, d, x, s, ac) { \ macro
246 GG (a, b, c, d, x[1], S21, 0xf61e2562); /* 17 */
247 GG (d, a, b, c, x[6], S22, 0xc040b340); /* 18 */
248 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
249 GG (b, c, d, a, x[0], S24, 0xe9b6c7aa); /* 20 */
250 GG (a, b, c, d, x[5], S21, 0xd62f105d); /* 21 */
251 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
252 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
253 GG (
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dmd5.c73 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
80 #define GG(a, b, c, d, x, s, ac) \ macro
236 GG ( a, b, c, d, in[ 1], S21, UL(4129170786)); /* 17 */
237 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */
238 GG ( c, d, a, b, in[11], S23, UL( 643717713)); /* 19 */
239 GG ( b, c, d, a, in[ 0], S24, UL(3921069994)); /* 20 */
240 GG ( a, b, c, d, in[ 5], S21, UL(3593408605)); /* 21 */
241 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */
242 GG ( c, d, a, b, in[15], S23, UL(3634488961)); /* 23 */
243 GG (
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/lib/
H A Dmd5.c92 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
100 #define GG(a, b, c, d, x, s, ac) { \ macro
246 GG (a, b, c, d, x[1], S21, 0xf61e2562); /* 17 */
247 GG (d, a, b, c, x[6], S22, 0xc040b340); /* 18 */
248 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
249 GG (b, c, d, a, x[0], S24, 0xe9b6c7aa); /* 20 */
250 GG (a, b, c, d, x[5], S21, 0xd62f105d); /* 21 */
251 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
252 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
253 GG (
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/uuid/
H A Dmd5.c89 FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
98 #define GG(a, b, c, d, x, s, ac) { \ macro
281 GG( a, b, c, d, x[1], S21, 0xf61e2562 ); /* 17 */
282 GG( d, a, b, c, x[6], S22, 0xc040b340 ); /* 18 */
283 GG( c, d, a, b, x[11], S23, 0x265e5a51 ); /* 19 */
284 GG( b, c, d, a, x[0], S24, 0xe9b6c7aa ); /* 20 */
285 GG( a, b, c, d, x[5], S21, 0xd62f105d ); /* 21 */
286 GG( d, a, b, c, x[10], S22, 0x2441453 ); /* 22 */
287 GG( c, d, a, b, x[15], S23, 0xd8a1e681 ); /* 23 */
288 GG(
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/validchars/
H A Dvalidchr.com49 �F��V��~6��GG�v�F�t6�GG�~�~� �u �u�~�u 6�����N�RPW���P�F�PS����V� �}�����V��v�~��^6�7CC�^�F� t6�CC�^����:�Z���6��F��f���N�+����V�;������v�V��~6��F�~�2�6�����v�V��~�F� u 6�=�F �� 6�=�F�� �u��#�P�;N�v�N����v�V��~�N� �}�WQ�^�SR�#F�P�F��t ��F
70 �N� �}�N�������~��^��#F�=u�f���ou �~��F����xt��Xu�N�@KK�n�}�F�N��F�u �� �y�K;���F�@t �0�h��F��b��V� �~'+�+�&�<-t< t<+u&��C�IK����0�8������+�&�6�G�N��+��� �~ ��� �����U��v�~�F� u 6�=�F�6�=�F�P*F�F�&��F�tGG&����v��~��%����

Completed in 157 milliseconds