Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_macros.h359 static inline ulong64 ROL64(ulong64 word, int i) in ROL64() function
396 #define ROL64c ROL64
403 #define ROL64(x, y) \ macro
/optee_os/core/lib/libtomcrypt/src/hashes/
A Dsha3.c175 t = bc[(i + 4) % 5] ^ ROL64(bc[(i + 1) % 5], 1); in keccakf()
185 s[j] = ROL64(t, keccakf_rotc[i]); in keccakf()

Completed in 12 milliseconds