Searched refs:S23 (Results 1 – 2 of 2) sorted by relevance
/external/dropbear/libtomcrypt/src/hashes/ |
D | md4.c | 44 #define S23 9 macro 116 GG (c, d, a, b, x[ 8], S23); /* 19 */ in _md4_compress() 120 GG (c, d, a, b, x[ 9], S23); /* 23 */ in _md4_compress() 124 GG (c, d, a, b, x[10], S23); /* 27 */ in _md4_compress() 128 GG (c, d, a, b, x[11], S23); /* 31 */ in _md4_compress()
|
/external/ppp/pppd/ |
D | md5.c | 234 #define S23 14 macro 238 GG ( c, d, a, b, in[11], S23, UL( 643717713)); /* 19 */ 242 GG ( c, d, a, b, in[15], S23, UL(3634488961)); /* 23 */ 246 GG ( c, d, a, b, in[ 3], S23, UL(4107603335)); /* 27 */ 250 GG ( c, d, a, b, in[ 7], S23, UL(1735328473)); /* 31 */
|