Searched refs:ss2 (Results 1 – 1 of 1) sorted by relevance
41 ss2 = ss1 ^ rol32((a), 12); \42 d += FF ## i(a, b, c) + ss2 + ((w1) ^ (w2)); \74 u32 a, b, c, d, e, f, g, h, ss1, ss2; in sm3_transform() local