Home
last modified time | relevance | path

Searched refs:LOAD64H (Results 1 – 7 of 7) sorted by relevance

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_macros.h60 #define LOAD64H(x, y) \ macro
110 #define LOAD64H(x, y) \ macro
124 #define LOAD64H(x, y) \ macro
207 #define LOAD64H(x, y) \ macro
224 #define LOAD64H(x, y) \ macro
/external/dropbear/libtomcrypt/testprof/
Dstore_test.c41 LOAD64H(LL1, buf + y); in store_test()
/external/dropbear/libtomcrypt/src/hashes/whirl/
Dwhirl.c69 LOAD64H(T[0][x], buf + (8 * x)); in _whirlpool_compress()
/external/dropbear/libtomcrypt/src/encauth/gcm/
Dgcm_gf_mult.c134 LOAD64H(B[M(1)][i], a + (i<<3)); in gcm_gf_mult()
/external/dropbear/libtomcrypt/src/hashes/sha2/
Dsha512.c109 LOAD64H(W[i], buf + (8*i)); in _sha512_compress()
/external/dropbear/libtomcrypt/
Dchanges44 -- fixed LOAD32H and LOAD64H to stop putting out that darn warning :-)
Dcrypt.tex274 …2L} \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$ …