Searched defs:ROL64 (Results 1 – 5 of 5) sorted by relevance
42 sub ROL64 { subroutine
54 static uint64_t ROL64(uint64_t val, int offset) in ROL64() function
47 static uint64_t ROL64(uint64_t val, int offset) in ROL64() function
2946 # define ROL64(a,x) ((a<<x)|(a>>(64-x))) in KeccakF1600Step() macro