Home
last modified time | relevance | path

Searched refs:LOAD64H (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/
A Dcamellia.c252 LOAD64H(A, T+32); LOAD64H(B, T+40); in camellia_setup()
261 LOAD64H(A, T+32); LOAD64H(B, T+40); in camellia_setup()
274 LOAD64H(skey->camellia.kw[0], kL); in camellia_setup()
278 LOAD64H(skey->camellia.k[0], kA); in camellia_setup()
279 LOAD64H(skey->camellia.k[1], kA+8); in camellia_setup()
283 LOAD64H(skey->camellia.k[2], T+32); in camellia_setup()
338 LOAD64H(A, T+32); LOAD64H(B, T+40); in camellia_setup()
347 LOAD64H(skey->camellia.kw[0], kL); in camellia_setup()
351 LOAD64H(skey->camellia.k[0], kB); in camellia_setup()
438 LOAD64H(L, pt+0); LOAD64H(R, pt+8); in camellia_ecb_encrypt()
[all …]
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_macros.h45 #define LOAD64H(x, y) \ macro
99 #define LOAD64H(x, y) \ macro
113 #define LOAD64H(x, y) \ macro
127 #define LOAD64H(x, y) \ macro
209 #define LOAD64H(x, y) \ macro
226 #define LOAD64H(x, y) \ macro
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/ssh/
A Dssh_decode_sequence_multi.c116 LOAD64H(*u64data, in); in ssh_decode_sequence_multi()
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/whirl/
A Dwhirl.c62 LOAD64H(T[0][x], buf + (8 * x)); in ss_whirlpool_compress()
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/gcm/
A Dgcm_gf_mult.c126 LOAD64H(B[M(1)][i], a + (i<<3)); in gcm_gf_mult()
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/sha2/
A Dsha512.c101 LOAD64H(W[i], buf + (8*i)); in ss_sha512_compress()

Completed in 8 milliseconds