HomeSort by relevance Sort by last modified time
    Searched refs:ROR64 (Results 1 - 2 of 2) sorted by null

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_macros.h 354 static inline unsigned long ROR64(unsigned long word, int i)
383 #define ROR64c ROR64
393 #define ROR64(x, y) \
  /external/dropbear/libtomcrypt/
crypt.tex 297 \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$ \\
    [all...]

Completed in 68 milliseconds