Searched refs:T2 (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/arch/arm/crypto/ |
| H A D | ghash-ce-core_a64.S | 22 T2 .req v3 207 pmull T2.1q, XL.1d, MASK.1d 213 eor XL.16b, XM.16b, T2.16b 214 ext T2.16b, XL.16b, XL.16b, #8 229 shl T2.2d, XL.2d, #62 230 eor T2.16b, T2.16b, T1.16b 232 eor T2.16b, T2.16b, T1.16b 234 eor T2.16b, T2.16b, T1.16b 236 mov XL.d[1], T2.d[0] 237 mov XH.d[0], T2.d[1] [all …]
|
| H A D | ghash-ce-core_a32.S | 46 T2 .req q9 154 vshl.i64 T2, XL, #62 155 veor T1, T1, T2 156 vshl.i64 T2, XL, #63 157 veor T1, T1, T2
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | anubis.c | 171 static const ulong32 T2[256] = { variable 589 static const ulong32 T2[256] = { variable 982 inter[i] ^= T2[(kappa[j--] >> 8) & 0xff]; if (j < 0) j = N - 1; in s_anubis_setup() 1004 T2[T4[(v >> 8) & 0xff] & 0xff] ^ in s_anubis_setup() 1049 T2[(state[2] >> 24) & 0xff] ^ in anubis_crypt() 1055 T2[(state[2] >> 16) & 0xff] ^ in anubis_crypt() 1061 T2[(state[2] >> 8) & 0xff] ^ in anubis_crypt() 1067 T2[(state[2] ) & 0xff] ^ in anubis_crypt() 1082 (T2[(state[2] >> 24) & 0xff] & 0x0000ff00U) ^ in anubis_crypt() 1088 (T2[(state[2] >> 16) & 0xff] & 0x0000ff00U) ^ in anubis_crypt() [all …]
|
| H A D | kseed.c | 181 T2 = G((R1 ^ K1) ^ (R2 ^ K2)); \ 182 T = G( G(T2 + (R1 ^ K1)) + T2); \ 184 L1 ^= (T + G(T2 + (R1 ^ K1))); \ 235 ulong32 T, T2; in rounds() local
|
| H A D | khazad.c | 162 static const ulong64 T2[256] = { variable 634 T2[(int)(K1 >> 40) & 0xff] ^ in khazad_setup() 653 T2[(int)S[(int)(K1 >> 40) & 0xff] & 0xff] ^ in khazad_setup() 691 T2[(int)(state >> 40) & 0xff] ^ in khazad_crypt() 706 (T2[(int)(state >> 40) & 0xff] & CONST64(0x0000ff0000000000)) ^ in khazad_crypt()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | bignum.c | 1449 mbedtls_mpi X, Y, Z, T1, T2; in mbedtls_mpi_div_mpi() local 1465 T2.s = 1; in mbedtls_mpi_div_mpi() 1466 T2.n = sizeof(TP2) / sizeof(*TP2); in mbedtls_mpi_div_mpi() 1467 T2.p = TP2; in mbedtls_mpi_div_mpi() 1514 T2.p[0] = (i < 2) ? 0 : X.p[i - 2]; in mbedtls_mpi_div_mpi() 1515 T2.p[1] = (i < 1) ? 0 : X.p[i - 1]; in mbedtls_mpi_div_mpi() 1516 T2.p[2] = X.p[i]; in mbedtls_mpi_div_mpi() 1526 } while (mbedtls_mpi_cmp_mpi(&T1, &T2) > 0); in mbedtls_mpi_div_mpi()
|