Home
last modified time | relevance | path

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

/openssl/crypto/camellia/
H A Dcamellia.c53 #define RightRotate(x, s) ( ((x) >> (s)) + ((x) << (32 - s)) ) macro
265 _t3 = RightRotate(_t3,8);\

Completed in 5 milliseconds