Home
last modified time | relevance | path

Searched refs:STORE64L (Results 1 – 14 of 14) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/encauth/chachapoly/
A Dchacha20poly1305_done.c35 STORE64L(st->aadlen, buf); in chacha20poly1305_done()
36 STORE64L(st->ctlen, buf + 8); in chacha20poly1305_done()
A Dchacha20poly1305_setiv_rfc7905.c32 STORE64L(sequence_number, combined_iv + 4); in chacha20poly1305_setiv_rfc7905()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_macros.h24 #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 Dsha3.c215 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 Dtiger.c715 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 Dmd4.c235 STORE64L(md->md4.length, md->md4.buf+56); in md4_done()
A Dblake2b.c432 STORE64L(md->blake2b.h[i], buffer + i * 8); in blake2b_done()
A Dmd5.c295 STORE64L(md->md5.length, md->md5.buf+56); in md5_done()
A Drmd128.c334 STORE64L(md->rmd128.length, md->rmd128.buf+56); in rmd128_done()
A Drmd256.c347 STORE64L(md->rmd256.length, md->rmd256.buf+56); in rmd256_done()
A Drmd160.c393 STORE64L(md->rmd160.length, md->rmd160.buf+56); in rmd160_done()
A Drmd320.c412 STORE64L(md->rmd320.length, md->rmd320.buf+56); in rmd320_done()
/optee_os/core/lib/libtomcrypt/src/modes/xts/
A Dxts_test.c243 STORE64L(seq, Torg); in xts_test()
/optee_os/core/lib/libtomcrypt/src/hashes/chc/
A Dchc.c241 STORE64L(md->chc.length, md->chc.buf+(cipher_blocksize-8)); in chc_done()

Completed in 25 milliseconds