Home
last modified time | relevance | path

Searched refs:STORE64H (Results 1 – 13 of 13) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
H A Dgcm_done.c58 STORE64H(gcm->totlen, gcm->buf); in gcm_done()
59 STORE64H(gcm->pttotlen, gcm->buf+8); in gcm_done()
H A Dgcm_add_aad.c57 STORE64H(gcm->totlen, gcm->buf+8); in gcm_add_aad()
H A Dgcm_gf_mult.c190 STORE64H(tmp[i], pTmp + (i<<3)); in gcm_gf_mult()
/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dcamellia.c255 STORE64H(A, T+32); STORE64H(B, T+40); in camellia_setup()
264 STORE64H(A, T+32); STORE64H(B, T+40); in camellia_setup()
341 STORE64H(A, T+32); STORE64H(B, T+40); in camellia_setup()
522 STORE64H(R, ct+0); STORE64H(L, ct+8); in camellia_ecb_encrypt()
617 STORE64H(R, pt+8); STORE64H(L, pt+0); in camellia_ecb_decrypt()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_macros.h44 #define STORE64H(x, y) \ macro
100 #define STORE64H(x, y) \ macro
111 #define STORE64H(x, y) \ macro
126 #define STORE64H(x, y) \ macro
208 #define STORE64H(x, y) \ macro
228 #define STORE64H(x, y) \ macro
/optee_os/core/lib/libtomcrypt/
H A Dsha512_accel.c120 STORE64H(md->sha512.length, md->sha512.buf+120); in sha512_done()
125 STORE64H(md->sha512.state[i], out+(8*i)); in sha512_done()
H A Dsha1_accel.c150 STORE64H(md->sha1.length, md->sha1.buf+56); in sha1_done()
H A Dsha256_accel.c157 STORE64H(md->sha256.length, md->sha256.buf+56); in sha256_done()
/optee_os/core/lib/libtomcrypt/src/hashes/whirl/
H A Dwhirl.c178 STORE64H(md->whirlpool.length, md->whirlpool.buf+56); in whirlpool_done()
183 STORE64H(md->whirlpool.state[i], out+(8*i)); in whirlpool_done()
/optee_os/core/lib/libtomcrypt/src/misc/ssh/
H A Dssh_encode_sequence_multi.c110 STORE64H(u64data, out); in ssh_encode_sequence_multi()
/optee_os/core/lib/libtomcrypt/src/hashes/sha2/
H A Dsha512.c236 STORE64H(md->sha512.length, md->sha512.buf+120); in sha512_done()
241 STORE64H(md->sha512.state[i], out+(8*i)); in sha512_done()
H A Dsha256.c264 STORE64H(md->sha256.length, md->sha256.buf+56); in sha256_done()
/optee_os/core/lib/libtomcrypt/src/hashes/
H A Dsha1.c220 STORE64H(md->sha1.length, md->sha1.buf+56); in sha1_done()