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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/md4/
H A Dmd4.c178 #define ROTATE { krb5_ui_4 temp; temp = d, d = c, c = b, b = a, a = temp; } macro
181 FF (a, b, c, d, in[i], round1consts[i%4]); ROTATE;
188 GG (a, b, c, d, in[round2indices[i]], round2consts[i%4]); ROTATE;
195 HH (a, b, c, d, in[round3indices[i]], round3consts[i%4]); ROTATE;

Completed in 15 milliseconds