Home
last modified time | relevance | path

Searched defs:t2 (Results 1 – 18 of 18) sorted by relevance

/optee_os/core/arch/arm/crypto/
H A Daes_modes_armv8a_ce_a64.S100 .macro encrypt_block, in, rounds, t0, t1, t2
104 .macro encrypt_block2x, i0, i1, rounds, t0, t1, t2
108 .macro encrypt_block4x, i0, i1, i2, i3, rounds, t0, t1, t2
112 .macro decrypt_block, in, rounds, t0, t1, t2
116 .macro decrypt_block2x, i0, i1, rounds, t0, t1, t2
120 .macro decrypt_block4x, i0, i1, i2, i3, rounds, t0, t1, t2
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_map.c22 void *t1, *t2; in ltc_ecc_map() local
H A Dltc_ecc_projective_dbl_point.c42 void *t1, *t2; in ltc_ecc_projective_dbl_point() local
H A Dltc_ecc_is_point.c17 void *prime, *a, *b, *t1, *t2; in ltc_ecc_is_point() local
H A Dltc_ecc_import_point.c12 void *t1, *t2; in ltc_ecc_import_point() local
H A Dltc_ecc_projective_add_point.c25 void *t1, *t2, *x, *y, *z; in ltc_ecc_projective_add_point() local
H A Decc_recover_key.c32 void *r, *s, *v, *w, *t1, *t2, *u1, *u2, *v1, *v2, *e, *x, *y, *a_plus3; in ecc_recover_key() local
/optee_os/lib/libutee/include/
H A Dutee_defines.h320 #define TEE_TIME_LT(t1, t2) \ argument
325 #define TEE_TIME_LE(t1, t2) \ argument
330 #define TEE_TIME_ADD(t1, t2, dst) do { \ argument
339 #define TEE_TIME_SUB(t1, t2, dst) do { \ argument
H A Dtee_api_defines.h675 #define TEE_PARAM_TYPES(t0,t1,t2,t3) \ argument
/optee_os/core/lib/libtomcrypt/src/ciphers/aes/
H A Daes.c269 ulong32 s0, s1, s2, s3, t0, t1, t2, t3; in s_rijndael_ecb_encrypt() local
453 ulong32 s0, s1, s2, s3, t0, t1, t2, t3; in s_rijndael_ecb_decrypt() local
/optee_os/core/lib/libtomcrypt/src/mac/pelican/
H A Dpelican.c50 ulong32 s0, s1, s2, s3, t0, t1, t2, t3; in s_four_rounds() local
/optee_os/core/tee/
H A Dtee_time_generic.c70 TEE_Time t2; in tee_time_get_ta_time() local
/optee_os/core/lib/libtomcrypt/src/hashes/
H A Dtiger.c50 #define t2 (table+256) macro
/optee_os/core/arch/riscv/include/kernel/
H A Dthread_arch.h74 unsigned long t2; member
113 unsigned long t2; member
138 unsigned long t2; member
/optee_os/core/lib/libtomcrypt/src/ciphers/twofish/
H A Dtwofish.c470 ulong32 a,b,c,d,ta,tb,tc,td,t1,t2; in s_twofish_ecb_encrypt() local
544 ulong32 a,b,c,d,ta,tb,tc,td,t1,t2; in s_twofish_ecb_decrypt() local
/optee_os/core/lib/libtomcrypt/src/math/
H A Dtfm_desc.c425 fp_int t1, t2; in tfm_ecc_projective_dbl_point() local
580 fp_int t1, t2, x, y, z; in tfm_ecc_projective_add_point() local
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509.c1037 const mbedtls_x509_time *t2) in mbedtls_x509_time_cmp()
/optee_os/core/drivers/
H A Dversal_trng.c331 unsigned char t2 = 0; in setup_key() local