Searched refs:ROL64 (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_macros.h | 364 #define ROL64(x,n) _rotl64(x,n) macro 366 #define ROL64c(x,n) ROL64(x,n) 371 #define ROL64(x,n) __builtin_rotateleft64(x,n) macro 373 #define ROL64c(x,n) ROL64(x,n) 377 static inline ulong64 ROL64(ulong64 word, int i) in ROL64() function 414 #define ROL64c ROL64 421 #define ROL64(x, y) \ macro
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/ |
A D | sha3.c | 168 t = bc[(i + 4) % 5] ^ ROL64(bc[(i + 1) % 5], 1); in s_keccakf() 178 s[j] = ROL64(t, s_keccakf_rotc[i]); in s_keccakf()
|
Completed in 4 milliseconds