Searched refs:KECCAK_ROTL (Results 1 – 1 of 1) sorted by relevance
27 #define KECCAK_ROTL(x, y) ((((y) < (sizeof(u64) * 8)) && ((y) > 0)) ? (_KECCAK_ROTL_(x, y)) : (x)) macro82 KECCAK_ROTL(Idx(BCD, (x + 1) % 5, 0), 1); \91 KECCAK_ROTL(Idx(A, x, y), keccak_rot[x][y]); \