Searched refs:STORE64H (Results 1 – 10 of 10) sorted by relevance
/external/dropbear/libtomcrypt/src/encauth/gcm/ |
D | gcm_done.c | 57 STORE64H(gcm->totlen, gcm->buf); in gcm_done() 58 STORE64H(gcm->pttotlen, gcm->buf+8); in gcm_done()
|
D | gcm_add_aad.c | 63 STORE64H(gcm->totlen, gcm->buf+8); in gcm_add_aad()
|
D | gcm_gf_mult.c | 198 STORE64H(tmp[i], pTmp + (i<<3)); in gcm_gf_mult()
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_macros.h | 54 #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/ |
D | whirl.c | 185 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/ |
D | store_test.c | 40 STORE64H(LL, buf + y); in store_test()
|
/external/dropbear/libtomcrypt/src/hashes/sha2/ |
D | sha512.c | 244 STORE64H(md->sha512.length, md->sha512.buf+120); in sha512_done() 249 STORE64H(md->sha512.state[i], out+(8*i)); in sha512_done()
|
D | sha256.c | 274 STORE64H(md->sha256.length, md->sha256.buf+56); in sha256_done()
|
/external/dropbear/libtomcrypt/src/hashes/ |
D | sha1.c | 228 STORE64H(md->sha1.length, md->sha1.buf+56); in sha1_done()
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 274 \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]$…
|