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

/bind-9.6-ESV-R11/lib/isc/
H A Dmd5.c78 /*! The four core functions - F1 is optimized somewhat */
80 /* #define F1(x, y, z) (x & y | ~x & z) */
81 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
82 #define F2(x, y, z) F1(z, x, y)
105 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
106 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
107 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
108 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
109 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
110 MD5STEP(F1,
[all...]

Completed in 8 milliseconds