Searched refs:STORE64L (Results 1 – 14 of 14) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/encauth/chachapoly/ |
A D | chacha20poly1305_done.c | 35 STORE64L(st->aadlen, buf); in chacha20poly1305_done() 36 STORE64L(st->ctlen, buf + 8); in chacha20poly1305_done()
|
A D | chacha20poly1305_setiv_rfc7905.c | 32 STORE64L(sequence_number, combined_iv + 4); in chacha20poly1305_setiv_rfc7905()
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_macros.h | 24 #define STORE64L(x, y) \ macro 150 #define STORE64L(x, y) \ macro 170 #define STORE64L(x, y) \ macro 190 #define STORE64L(x, y) \ macro
|
/optee_os/core/lib/libtomcrypt/src/hashes/ |
A D | sha3.c | 215 STORE64L(md->sha3.s[i], md->sha3.sb + i * 8); in _done() 351 STORE64L(md->sha3.s[i], md->sha3.sb + i * 8); in sha3_shake_done() 362 STORE64L(md->sha3.s[i], md->sha3.sb + i * 8); in sha3_shake_done()
|
A D | tiger.c | 715 STORE64L(md->tiger.length, md->tiger.buf+56); in tiger_done() 719 STORE64L(md->tiger.state[0], &out[0]); in tiger_done() 720 STORE64L(md->tiger.state[1], &out[8]); in tiger_done() 721 STORE64L(md->tiger.state[2], &out[16]); in tiger_done()
|
A D | md4.c | 235 STORE64L(md->md4.length, md->md4.buf+56); in md4_done()
|
A D | blake2b.c | 432 STORE64L(md->blake2b.h[i], buffer + i * 8); in blake2b_done()
|
A D | md5.c | 295 STORE64L(md->md5.length, md->md5.buf+56); in md5_done()
|
A D | rmd128.c | 334 STORE64L(md->rmd128.length, md->rmd128.buf+56); in rmd128_done()
|
A D | rmd256.c | 347 STORE64L(md->rmd256.length, md->rmd256.buf+56); in rmd256_done()
|
A D | rmd160.c | 393 STORE64L(md->rmd160.length, md->rmd160.buf+56); in rmd160_done()
|
A D | rmd320.c | 412 STORE64L(md->rmd320.length, md->rmd320.buf+56); in rmd320_done()
|
/optee_os/core/lib/libtomcrypt/src/modes/xts/ |
A D | xts_test.c | 243 STORE64L(seq, Torg); in xts_test()
|
/optee_os/core/lib/libtomcrypt/src/hashes/chc/ |
A D | chc.c | 241 STORE64L(md->chc.length, md->chc.buf+(cipher_blocksize-8)); in chc_done()
|
Completed in 25 milliseconds