Home | History | Annotate | Download | only in lsb

Lines Matching refs:temp

140     unsigned int in, temp, swap;
143 temp = x[1];
144 temp = (temp & x[2]) | ((~temp) & x[3]);
147 temp = x[3];
148 temp = (x[1] & temp) | (x[2] & ~temp);
151 temp = x[1] ^ x[2] ^ x[3];
154 temp = x[2] ^ (x[1] | ~x[3]);
156 temp += x[0] + b[in] + md5table[i];
160 x[1] += rol(temp, md5rot[i]);
174 unsigned *rot[5], *temp;
203 temp = rot[4];
205 *rot = temp;