Searched refs:S23 (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/common/crypto/md4/ |
H A D | md4.c | 54 #define S23 9 macro 219 GG(c, d, a, b, x[ 8], S23); /* 19 */ 223 GG(c, d, a, b, x[ 9], S23); /* 23 */ 227 GG(c, d, a, b, x[10], S23); /* 27 */ 231 GG(c, d, a, b, x[11], S23); /* 31 */
|
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/ |
H A D | md5.c | 230 #define S23 14 macro 234 GG (c, d, a, b, in[11], S23, 643717713U); /* 19 */ 238 GG (c, d, a, b, in[15], S23, 3634488961U); /* 23 */ 242 GG (c, d, a, b, in[ 3], S23, 4107603335U); /* 27 */ 246 GG (c, d, a, b, in[ 7], S23, 1735328473U); /* 31 */
|
/illumos-gate/usr/src/lib/libsasl/lib/ |
H A D | md5.c | 60 #define S23 14 macro 238 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */ 242 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */ 246 GG (c, d, a, b, x[ 3], S23, 0xf4d50d87); /* 27 */ 250 GG (c, d, a, b, x[ 7], S23, 0x676f02d9); /* 31 */
|
/illumos-gate/usr/src/lib/libsum/common/ |
H A D | sum-md5.c | 155 #define S23 14 macro 230 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */ 234 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */ 238 GG (c, d, a, b, x[ 3], S23, 0xf4d50d87); /* 27 */ 242 GG (c, d, a, b, x[ 7], S23, 0x676f02d9); /* 31 */
|
Completed in 69 milliseconds