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

/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_macros.h354 static inline unsigned long ROR64(unsigned long word, int i) function
383 #define ROR64c ROR64
393 #define ROR64(x, y) \ macro
/external/dropbear/libtomcrypt/
H A Dcrypt.tex297 \index{ROL} \index{ROR} \index{ROL64} \index{ROR64} \index{ROLc} \index{RORc} \index{ROL64c} \index{ROR64c}
309 \hline ROR64(x, y) & {\bf unsigned long} x, {\bf unsigned long} y & $x >> y, 0 \le y \le 63$ \\

Completed in 93 milliseconds