OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STORE64H
(Results
1 - 10
of
10
) sorted by null
/external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_done.c
57
STORE64H
(gcm->totlen, gcm->buf);
58
STORE64H
(gcm->pttotlen, gcm->buf+8);
gcm_add_aad.c
63
STORE64H
(gcm->totlen, gcm->buf+8);
gcm_gf_mult.c
198
STORE64H
(tmp[i], pTmp + (i<<3));
/external/dropbear/libtomcrypt/testprof/
store_test.c
40
STORE64H
(LL, buf + y);
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_macros.h
54
#define
STORE64H
(x, y) \
103
#define
STORE64H
(x, y) \
118
#define
STORE64H
(x, y) \
201
#define
STORE64H
(x, y) \
221
#define
STORE64H
(x, y) \
/external/dropbear/libtomcrypt/src/hashes/sha2/
sha512.c
244
STORE64H
(md->sha512.length, md->sha512.buf+120);
249
STORE64H
(md->sha512.state[i], out+(8*i));
sha256.c
274
STORE64H
(md->sha256.length, md->sha256.buf+56);
/external/dropbear/libtomcrypt/src/hashes/whirl/
whirl.c
185
STORE64H
(md->whirlpool.length, md->whirlpool.buf+56);
190
STORE64H
(md->whirlpool.state[i], out+(8*i));
/external/dropbear/libtomcrypt/src/hashes/
sha1.c
228
STORE64H
(md->sha1.length, md->sha1.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}
285
\hline
STORE64H
(x, y) & {\bf unsigned long long} x, {\bf unsigned char} *y & $x \to y[7 \ldots 0]$ \\
[
all
...]
Completed in 195 milliseconds