Searched refs:STORE64H (Results 1 - 10 of 10) sorted by relevance

/external/dropbear/libtomcrypt/src/encauth/gcm/
H A Dgcm_done.c57 STORE64H(gcm->totlen, gcm->buf);
58 STORE64H(gcm->pttotlen, gcm->buf+8);
H A Dgcm_add_aad.c63 STORE64H(gcm->totlen, gcm->buf+8);
H A Dgcm_gf_mult.c198 STORE64H(tmp[i], pTmp + (i<<3));
/external/dropbear/libtomcrypt/testprof/
H A Dstore_test.c40 STORE64H(LL, buf + y);
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_macros.h54 #define STORE64H(x, y) \ macro
103 #define STORE64H(x, y) \ macro
118 #define STORE64H(x, y) \ macro
201 #define STORE64H(x, y) \ macro
221 #define STORE64H(x, y) \ macro
/external/dropbear/libtomcrypt/src/hashes/sha2/
H A Dsha512.c244 STORE64H(md->sha512.length, md->sha512.buf+120);
249 STORE64H(md->sha512.state[i], out+(8*i));
H A Dsha256.c274 STORE64H(md->sha256.length, md->sha256.buf+56);
/external/dropbear/libtomcrypt/src/hashes/whirl/
H A Dwhirl.c185 STORE64H(md->whirlpool.length, md->whirlpool.buf+56);
190 STORE64H(md->whirlpool.state[i], out+(8*i));
/external/dropbear/libtomcrypt/src/hashes/
H A Dsha1.c228 STORE64H(md->sha1.length, md->sha1.buf+56);
/external/dropbear/libtomcrypt/
H A Dcrypt.tex274 \index{STORE32L} \index{STORE64L} \index{LOAD32L} \index{LOAD64L} \index{STORE32H} \index{STORE64H} \index{LOAD32H} \index{LOAD64H} \index{BSWAP}
285 \hline STORE64H(x, y) & {\bf unsigned long long} x, {\bf unsigned char} *y & $x \to y[7 \ldots 0]$ \\

Completed in 137 milliseconds