Searched refs:STORE64H (Results 1 – 13 of 13) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/gcm/ |
A D | gcm_done.c | 58 STORE64H(gcm->totlen, gcm->buf); in gcm_done() 59 STORE64H(gcm->pttotlen, gcm->buf+8); in gcm_done()
|
A D | gcm_add_aad.c | 57 STORE64H(gcm->totlen, gcm->buf+8); in gcm_add_aad()
|
A D | gcm_gf_mult.c | 190 STORE64H(tmp[i], pTmp + (i<<3)); in gcm_gf_mult()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/ |
A D | camellia.c | 255 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-3.20.0/core/lib/libtomcrypt/ |
A D | sha512_accel.c | 120 STORE64H(md->sha512.length, md->sha512.buf+120); in sha512_done() 125 STORE64H(md->sha512.state[i], out+(8*i)); in sha512_done()
|
A D | sha1_accel.c | 150 STORE64H(md->sha1.length, md->sha1.buf+56); in sha1_done()
|
A D | sha256_accel.c | 157 STORE64H(md->sha256.length, md->sha256.buf+56); in sha256_done()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_macros.h | 39 #define STORE64H(x, y) \ macro 95 #define STORE64H(x, y) \ macro 106 #define STORE64H(x, y) \ macro 121 #define STORE64H(x, y) \ macro 203 #define STORE64H(x, y) \ macro 223 #define STORE64H(x, y) \ macro
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/whirl/ |
A D | whirl.c | 178 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-3.20.0/core/lib/libtomcrypt/src/misc/ssh/ |
A D | ssh_encode_sequence_multi.c | 110 STORE64H(u64data, out); in ssh_encode_sequence_multi()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/sha2/ |
A D | sha512.c | 236 STORE64H(md->sha512.length, md->sha512.buf+120); in sha512_done() 241 STORE64H(md->sha512.state[i], out+(8*i)); in sha512_done()
|
A D | sha256.c | 264 STORE64H(md->sha256.length, md->sha256.buf+56); in sha256_done()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/ |
A D | sha1.c | 220 STORE64H(md->sha1.length, md->sha1.buf+56); in sha1_done()
|
Completed in 12 milliseconds