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

  /external/dropbear/libtomcrypt/testprof/
store_test.c 34 STORE64L(LL, buf + y);
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_macros.h 32 #define STORE64L(x, y) \
140 #define STORE64L(x, y) \
160 #define STORE64L(x, y) \
181 #define STORE64L(x, y) \
  /external/dropbear/libtomcrypt/src/hashes/chc/
chc.c 236 STORE64L(md->chc.length, md->chc.buf+(cipher_blocksize-8));
  /external/dropbear/libtomcrypt/src/hashes/
tiger.c     [all...]
md4.c 236 STORE64L(md->md4.length, md->md4.buf+56);
md5.c 296 STORE64L(md->md5.length, md->md5.buf+56);
rmd128.c 335 STORE64L(md->rmd128.length, md->rmd128.buf+56);
rmd160.c 394 STORE64L(md->rmd160.length, md->rmd160.buf+56);
rmd256.c 348 STORE64L(md->rmd256.length, md->rmd256.buf+56);
rmd320.c 412 STORE64L(md->rmd320.length, md->rmd320.buf+56);
  /external/dropbear/libtomcrypt/
crypt.tex 274 \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]$ \\
    [all...]

Completed in 145 milliseconds