Searched refs:SHA3_ROTL64 (Results 1 – 1 of 1) sorted by relevance
110 #ifndef SHA3_ROTL64111 #define SHA3_ROTL64(x, y) \ macro239 t = bc[(i + 4) % 5] ^ SHA3_ROTL64(bc[(i + 1) % 5], 1); in keccakf()249 s[j] = SHA3_ROTL64(t, keccakf_rotc[i]); in keccakf()