Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/encauth/gcm/
Dgcm_done.c57 STORE64H(gcm->totlen, gcm->buf); in gcm_done()
58 STORE64H(gcm->pttotlen, gcm->buf+8); in gcm_done()
Dgcm_add_aad.c63 STORE64H(gcm->totlen, gcm->buf+8); in gcm_add_aad()
Dgcm_gf_mult.c198 STORE64H(tmp[i], pTmp + (i<<3)); in gcm_gf_mult()
/external/dropbear/libtomcrypt/src/headers/
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/whirl/
Dwhirl.c185 STORE64H(md->whirlpool.length, md->whirlpool.buf+56); in whirlpool_done()
190 STORE64H(md->whirlpool.state[i], out+(8*i)); in whirlpool_done()
/external/dropbear/libtomcrypt/testprof/
Dstore_test.c40 STORE64H(LL, buf + y); in store_test()
/external/dropbear/libtomcrypt/src/hashes/sha2/
Dsha512.c244 STORE64H(md->sha512.length, md->sha512.buf+120); in sha512_done()
249 STORE64H(md->sha512.state[i], out+(8*i)); in sha512_done()
Dsha256.c274 STORE64H(md->sha256.length, md->sha256.buf+56); in sha256_done()
/external/dropbear/libtomcrypt/src/hashes/
Dsha1.c228 STORE64H(md->sha1.length, md->sha1.buf+56); in sha1_done()
/external/dropbear/libtomcrypt/
Dcrypt.tex274 \index{STORE32L} \index{STORE64L} \index{LOAD32L} \index{LOAD64L} \index{STORE32H} \index{STORE64H}…
285 …\hline STORE64H(x, y) & {\bf unsigned long long} x, {\bf unsigned char} *y & $x \to y[7 \ldots 0]$…