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