Searched refs:S21 (Results 1 – 2 of 2) sorted by relevance
/external/dropbear/libtomcrypt/src/hashes/ |
D | md4.c | 42 #define S21 3 macro 114 GG (a, b, c, d, x[ 0], S21); /* 17 */ in _md4_compress() 118 GG (a, b, c, d, x[ 1], S21); /* 21 */ in _md4_compress() 122 GG (a, b, c, d, x[ 2], S21); /* 25 */ in _md4_compress() 126 GG (a, b, c, d, x[ 3], S21); /* 29 */ in _md4_compress()
|
/external/ppp/pppd/ |
D | md5.c | 232 #define S21 5 macro 236 GG ( a, b, c, d, in[ 1], S21, UL(4129170786)); /* 17 */ 240 GG ( a, b, c, d, in[ 5], S21, UL(3593408605)); /* 21 */ 244 GG ( a, b, c, d, in[ 9], S21, UL( 568446438)); /* 25 */ 248 GG ( a, b, c, d, in[13], S21, UL(2850285829)); /* 29 */
|