Searched refs:STORE64L (Results 1 - 11 of 11) sorted by relevance

/external/dropbear/libtomcrypt/testprof/
H A Dstore_test.c34 STORE64L(LL, buf + y);
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_macros.h32 #define STORE64L(x, y) \ macro
140 #define STORE64L(x, y) \ macro
160 #define STORE64L(x, y) \ macro
181 #define STORE64L(x, y) \ macro
/external/dropbear/libtomcrypt/src/hashes/chc/
H A Dchc.c236 STORE64L(md->chc.length, md->chc.buf+(cipher_blocksize-8));
/external/dropbear/libtomcrypt/src/hashes/
H A Dtiger.c716 STORE64L(md->tiger.length, md->tiger.buf+56);
720 STORE64L(md->tiger.state[0], &out[0]);
721 STORE64L(md->tiger.state[1], &out[8]);
722 STORE64L(md->tiger.state[2], &out[16]);
H A Dmd4.c236 STORE64L(md->md4.length, md->md4.buf+56);
H A Dmd5.c296 STORE64L(md->md5.length, md->md5.buf+56);
H A Drmd128.c335 STORE64L(md->rmd128.length, md->rmd128.buf+56);
H A Drmd160.c394 STORE64L(md->rmd160.length, md->rmd160.buf+56);
H A Drmd256.c348 STORE64L(md->rmd256.length, md->rmd256.buf+56);
H A Drmd320.c412 STORE64L(md->rmd320.length, md->rmd320.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}
281 \hline STORE64L(x, y) & {\bf unsigned long long} x, {\bf unsigned char} *y & $x \to y[0 \ldots 7]$ \\

Completed in 117 milliseconds