Home
last modified time | relevance | path

Searched refs:ROTL (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.5/build/libraries/math/common/src/
Ddgt_md5.c45 #define ROTL(x, n) (((x) << (n)) | ((x) >> (32-(n)))) macro
51 return b + ROTL((a + F(b,c,d) + x + t), s); in CalcRound1()
56 return b + ROTL((a + G(b,c,d) + x + t), s); in CalcRound2()
61 return b + ROTL((a + H(b,c,d) + x + t), s); in CalcRound3()
66 return b + ROTL((a + I(b,c,d) + x + t), s); in CalcRound4()