Searched refs:LOAD64H (Results 1 – 7 of 7) sorted by relevance
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_macros.h | 60 #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/ |
D | store_test.c | 41 LOAD64H(LL1, buf + y); in store_test()
|
/external/dropbear/libtomcrypt/src/hashes/whirl/ |
D | whirl.c | 69 LOAD64H(T[0][x], buf + (8 * x)); in _whirlpool_compress()
|
/external/dropbear/libtomcrypt/src/encauth/gcm/ |
D | gcm_gf_mult.c | 134 LOAD64H(B[M(1)][i], a + (i<<3)); in gcm_gf_mult()
|
/external/dropbear/libtomcrypt/src/hashes/sha2/ |
D | sha512.c | 109 LOAD64H(W[i], buf + (8*i)); in _sha512_compress()
|
/external/dropbear/libtomcrypt/ |
D | changes | 44 -- fixed LOAD32H and LOAD64H to stop putting out that darn warning :-)
|
D | crypt.tex | 274 …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$ …
|