Searched refs:rotl (Results 1 – 3 of 3) sorted by relevance
61 sal_uInt32 rotl( sal_uInt32 nValue, sal_uInt32 nBits ) in rotl() function in NIST_Hash78 e += rotl(a,5); in subRound()87 b = rotl( b, 30 ); in subRound()
62 sal_uInt32 rotl( sal_uInt32 nValue, sal_uInt32 nBits ) in rotl() function in NIST_Hash79 e += rotl(a,5); in subRound()88 b = rotl( b, 30 ); in subRound()
107 static sal_uInt32 rotl(sal_uInt32 value, sal_uInt32 bits) in rotl() function in __anon3e4ee0bc0111::NistHash125 e += rotl(a, 5); in subRound()139 b = rotl(b, 30); in subRound()
Completed in 41 milliseconds