Home
last modified time | relevance | path

Searched refs:SHA3_ROTL64 (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c110 #ifndef SHA3_ROTL64
111 #define SHA3_ROTL64(x, y) \ macro
239 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()