Searched refs:ROR64 (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_macros.h | 363 #define ROR64(x,n) _rotr64(x,n) macro 365 #define ROR64c(x,n) ROR64(x,n) 370 #define ROR64(x,n) __builtin_rotateright64(x,n) macro 372 #define ROR64c(x,n) ROR64(x,n) 385 static inline ulong64 ROR64(ulong64 word, int i) in ROR64() function 415 #define ROR64c ROR64 425 #define ROR64(x, y) \ macro
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/ |
A D | blake2b.c | 280 …d = ROR64(d ^ a, 32); … 282 …b = ROR64(b ^ c, 24); … 284 …d = ROR64(d ^ a, 16); … 286 …b = ROR64(b ^ c, 63); …
|
Completed in 8 milliseconds