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

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_macros.h 372 static inline unsigned long ROR64c(unsigned long word, const int i)
383 #define ROR64c ROR64
401 #define ROR64c(x, y) \
  /external/dropbear/libtomcrypt/src/hashes/whirl/
whirltab.c 75 #define SB1(x) ROR64c(sbox0[x], 8)
76 #define SB2(x) ROR64c(sbox0[x], 16)
77 #define SB3(x) ROR64c(sbox0[x], 24)
78 #define SB4(x) ROR64c(sbox0[x], 32)
79 #define SB5(x) ROR64c(sbox0[x], 40)
80 #define SB6(x) ROR64c(sbox0[x], 48)
81 #define SB7(x) ROR64c(sbox0[x], 56)
    [all...]
  /external/dropbear/libtomcrypt/src/hashes/sha2/
sha512.c 85 #define S(x, n) ROR64c(x, n)
  /external/dropbear/libtomcrypt/
crypt.tex 297 \index{ROL} \index{ROR} \index{ROL64} \index{ROR64} \index{ROLc} \index{RORc} \index{ROL64c} \index{ROR64c}
310 \hline ROR64c(x, y) & {\bf unsigned long} x, {\bf const unsigned long} y & $x >> y, 0 \le y \le 63$ \\
    [all...]

Completed in 43 milliseconds