Lines Matching refs:II
145 #define II(a, b, c, d, e, w) { \ macro
325 II(a, b, c, d, e, W(60)); /* 61 */ in SHA1Transform()
326 II(e, a, b, c, d, W(61)); /* 62 */ in SHA1Transform()
327 II(d, e, a, b, c, W(62)); /* 63 */ in SHA1Transform()
328 II(c, d, e, a, b, W(63)); /* 64 */ in SHA1Transform()
329 II(b, c, d, e, a, W(64)); /* 65 */ in SHA1Transform()
330 II(a, b, c, d, e, W(65)); /* 66 */ in SHA1Transform()
331 II(e, a, b, c, d, W(66)); /* 67 */ in SHA1Transform()
332 II(d, e, a, b, c, W(67)); /* 68 */ in SHA1Transform()
333 II(c, d, e, a, b, W(68)); /* 69 */ in SHA1Transform()
334 II(b, c, d, e, a, W(69)); /* 70 */ in SHA1Transform()
335 II(a, b, c, d, e, W(70)); /* 71 */ in SHA1Transform()
336 II(e, a, b, c, d, W(71)); /* 72 */ in SHA1Transform()
337 II(d, e, a, b, c, W(72)); /* 73 */ in SHA1Transform()
338 II(c, d, e, a, b, W(73)); /* 74 */ in SHA1Transform()
339 II(b, c, d, e, a, W(74)); /* 75 */ in SHA1Transform()
340 II(a, b, c, d, e, W(75)); /* 76 */ in SHA1Transform()
341 II(e, a, b, c, d, W(76)); /* 77 */ in SHA1Transform()
342 II(d, e, a, b, c, W(77)); /* 78 */ in SHA1Transform()
343 II(c, d, e, a, b, W(78)); /* 79 */ in SHA1Transform()
344 II(b, c, d, e, a, W(79)); /* 80 */ in SHA1Transform()