Searched defs:ROL64 (Results 1 – 2 of 2) sorted by relevance
126 # define ROL64(a,x) ((a<<x)|(a>>(64-x))) in KeccakF1600Step() macro
112 # define ROL64(a,x) ((a<<x)|(a>>(64-x))) in KeccakF1600Step() macro