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/
H A Dchacha20poly1305_done.c28 STORE64L(st->aadlen, buf); in chacha20poly1305_done()
29 STORE64L(st->ctlen, buf + 8); in chacha20poly1305_done()
H A Dchacha20poly1305_setiv_rfc7905.c25 STORE64L(sequence_number, combined_iv + 4); in chacha20poly1305_setiv_rfc7905()
/optee_os/core/lib/libtomcrypt/src/hashes/
H A Dsha3.c208 STORE64L(md->sha3.s[i], md->sha3.sb + i * 8); in ss_done()
344 STORE64L(md->sha3.s[i], md->sha3.sb + i * 8); in sha3_shake_done()
355 STORE64L(md->sha3.s[i], md->sha3.sb + i * 8); in sha3_shake_done()
H A Dtiger.c776 STORE64L(md->tiger.length, md->tiger.buf+56); in tiger_done()
780 STORE64L(md->tiger.state[0], &out[0]); in tiger_done()
781 STORE64L(md->tiger.state[1], &out[8]); in tiger_done()
782 STORE64L(md->tiger.state[2], &out[16]); in tiger_done()
H A Dmd4.c228 STORE64L(md->md4.length, md->md4.buf+56); in md4_done()
H A Dblake2b.c425 STORE64L(md->blake2b.h[i], buffer + i * 8); in blake2b_done()
H A Dmd5.c288 STORE64L(md->md5.length, md->md5.buf+56); in md5_done()
H A Drmd128.c327 STORE64L(md->rmd128.length, md->rmd128.buf+56); in rmd128_done()
H A Drmd256.c340 STORE64L(md->rmd256.length, md->rmd256.buf+56); in rmd256_done()
H A Drmd160.c386 STORE64L(md->rmd160.length, md->rmd160.buf+56); in rmd160_done()
H A Drmd320.c405 STORE64L(md->rmd320.length, md->rmd320.buf+56); in rmd320_done()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_macros.h22 #define STORE64L(x, y) \ macro
148 #define STORE64L(x, y) \ macro
168 #define STORE64L(x, y) \ macro
188 #define STORE64L(x, y) \ macro
/optee_os/core/lib/libtomcrypt/src/modes/xts/
H A Dxts_test.c236 STORE64L(seq, Torg); in xts_test()
/optee_os/core/lib/libtomcrypt/src/hashes/chc/
H A Dchc.c234 STORE64L(md->chc.length, md->chc.buf+(cipher_blocksize-8)); in chc_done()