Home
last modified time | relevance | path

Searched refs:LOAD64L (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_macros.h28 #define LOAD64L(x, y) \ macro
154 #define LOAD64L(x, y) \ macro
171 #define LOAD64L(x, y) \ macro
194 #define LOAD64L(x, y) \ macro
/optee_os/core/lib/libtomcrypt/src/hashes/
H A Dblake2b.c189 LOAD64L(tmp, P + i * 8); in s_blake2b_init_param()
312 LOAD64L(m[i], buf + i * sizeof(m[i])); in ss_blake2b_compress()
H A Dsha3.c297 LOAD64L(t, in); in sha3_process()
H A Dtiger.c627 LOAD64L(x[i],&buf[8*i]); in ss_tiger_compress()
/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
H A Dgcm_gf_mult.c127 LOAD64L(pB[i], b + (i<<3)); in gcm_gf_mult()