Searched defs:SUM1 (Results 1 – 2 of 2) sorted by relevance
79 #define SUM1(x) (ROR32((x), 6) ^ ROR32((x),11) ^ ROR32((x),25)) macro
80 #define SUM1(x) (ROR64((x),14) ^ ROR64((x),18) ^ ROR64((x),41)) macro