Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_macros.h368 #define ROR64(x,n) _rotr64(x,n) macro
370 #define ROR64c(x,n) ROR64(x,n)
375 #define ROR64(x,n) __builtin_rotateright64(x,n) macro
377 #define ROR64c(x,n) ROR64(x,n)
390 static inline ulong64 ROR64(ulong64 word, int i) in ROR64() function
420 #define ROR64c ROR64
430 #define ROR64(x, y) \ macro
/optee_os/core/lib/libtomcrypt/src/hashes/
H A Dblake2b.c280 …d = ROR64(d ^ a, 32); …
282 …b = ROR64(b ^ c, 24); …
284 …d = ROR64(d ^ a, 16); …
286 …b = ROR64(b ^ c, 63); …