Searched refs:ss1 (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | sm3.c | 40 ss1 = rol32((rol32((a), 12) + (e) + (t)), 7); \ 41 ss2 = ss1 ^ rol32((a), 12); \ 43 h += GG ## i(e, f, g) + ss1 + (w1); \ 74 u32 a, b, c, d, e, f, g, h, ss1, ss2; in sm3_transform() local
|