Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/chachapoly/
A Dchacha20poly1305_done.c28 STORE64L(st->aadlen, buf); in chacha20poly1305_done()
29 STORE64L(st->ctlen, buf + 8); in chacha20poly1305_done()
A Dchacha20poly1305_setiv_rfc7905.c25 STORE64L(sequence_number, combined_iv + 4); in chacha20poly1305_setiv_rfc7905()
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/
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()
A Dtiger.c702 STORE64L(md->tiger.length, md->tiger.buf+56); in tiger_done()
706 STORE64L(md->tiger.state[0], &out[0]); in tiger_done()
707 STORE64L(md->tiger.state[1], &out[8]); in tiger_done()
708 STORE64L(md->tiger.state[2], &out[16]); in tiger_done()
A Dmd4.c228 STORE64L(md->md4.length, md->md4.buf+56); in md4_done()
A Dblake2b.c425 STORE64L(md->blake2b.h[i], buffer + i * 8); in blake2b_done()
A Dmd5.c288 STORE64L(md->md5.length, md->md5.buf+56); in md5_done()
A Drmd128.c327 STORE64L(md->rmd128.length, md->rmd128.buf+56); in rmd128_done()
A Drmd256.c340 STORE64L(md->rmd256.length, md->rmd256.buf+56); in rmd256_done()
A Drmd160.c386 STORE64L(md->rmd160.length, md->rmd160.buf+56); in rmd160_done()
A Drmd320.c405 STORE64L(md->rmd320.length, md->rmd320.buf+56); in rmd320_done()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_macros.h17 #define STORE64L(x, y) \ macro
143 #define STORE64L(x, y) \ macro
163 #define STORE64L(x, y) \ macro
183 #define STORE64L(x, y) \ macro
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/xts/
A Dxts_test.c236 STORE64L(seq, Torg); in xts_test()
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/chc/
A Dchc.c234 STORE64L(md->chc.length, md->chc.buf+(cipher_blocksize-8)); in chc_done()

Completed in 17 milliseconds