Home
last modified time | relevance | path

Searched defs:ROTR64 (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/library/
H A Dsha3.c94 #define ROTR64(x, y) (((x) << (64U - (y))) | ((x) >> (y))) // 64-bit rotate right macro
[all...]

Completed in 1 milliseconds