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

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_macros.h 364 static inline unsigned long ROL64c(unsigned long word, const int i)
382 #define ROL64c ROL64
397 #define ROL64c(x, y) \
  /external/dropbear/libtomcrypt/
crypt.tex 297 \index{ROL} \index{ROR} \index{ROL64} \index{ROR64} \index{ROLc} \index{RORc} \index{ROL64c} \index{ROR64c}
308 \hline ROL64c(x, y) & {\bf unsigned long} x, {\bf const unsigned long} y & $x << y, 0 \le y \le 63$ \\
    [all...]

Completed in 180 milliseconds