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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/cesa/
H A DmvMD5.c210 #define F2(x, y, z) F1(z, x, y) macro
249 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5);
250 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9);
251 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14);
252 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20);
253 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5);
254 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9);
255 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14);
256 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20);
257 MD5STEP(F2,
[all...]
/netgear-R7800-V1.0.2.28/tools/makefun/src/
H A Dmakefun709 open(F2,$outfile) || die("Could not open: $outfile");
713 $temp2 = <F2>;
714 ($isDifferent = 1) if ( eof(F1) != eof(F2) );
715 last if ( eof(F1) || eof(F2) );
719 close(F2);
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/safe/
H A Dsha1.c64 #define F2(b, c, d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) macro
158 tmp = S(5, a) + F2(b, c, d) + e + W(s) + K(t);

Completed in 80 milliseconds