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

  /external/dropbear/libtomcrypt/testprof/
store_test.c 41 LOAD64H(LL1, buf + y);
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_macros.h 60 #define LOAD64H(x, y) \
110 #define LOAD64H(x, y) \
124 #define LOAD64H(x, y) \
207 #define LOAD64H(x, y) \
224 #define LOAD64H(x, y) \
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_gf_mult.c 134 LOAD64H(B[M(1)][i], a + (i<<3));
  /external/dropbear/libtomcrypt/src/hashes/sha2/
sha512.c 109 LOAD64H(W[i], buf + (8*i));
  /external/dropbear/libtomcrypt/src/hashes/whirl/
whirl.c 69 LOAD64H(T[0][x], buf + (8 * x));
  /external/dropbear/libtomcrypt/
crypt.tex 274 \index{STORE32L} \index{STORE64L} \index{LOAD32L} \index{LOAD64L} \index{STORE32H} \index{STORE64H} \index{LOAD32H} \index{LOAD64H} \index{BSWAP}
287 \hline LOAD64H(x, y) & {\bf unsigned long long} x, {\bf unsigned char} *y & $y[7 \ldots 0] \to x$ \\
    [all...]

Completed in 106 milliseconds